
/* recibir la LENGUA y cambiar donde dice "es/" por algo dinamico! */

body {
 text-align : center;  	 
 background-color: #F99B21; /* amarillo de fondo */
 margin-top: 0px;
}  

#contenedor{
   border : 0px dashed #000000;
   text-align: left;
   width: 980px;
   margin: auto;    
   background-color: #FFFFFF;
} 

#subcontenedor{ /* engloba al titulo, menu y buscador */
   border : 0px dashed #000000;
   text-align: left;
   width: 980px;
   height: 174px;
   margin: auto;        
   background-color: #000000;
   /*
   background-image:url(/imagenes/fondo_gris2.gif);
   background-repeat:repeat-x;	 	 
   */
} 

#left {
 border : 0px dashed #000000;
 width : 160px;			/* 160 */
 float : left;
 margin-top: 20px; 
 padding-right:20px;  
 }         
 
#cuerpo {
 border : 0px dashed #333333;
 width : 540px;     
 float: left;
 margin-left: -5px;   /* antes 15 */
 / margin-left: -5px;  /* antes 15 */ 
 padding-right:10px;
 margin-top: 30px; /* antes 0  */	 
}         
 
#right {
 border : 0px dashed #000000;
 width : 250px;			/* 160 */
 float: right;
 margin-top: 20px; 
 margin-left: 5px; 
 / margin-left: 5px;
}         

#footer {
 clear: both;
 margin-top:10px; /* funciona solo despues de usar un div con clear:both */    
 height: 65px;
 background-color: #000000;
 text-align:left;
}

#inside-footer {
padding-top: 10px;
color: white;
text-align:left;
 margin-left: 175px;
 / margin-left: 175px;
}

#footer a,a:hover,a:visited{ /* defino como se ven los enlaces en el footer */
	color:red;
    text-decoration: none;
}	

.clear { 
line-height: 0px; 
font-size: 0px; 
clear: both; 
height: 0px; 
} 

/*  viejo:   */
/* Menu  -se elimino-*/

#menudo {
margin-top: 2px;
 / margin-top: 7px;
 margin-left: 176px;  /* posicion del menu */ 
}

#header {
 margin-top: 0px; 
 margin-left: 175px;    
}

.favoritos {      /* usar punto(.) si es class' y numeral(#) si es con 'id' */
 color: white;
 width : auto;   
 padding-right:10px;
 float: right;
}

.favoritos a{
	color:white;
    text-decoration: none;
}	

.favoritos a:visited{
	color:white;
    text-decoration: none;
}	

.favoritos a:hover {
	color:yellow;
    text-decoration: none;
}	