div.controles {
	background-color: #D0D0CF;
	width: 100%;
	line-height: 3.5em;
	text-align: center;
}
div.controles div {
	background-color: transparent;
	display: inline-block;
	text-align: center;
}

#div_listado {
	text-align: center;
}
.item {
	width: 23%;
	display: inline-block;
	margin: 0.8%;
	height: 10em;
	vertical-align: top;
}
.item-contenedor {
	position: relative;
	width: 100%;
}
.item-contenedor-img {
	display: block;
	overflow-y: hidden;
	height: 8.5em;
}

.item-contenedor-img a img {
	width: 100%;
}
.item-contenedor-texto a span {
	display: block;
	color: #d9241c;
	background-color: #c0c0c0;
}
/*TABLETA*/
@media screen and (min-width: 700px) and (max-width: 999px) {
	.item {
		width: 30%;
	}
}
/*SMART PHONE*/
@media screen and (max-width: 699px) {
	.item {
		width: 45%;
	}
}


