
body {
	background-color:#f6ff0d;
	text-align:center;
	font: 1em Georgia, "Times New Roman", serif;
}
/*PONE COLOR DE FONDO GRIS MAS CLARO A TODOS LOS TEXTOS CON ENLACE */
a, h1 a:hover{
color: #666; /*color del texto de los enlaces*/
text-decoration: none; /*quita la linea de enlace ES NECESARIO AÑADIR ESTA LINEA TAMBIEN a:visited{...}*/
font-family: Georgia, "Times New Roman", Times, serif;
}
/*PONE DE COLOR BLANCO EL TEXTO DE LOS ENLACES AL PASAR EL RATÓN POR ENCIMA*/
a:hover {
color: #fff; 
}

#contenedor{
width:1025px;
height:600px;
margin:0 auto;
}
.cajaizq{
margin-top:100px;
width:425px;
height:350px;
position:absolute;
z-index:3;
}

.cajadcha{
margin-top:100px;
margin-left:460px;
width:600px;
height:281px;
position:absolute;
z-index:4;
}

.catalogo{
margin-top:230px;
margin-left:370px;
width:151px;
height:151px;
position:absolute;
z-index:5;
}

#cold {
width: 425px;
}

#cajad {
width: 425px;
height:auto;
position:absolute;
z-index:3;
background: url(../images/fbgi.png);
}
#cajad ul {
margin: 0px;
padding: 0px;
float: left;
list-style: none;
}
#cajad ul li {
padding: 3px;
float: left;
}

.cuerpo{
width:1100px;
height:auto;
background-color:#ffffff;
float:right;  /*también es válido left*/
margin-top:0px;	
}
