

body
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 	georgia,serif;
	background: #0f0d2e;
}

#contenedorTituloHastaArriba
{
	
	padding: 30px 0 0 0;
	width: 800px;
	margin: auto;	
}

#contenedorTituloHastaArriba a img
{
	border: 0;
}

#wrap
{
	width: 804px;
	margin:  15px auto;
	background: white;
}


div#contenido
{
	padding: 20px 30px;	
	color: #000000;

}

div#logo
{
	margin: 00px;
	color: #333333
}

div#logo img
{
	margin-top: 5px;
	border: 0;
}

div#pie
{
	clear: both;
	padding: 1em;
	font-size: .70em;
	color: #999999;
	margin: 0;
	background-color: white;
	text-align: right;

}



#tarifas
{
	background: black url('../img/fondoTarifas.jpg');
	 
	color: white;
	padding: 5px 20px 20px 20px;
}

#tarifas .tabulador
{
font-size: .7em;	
}
#tarifas th
{
	color: #fdffab;
}

#tarifas tr.tablaTarifasPar
{
    background-color: #2F2F2F;

}


#boton_pdf{
	background: url(../img/botonBajarPdf.jpg) no-repeat;
	float: left;
}

div#encabezado
{
	height: 220px;	
}

div#titular
{
	height: 220px;
	width: 350px;
	float: right;
	background: white url('../img/fondoDifuminadoHeader.jpg') left top;
}
div#titular h1
{
	padding: 15px 20px 0 20px;
	color: white;
	font-size:35px;
	line-height: 40px;	
}
div#titular h1 a
{
	color: white;
	text-decoration: none;	
}

div#titular h1 a:hover
{
	text-decoration: underline;
	color: khaki;
}

div#titular h2
{
	margin: 20px;	
	margin: 15px 20px 0 20px;
	font-size: 25px;
}


div.boton {
	background-color: #e7eaed;
	border: 1px solid #d7dce1;
	font-size: 11px;
	padding: 4px 5px 4px 5px;
	margin-left: 62px;
	margin-right: 0px;
	line-height: 13px;
}
div.boton:hover {
	background-color: #cbe67b;
	border: 1px solid #afcd54;
	font-size: 11px;
}
div.boton a{
	color:#737373;
	text-decoration: none;
	padding: 5px;

}
div.boton a:hover{
	color:#333;
	text-decoration: none;
}





/* MENUS */
div#menuIdiomas
{
	position: relative;
	width: 100px;
	top: -50px;
	left: 700px;
	height: 0px;
}
div#menuIdiomas ul, div#menuIdiomas ul li
{
	margin: 0; padding: 0; list-style-type: none; 
	display: inline;	
}

a#leng-es, a#leng-en
{
	display: block;
	float: left;
	text-indent: -1000em;
	font-size: 0px;
	line-height: 1px;
	height: 35px;
	border: 0px solid red;
	width: 50px;
	margin: 0;
	color: white;
}


a#leng-en
{
	background: transparent url('../img/iconoUsa.gif') center center no-repeat;
	margin-bottom: 0;	
}

a#leng-es
{
	background: transparent url('../img/iconoMex.gif') center center no-repeat;	
}


div#menu
{
	height: 40px;
	color: white;
	background: black url('../img/fondoMenu.jpg');
}

div#menu ul
{
	margin: 0 0 0 00px; padding: 0;
	list-style-type: none;
	height: 40px;
	width: 750px;

}

div#menu ul li
{
	display: block;
	float: left;
	height: 40px;
	line-height: 100%;
	margin: 0;
}

div#menu ul li a
{
	display:  block;
	text-align: center;
	font-size: 12px;
	color: white;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

div#menu ul li a:hover
{
	background-color:black;
	
}


div#menu ul li a.aqui
{
	background: black url('../img/fondoMenuOn.jpg') center top no-repeat;
	color: white;
	text-decoration: underline;
}
