BODY { 
  background : #FFFFFF url(fondo.gif); 
  background-position: top left;
  background-repeat: repeat-x;
  font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
  color : #000000; 
  margin : 0px; 
  text-align: center; 
} 

 A:link {text-decoration:underline;color:#e00803;}
 A:visited {text-decoration:underline;color:#e00803;}
 A:hover {text-decoration:underline;color:#e00803;}
  
/*CONTENEDOR PRINCIPAL*/
#contenedor{ 
  text-align: left; 
  width: 800px; 
  background-color : #FFFE0F; 
  margin: auto; 
} 


/*CABECERA, LOGO Y SITEMAP*/
#cabecera{ 
  background : #FFFE0F;
  height : 75px; 
  width: 750px; 
} 

#logo{
	width:250px;
	height:75px;
	float: left;
	top: 0px;
	left: 0px;
	margin-top:0px;
	margin-left:0px;
}

#publiarriba{
	width:494px;
	height:40px;
	float: right;
	top: 0px;
	left: 0px;
	margin-top:0px;
	margin-left:0px;
}
/* FIN CABECERA, LOGO Y SITEMAP*/

/*ENLACES HORIZONTAL*/
#navegador{ 
  background : #000000; 
  padding : 3px 10px 5px 10px; 
  border-top : 1px solid #e00803; 
  border-bottom : 1px solid #e00803; 
  text-align: center; 
  color : #FFFFFF; 
} 

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{ 
  color: #FFFFFF; text-decoration:none;
} 
A.enlacenav:HOVER{ 
  color: #FFFFFF; text-decoration:none;
} 
/*FIN ENLACES HORIZONTAL*/

#lateral{ 
width: 250px; 
background-color: #fffe0f; 
border-bottom : 1px solid #cccccc; 
border-left : 1px solid #cccccc; 
float:left; 
} 

#cuerpo{ 
width:480px; 
margin-left: 0px; 
padding: 3px 0px 10px 0px; 
background-color : #fffe0f; 
float:right; 
} 


H1{ 
font-size: 12pt; 
} 

#cuerposinsidebar{ 
width:800px; 
margin-left: 0px; 
padding: 30px 0px 10px 20px; 
background-color : #fffe0f; 
float:center; 
} 

#cuadroright{
background-color: #ffcf0f;
width:350px;
float: right;
border: thick outset #e00803;
}

#cuadroleft{
background-color: #ffcf0f;
width:370px;
clear: left;
border: thick outset #e00803;
}


#navabajo{ 
font-weight : bold; 
} 

#pie{ 
clear : both; 
color : #000000; 
text-align : center; 
margin : 10px 10px 0px 10px; 
padding: 10px 0px 5px 0px; 
} 




