.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
.clearfix { display: block; }


/* Destacados de la Semana */

#dectos {
	width: 600px;
	height:auto!important;
	height:80px;
	min-height:80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 5px;
	display:block;
	margin-bottom:10px;
}
#dectos .descripcion {
	font-size: 12px;
	float: left;
	padding-bottom:10px;
}
#dectos .imagen {
	float: left;
	width:110px;
	text-align:center;
}
#dectos .porcentaje{
	width:90px;
	font-size: 36px;
	font-weight: bold;
	color: #004A91;
	text-align: center;
	float: left;
	white-space: nowrap;
}
#dectos .porcentaje span {
	font-size: 14px;
	display: block;
}
#dectos .descripcion {
	float: left;
	width:370px;
}
#dectos .descripcion span {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#dectos .descripcion a {
	font-weight: bold;
	color: #004A91;
	text-decoration: none;
}
