@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	background-image: url(../imag/fondo2.gif);	
	font-size: 14px;
}

a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}
#contenedor {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #999999;
	/*background-color: #FFFFFF;*/
}
#menu {
	width: 780px;	
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#cuerpo {
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CBCBCB;
	border-left-color: #CBCBCB;
}
#fondo_cuerpo {
	background-attachment: fixed;
	background-image: url(../imag/fondo-cuerpo.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#pie {
	width: 780px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;

}

#idioma {
	height: 30px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-image: url(../imag/fondo-idioma.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.lineaDcha {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
	
	/*TABLA Memorias*/
	.tablaMemorias{
	padding: 0px;
	text-indent: 3px;
	border: 0px solid #999999;
	}
	.tablaMemorias th{
	color: #666666;
	background-color: #E6E6E6;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	text-indent: 3px;
	height: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
	.tablaMemorias td{
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 14px;
	
	text-indent: 3px;
	}
	
	/* FIN TABLA MEMORIAS*/	
	/*TABLA Ofertas*/
	.tablaOfertas{
	padding: 0px;
	text-indent: 3px;
	border: 1px solid #999999;
	}
	.tablaOfertas th{
	color: #FFFFFF;
	background-color: #7398AB;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	text-transform: none;
	text-indent: 3px;
	font-weight: bold;
	}
	
	.tablaOfertas td{
	background-color: #FFFFFF;
	vertical-align: top;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
	text-align: left;

	
	}
	.tablaOfertas p{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
	/* FIN TABLA OFERTAS*/	
	
	
	#contenedorTarifas {
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	position: relative;
	height: 250px;
}
.texto{
	padding: 10px;
	text-align: left;
	}
.titulo{
	padding: 5px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	}
	
.izq{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	}
	
.presentacion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	}
