.cuerpo{
	font-family:arial;
	font-size:12px;
	margin: 0;
	background: url(fav.jpg) top; 	

}


div#contenedor {
	width: 1024px;
	background-color:#FFFFE6;
	padding: 0px;
	border:0px solid red;

}

div#contenido{
	border:0px solid green;	
	width:95%;
	font-size:12px;

}

div#menu{
	font-size:14px;
	background: url(imagenes/fondo_menu.gif) top no-repeat; 	
	z-index:3;
	margin:0;	
	height:314px;
	width:209px;
}


div#fondod{
	background: url(imagenes/fondo2d.gif) top center ; 
	background-color:#FFFFE6;
	margin: 0;
	width: 1024px;
	height:154px;
	position:relative;

}

div#pie{
	background: url(imagenes/pie.gif) top center ; 
	background-color:#FFFFE6;
	margin-bottom: 0;
	width: 1024px;
	height:118px;
}

div#logo{
	float:left;
	position: relative;
	z-index:1; 
	margin-left: 10; 
}

div#top1{
	position: absolute;
	z-index:4; 
	margin: 0; 
	top: 25px;
	left: 550px;
}

div#idiomas{
	position:relative;
	z-index:2;
	margin:0;
	top:-13px;
	
}

div#bienvenida{
	background: url(imagenes/bienvenida.gif) no-repeat;
	left:0px;
	top:0px;
	width:521px;
	height:200px;
	border:0px solid black;
}


LI{
	list-style: none;
	border-bottom: #D8CD9F dashed 1px;	
	margin-top:8px;
	width:90%;
}

.elemento_menu{
	font-weight:bolder;
	color:#4B4516;
	text-decoration:none;
	
}
.elemento_menu:HOVER{
	font-weight:bolder;
	color:#9D9754;
}



div#navegador{
	font-size:10px;	
}


.titulo{
	font-size:20px;
	background: url(imagenes/fondo_titulo.gif) top repeat-x;
	padding:4px;
	
}



.enlacepie{
	color:white;
	text-decoration:none;
}

.enlacepie:HOVER{
	color:white;
	text-decoration:underline;
}


.caja1{
	border:1px solid #cccccc;
	background-color:white;
	padding:5px;
	width:150px;
	height:160px;
}

.prodc{
	background-color:#efefef;
	padding:3px;
}

.prod{
	text-decoration:none;
	color:navy;
}