@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #14649E;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ContrasenaOlvidada {
	font-family: Arial;
	font-size: 11px;
	color: #4F7627;
}
.notas {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.ContrasenaRecordada {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
}
.userypass {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.login {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bg_caja.jpg);
	background-repeat: repeat-x;
	width: 139px;
	border: 0px solid ;
	text-indent: 3px;
	padding: 2px;
	height: 18px;
}
.titSeccion {
	font-family: Arial;
	font-size: 16px;
	color: #75A43A;
	font-weight: bold;

}
.SubtituloAzul {
	font-family: Arial;
	font-size: 11px;
	color: #00447B;
	font-weight: bold;
}
.SubtituloNegro {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.SubtituloVerde {
	font-family: Arial;
	font-size: 11px;
	color: #75A43A;
	font-weight: bold;
}
.SubtituloVerde2 {
	font-family: Arial;
	font-size: 11px;
	color: #75A43A;

}

a {
	font-family: Arial;
	font-size: 11px;
	color: #5D852C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5D852C;
}
a:hover {
	text-decoration: underline;
	color: #00447B;
}
a:active {
	text-decoration: none;
	color: #5D852C;
}




.cajas {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bg_caja.jpg);
	background-repeat: repeat-x;
	width: 139px;
	border: 1px solid ;
	border-color:#999999;
	text-indent: 3px;
	padding: 2px;
	height: 17px;
}

.cajasLarga {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bg_caja.jpg);
	background-repeat: repeat-x;
	width: 200px;
	border: 1px solid ;
	border-color:#999999;
	text-indent: 3px;
	padding: 2px;
	height: 16px;
}

.cajasTexto {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	width: 400px;
	border: 1px solid ;
	border-color:#999999;
	text-indent: 3px;
	padding: 2px;
	height: 50px;
}

.gasolinaPrecio {
	font-family: Arial;
	font-size: 11px;
	color: #205172;
	font-weight: bold;
}

.tipoCambio {
	font-family: Arial;
	font-size: 11px;
	color: #205172;
}

.tipoCambioLine {
	font-family: Arial;
	font-size: 11px;
	color: #205172;
	text-decoration: underline;
}

.ivaGasolina {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

.textarea {
	width:400px;
	height:200px;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	a {
	font-family: Arial;
	font-size: 11px;
	color: #5D852C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5D852C;
}
a:hover {
	text-decoration: underline;
	color: #00447B;
}
a:active {
	text-decoration: none;
	color: #5D852C;
}


ul {
	width: 600px;
	list-style: none; /*Eliminamos el estilo de lista*/
	padding: 0; /*Evita la indentación que aparece en algunos navegadores*/
	margin: 0;
	display: inline; /*Nos permite integrar con los elementos li y evitar problemas -*/
	float: left;	  /*en algunos navegadores*/
	border-bottom: 0px Solid Black;
}

ul li {
	width: 100px;
	display: block;
	float: left; /*Flota los elementos de la lista*/
	text-align: center;
	margin-right: 2px;
	position: relative; /*Hacemos el ajuste de 1 pixel para simular la integración -*/
	top: 1px;           /*con la capa de contenido*/
}

ul li a {
	width: 100px; /*Fijamos el ancho para que el enlace sea toda la pestaña y no solo el texto*/
	display: block;
	background: #ffffff;
	border: 0px Solid #000;
	text-decoration: none;
}

ul li a:link, ul li a:visited, ul li a:active {
	color: #000;
}

ul li a:hover {
	color: #CEE59F;
}

/*Clase especial que resaltará dependiendo de la sección*/
a.actual {
	width: 100px;
	display: block;
	background: #ffffff;
	border-top: 0px Solid #000;
	border-bottom: 0px Solid #77BADB;
	text-decoration: none;
}

a.actual:link, a.actual:visited, a.actual:active {
	color: #000;
}

a.actual:hover {
	color: #000;
}

#contenido {
	width: 600px;
	background: #ffffff;
	float: left;
	margin: 0;
	border-left: 0px Solid #000;
	border-bottom: 0px Solid #000;
	border-right: 0px Solid #000;
	font-weight: normal;
}

#contenido p {
	margin: 15px 20px;
}


.rs {
		color: #000000;
		font-family: Arial;
		font-size: 11px;
}
.rs a { color: #000000; text-decoration: none; }
.rs a:link { color: #000000; text-decoration: none; }
.rs a:hover { color: #000000; text-decoration: underline; }
.rs a:active { color: #000000; text-decoration: none; }
.rs a:visited { color: #000000; text-decoration: none; }

.OBL {
		color: #FF0000;
		font-family: Arial;
		font-size: 11px;
}