
.items > div {
	float:left;
}
#destacados {
	position:relative;
	margin-top:30px;
}
.destacadosBtn {
	position:absolute;
	top:8px;
	right:0;
	z-index:1;
}
.prev, .next {
	display:block;
	width:34px;
	height:34px;
	cursor:pointer;
}
.prev {
	background:url(images/btn-izq.png) no-repeat center top;
}
.prev:hover {
	background:url(images/btn-izq.png) no-repeat center -40px;
}
.next {
	background:url(images/btn-der.png) no-repeat center top;
}
.next:hover {
	background:url(images/btn-der.png) no-repeat center -40px;
}
#destacadosSlider {
	position:relative;
}
#destacadosSlider .foto {
	font-size:12px;
	width:115px;
	height:100px;
	margin:0 auto;
	background:#FFF;
	display:table;
	text-align:center;
}
#destacadosSlider .foto div {
	display:table-cell;
	vertical-align:middle;
	width:115px;
	height:100px;
}
#destacadosSlider .foto img {
	vertical-align:middle;
}
.destacadoProd {
	cursor:pointer;
	width:165px;
	/*background:#fff;*/
	background:#D7EBF6;
	padding-top:20px;
	border-right:1px dashed #fff;
}
.destacadoProd:hover {
	/*background:#D7EBF6;*/
	background:#d2e5f0;
}
.destacadoRel {
	cursor:pointer;
	width:165px;
	background:#D7EBF6;
	padding-top:20px;
	border: 1px dashed #fff;
}
.destacadoRel:hover {
	background:#d2e5f0;
}
.mas {
	width:165px;
	height:29px;
	position: absolute;
	bottom:-15px;
}

.destacadoProd2 {
	cursor:pointer;
	/*background:#FFF;*/
	background:#D7EBF6;
	padding-top:20px;
	border-right:1px dashed #fff;
}
.destacadoProd2:hover {
	background:#d2e5f0;
	/*background:#dde4ec;*/
}
.mas2 {

	height:29px;
	position: absolute;
	bottom:-15px;
}

#destacadosSlider .espacio {
	width:20px;
}
.txt {
	text-align:center;
	padding-top:10px;
	font-size:11px;
	color:#506572;
	font-weight:bold;
	padding:10px 20px 20px;
}
