/**
 * Estilos principales.
 * Color primario: #EB3D12
 * Color secundario: #139622
 */


/* Cuerpo Principal */

body, td, th, tr
	{
	font-size: 13px;
	}

/* Estilo general */
body, td, th, div, p, span, h1, h2, input, textarea, button
	{
	font-family:  Verdana, Arial, sans-serif;
	line-height: 120%;
	letter-spacing: +1px;
	word-spacing: +1.5px;
	}

img
	{
	border: none;
	}

img.border
	{
	border: 4px solid #139622;
	}

p
	{
	text-align: justify;
	}

.aligncenter
	{
	text-align: center;
	}

.alignright
	{
	text-align: right;
	}

.alignleft
	{
	text-align: left;
	}

.alignjustify 
	{
	text-align: justify;
	}

.bold
	{
	font-weight: bold;
	}

.colored
	{
	color: #EB3D12;
	}

.colored2
	{
	color: #139622 !important;
	}

big, .big
	{
	font-size: 15px;
	color: #139622;
	vertical-align: text-bottom;
	white-space: nowrap;
	font-weight: bold;
	}

.withBig
	{
	line-height: 150%;
	}

.nowrap
	{
	white-space: nowrap;
	}


img.rightposition
	{
	float: right;
	margin-left: 10px;
	}

img.leftposition
	{
	float: left;
	margin-right: 10px;
	}

a:link, a:visited 
	{
	color: #EB3D12;
	}

a:active
	{
	border: none;
	}

.space
	{
	font-size: 1px;
	}

h1
	{
	margin:0px;
	padding: 0px;
	font-size: 22px;
	color: #EB3D12;
	font-weight: normal;
	
	text-align: left;
	}



h2
	{
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 16px;
	color: #139622;
	font-weight: normal;
	}



a.h2
	{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 40px;
	}


.errorMessage
	{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid red;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: center;
	color: red;
	}

/*Mas Informacion*/
.masInformacion
	{
	width: 100%;
	margin-top: 30px;
	}

.masInformacion td
	{
	text-align: justify;
	vertical-align: middle;
	line-height: 150%;
	font-size: 12px;
	}

.masInformacion td big, .masInformacion td .big
	{
	font-size: 13px !important;
	}

.masInformacion td a
	{
	vertical-align: text-bottom;
	font-weight: bold;
	}


.masInformacion th
	{
	width: 110px;
	height: 120px;
	vertical-align: middle;
	}

.masInformacion th a
	{
	width: 110px;
	height: 120px;
	display: block;
	text-decoration: none;
	background-image: url(../images/mas-informacion.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}


/*Enlaces de Iconos*/
a.enlaceFichaTecnica
	{
	display: block;
	width: 152px;
	height: 42px;
	background-image: url(../images/iconos-enlaces/ficha-tecnica.png);
	background-repeat: no-repeat;
	background-position: left  center;
	text-decoration: none;
	}


a.enlaceFolleto
	{
	display: block;
	width: 152px;
	height: 42px;
	background-image: url(../images/iconos-enlaces/folleto.png);
	background-repeat: no-repeat;
	background-position: left  center;
	text-decoration: none;
	}

a.enlaceSistema
	{
	display: block;
	width: 152px;
	height: 42px;
	background-image: url(../images/iconos-enlaces/sistema.png);
	background-repeat: no-repeat;
	background-position: left  center;
	text-decoration: none;
	}

a.enlaceVideo
	{
	display: block;
	width: 152px;
	height: 42px;
	background-image: url(../images/iconos-enlaces/video.png);
	background-repeat: no-repeat;
	background-position: left  center;
	text-decoration: none;
	}

a.enlaceVersionPDF
	{
	display: block;
	width: 152px;
	height: 42px;
	background-image: url(../images/iconos-enlaces/version-pdf.png);
	background-repeat: no-repeat;
	background-position: left  center;
	text-decoration: none;
	}

a.enlaceContactar
	{
	display: block;
	width: 152px;
	height: 42px;
	background-image: url(../images/iconos-enlaces/contactar.png);
	background-repeat: no-repeat;
	background-position: left  center;
	text-decoration: none;
	}

/*Folletos y Videos*/
#virtualMain
	{
	border: 2px solid #000000;
	}


.showFolletoFrame
	{
	width: 730px;
	height: 620px;
	overflow: hidden;
	}

.showVideoFrame
	{
	width: 352px;
	height: 320px;
	overflow: hidden;
	}


/*Paginas Refrrentes Superiores*/
.topPageLinks
	{
	width: 100%;
	}

.topPageLinks td, .topPageLinks th
	{
	padding-top: 25px;
	padding-bottom: 5px;
	}

.topPageLinks td
	{
	width: 100px;
	vertical-align: middle;
	text-align: right;
	}

.topPageLinks th
	{
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	}

.topPageLinks th a
	{
	background-image: url(../images/to-top.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 25px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #139622 !important;
	}

/*Listas*/
ul.ok
	{
	list-style-image: url(../images/ulok.png);
	font-size: 12px;
	}

ul.ok li
	{
	padding-top: 5px;
	padding-bottom: 5px;
	}

