#cuerpo{
	width: 980px;
	background-image: url(../imagenes/fondos/home_top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-position:  bottom;
	height: 462px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	text-align: left;
}
#contenido{
	text-align: left;
}
#contenido UL{
	list-style-type: none;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}
#contenido>UL{
	list-style-type: none;
	margin: 40px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

#contenido A{
	padding: 2px;
}
#destacados{
	display: block;
	z-index: 1001;
	border: 1px solid #d0b48e;
	width: 307px;
	position:absolute;
	margin-top: 35px;
	margin-left: 44px;
	background-color: #ffffff;
}
#destacados UL{
	list-style: none;
	width: 300px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#destacados LI{
	text-align: right;
}
.titulo_destacados{
	font-size: 12pt;
	color:#000000;
	text-decoration: none;
}
.detalle_destacados{
	font-size: 12pt;
	color: #947a41;
	text-decoration: none;
}