/* CSS Document */
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #f3f3f3;
	SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3;
	SCROLLBAR-SHADOW-COLOR: #f3f3f3;
	SCROLLBAR-ARROW-COLOR: #494949;
	SCROLLBAR-TRACK-COLOR: #f3f3f3; 
	SCROLLBAR-BASE-COLOR: #f3f3f3;
	SCROLLBAR-DARKSHADOW-COLOR: #f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/*color: #006;*/
	/*
	background-repeat:repeat;
	background-image:url(../images/fondo.jpg);
	*/
	background-color:rgba(76, 175, 80, 100);
 /*rgba(76, 175, 80, 0.3);*/
}

.fondo
{
  background: rgba(76, 175, 80, 100);
}

.texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006;	
}

.texto2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #006;	
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #325692;
	font-size: 11pt;
	margin-bottom: 2em;
}

.subtitulos {
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #900;
	font-size: 8pt;
	margin-bottom: 0em;
}

.nota_tabla {
	background-color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 0em;
}

.tablaBor {
	border: 1px solid #CCCCCC;
}

.titRutas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #900;
}
.cuerporutas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #006;	
}

.nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #00F;	
}

.infrecuperacion {
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color:#333;
	font-size: 8pt;
	margin-bottom: 0em;
}


.sobresale{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #900;
}

a {
	text-decoration: none;
	color: #00F;	
}

a:visited {	
	text-decoration: none;
	font-style: normal;	
	line-height: normal;
	font-variant: normal;

}

a:hover {
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #900;
}

form {
	border: 0px none;
	margin: 0px;
}

.check {
	background-color: #F8F8F8;
	border: none;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #ffffff;
	color: #003;
	border:1px solid #d5d5d5;
}

.boton {
	background-color: #B6B6B6;
	color: #009;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	border: 1px outset #E0ECF8;
	transition: all 1s ease;
	border-radius: 15px;
	padding: 5px 10px;
}

.boton:hover {
	background-color: #009;
	color: #B6B6B6;
	cursor:pointer;
}

.error {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #990000;
}

.lectura{
	background-color: #ffffff;
	color: #ACA899;
	font-family: Arial, Helvetica, sans-serif;
}
.radio {
	border: none;

}

.imgCent{
	max-width:300px;
	max-height:350px;
	margin: auto;
}
.imgPromoList{
	max-width:150px;
	max-height:90px;
	margin:0 auto;
}

.imgPromoModi{
	max-width:350px;
	max-height:110px;
	margin: auto;
}
frame{
	width:auto;
}

/*--------------------Ventajas--------------------*/
ol#ventajas{
	/*background:#fff;*/
	/*background-image:url(../images/fondo.jpg);*/
}
#ventajas ul{
	/*background-color:#fff;*/
	/*background-image:url(../images/fondo.jpg);*/
}
#ventajas li ul {/*Ocultar submenus*/
	display:block;
}
#ventajas li{
	border-bottom:1px dotted #006FB7;
	list-style:none;
	list-style-position:outside;
	padding:5px;
	margin-left:30px;
}
#ventajas li ul li{
	margin-left:30px;
	list-style:none;
	border:none;
	padding-bottom:5px;
	color:#000;
}
#ventajas ul li, #ventajas li:last-child{
	border:none;
}
#ventajas a{
	text-decoration:none;
	color:#00F;	
	text-align:left;
}
#ventajas a:hover{
	color:#38378B;
	-webkit-transition: color 0.2s linear;
}

.box-table {
font-size:12px;
width: 90%;
text-align:left;
border-collapse:collapse;
}
.box-table th {
font-size:12px;
font-weight:normal;
background:#cfdbe9;
color:#000;
padding:8px;
}
.box-table td {
font-size:9px;
background:#e7ebee;
border-bottom:1px solid #fff;
color:#333;
border-top:1px solid transparent;
padding:8px;
}
.celda a {
display: block;
height: 100%;
}