
body{
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	
	/*overflow:hidden;*/
	
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

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



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

#contenedorCabecera{
	height:130px;
}

#superiorCabecera{
	height:130px;
	width:770px;
}

#contenedorLogoCabecera{
	width:237px;
	height:130px;
	vertical-align:middle;
	float:left;
}

#imgLogoFundacionSaberes{
	margin-top:25px;
	margin-left:0px;
}

#separacion1Caberera{	
	height:130px;
	width:10px;	
	float:left;
}

.contenedorMenuCabecera{
	width:95px;
	float:left;
	margin-top:15px;
	margin-left:22px;
	margin-bottom:5px;
}

.elementoMenuCabecera{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6c193f;
	background-image:url(../imagenes/index/flecha-menu-cabecera.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:8px;
	margin-top:1px;
}


#contenedorDerSupCabereca{
	width:270px;
	height:120px;
	margin-left:495px;
	_margin-left:492px; /* sólo IE6 */
	background-image:url(../imagenes/index/fondoDersupCabecera.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	color:#666666;
	text-align:right;
	padding-right:5px;
	padding-top:10px;	
}

#inferiorCabecera{
	height:10px;	
}

#separacionIzqInferior{
	background-image:url(../imagenes/index/separacionIzqAbajo.jpg);
	background-repeat:no-repeat;
	width:237px;
	height:10px;
	float:left;

}

#separacionMedioInferior{
	width:10px;
	float:left;
}

#separacionDerInferior{	
	margin-left:247px;
	background-image:url(../imagenes/index/separacionDerAbajo.jpg);
	background-repeat:no-repeat;
}

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


/* ---------------------  PIE -------------------------------------------------------------------------------------------------- */

#contenedorPie{
	
	width:770px;
	padding-top:30px;
	clear:both;
}

#pie{
	height:75px;
	width:770px;
	background-color:#5d0207;
	margin-top:0px;
	margin-bottom:50px;
	color:#FFFFFF;	
}

#textoDireccionPie{
	padding-top:15px;
	padding-left:15px;
	font-size:11px;
	float:left;
}

#textoTelefonoPie{
	padding-top:15px;
	padding-left:65px;
	float:left;
}


.enlaceElementoPie{
	color:#FFFFFF;
}

.enlaceElementoPie:hover{
	color:#FFFFFF;
}





















.menuPrincipalRojo{
	background-image:url(../imagenes/fondoMenuRojo.jpg);
	background-repeat:repeat-x;
	height:30px;
	width:100%;
}

.elementoMenuPrincipal{
	background-image:url(../imagenes/separacionMenuPrincipal.jpg);
	background-repeat:no-repeat;
	padding-left:27px;
	padding-right:28px;
	padding-top:8px;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	height:22px;
	font-weight:bold;
}

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

.enlaceElementoMenuPrincipal:hover{
	color:#FFFFFF;
}


