BODY { 
  background : #FFFFFF url(fondo.jpg); 
  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:#0000FF;}
 A:visited {text-decoration:underline;color:#0000FF;}
 A:hover {text-decoration:underline;color:#0000FF;}
  
/*CONTENEDOR PRINCIPAL*/
#contenedor{ 
  text-align: left; 
  width: 790px; 
  background-color : #F8ED84; 
  margin: auto; 
} 


/*CABECERA, LOGO Y SITEMAP*/
#cabecera{ 
  background : #F8ED84;
  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:70px;
	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 #C45500; 
  border-bottom : 1px solid #C45500; 
  text-align: center; 
  color : #FFFFFF; 
} 


/*FIN ENLACES HORIZONTAL*/

H1{ 
font-size: 12pt; 
} 

/* contenedor*/
#cuerposinsidebar{ 
width:790px; 
margin-left: 0px; 
padding: 30px 0px 10px 20px; 
background-color : #F8ED84; 
float:center; 
} 

/* general */
#lateral{ 
width: 376px; 
height: 600px;
padding-left: 20px;
padding-top: 20px;
background : #F8ED84 url(positgrande.jpg); 
background-position: top left;
background-repeat: no-repeat;
float:left; 
} 

#cuerpo{ 
width:394px; 
margin-left: 0px; 
padding: 0px 0px 0px 0px; 
background : #F8ED84;
float:right; 
} 

#cuadropubliderecha{
width: 198px; 
height: 176px;
padding-left: 40px;
padding-top: 20px;
background : #F8ED84 url(positpequeno.jpg); 
background-position: top left;
background-repeat: no-repeat;
float:right; 
}
/*cuadro del index*/
#cuadroleft{
background-color: #ffcf0f;
width:410px;
clear: left;
border: thick outset #e00803;
}


#navabajo{ 
font-weight : bold; 
} 

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





