.elemento_destacado {
	height: 120px;
	width: 150px;
	float:left;
	margin:5px;
	position:relative;
}
.elemento_destacado img {
border:0px;
}
#caja_destacados {
	height:160px;
	background-image: url(/apariencias/destacados/templates/imagenes/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top:6px;
	overflow:hidden;
	text-align:center;
}

#caja_destacados a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	
}


#encabezado_destacados {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
	margin-top:8px;
	width:98%;
	clear:both;
	display:block;
}
#encabezado_destacados h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #CC3333;
	width:130px;
	text-align:center;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight:normal;
margin:0px;
	
}