
html { 
height: 100%; 
}

body{
height: 100%; 
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	
	/*overflow:hidden;*/
	
	font-family: Trebuchet Ms, verdana;
	font-size:11px;
}

a{
	text-decoration:none;
	color:#366697;
}

#contenedorPrincipal{
	width:985px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;

	padding-left:8px;
	margin-top:5px;
}


/* --------------------- CABECERA ---------------------------------------------------------------- */

#contCabecera{
	margin-bottom:00px;
	height:100px;
}

#contLogo{
	margin-left:800px;
	padding-top:20px;
}

#contTextoTitularWeb{
	margin-left:145px;
	padding-top:10px;
	//padding-top:30px;
	color:#FF9A00;
	float:left;
}

#contTextoTitularWeb h2{
	font-size:28px;
}


/* --------------------- fin de CABECERA --------------------------------------------------------------- */

/* --------------------- MENU PRINCIPAL ---------------------------------------------------------------- */
.menuPrincipalAzul{
	background-image:url(../imagenes/fondoMenuAzul.jpg);
	background-repeat:repeat-x;
	height:50px;
	width:100%;
	clear:both;
}

.elementoMenuPrincipal{
	background-image:url(../imagenes/separacionMenuAzul.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:29px;
	padding-top:17px;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	height:50px;
	font-weight:bold;
}

#elementoMenuPrincipalSeleccionado{
	background-image:url(../imagenes/fondoMenuAzul2.jpg);
	background-repeat:repeat-x;
	height:33px;
}

.enlaceElementoMenuPrincipal{
	color:#FFFFFF;
	text-decoration:none;
}

.enlaceElementoMenuPrincipal:hover{
	color:#FFFFFF;
}

#menuSuperiorAzul{
	background-color:#0a598a;
	height:55px;
	padding-top:15px;	
}

#contPubliGoogle{
	width:760px;	
	float:left;
}

#contContacto{
	height:15px;
	margin-top:0px;
}
#contContacto a{
	color:#FFF;
	text-decoration:underline;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}

.contElementoMenuSuperiorAzul a{
	color:#FFF;
	text-decoration:underline;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	font-weight:bold;
	height:20px;
}

#contFlechas{
	position:relative;
	width:800px;
	height:10px;
	margin-left:150px;
	margin-top:-23px;
	background:url(../imagenes/flechaNaranjaMenu.jpg) no-repeat;
}

/* --------------------- fin de MENU PRINCIPAL ---------------------------------------------------------------- */


#contCuerpo{
	clear:both;
	//background-color:#F2F2F2;
	width:965px;
	margin-top:5px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#contContenido{
	width:710px;
	padding:20px;
	background-color:#FFFFFF;	
	margin-right:15px;
	float:left;
}

#contBannerDer{
	height:400px;
	width:200px;
	float:left;
	background-color:#F2F2F2;
}

h1{
	font-size:20px;
	color:#00427a;
}



