.item_producto_portada{
	display:block;
	border:#DDDDDD solid 1px;
	margin-right:2%;
}

.item_producto_portada.ultimo{
	margin-right:0px;
}


.linea_gris{
	width:100%;
	height: 1px;
	background-color: #e5e5e5;
	}



.thumbnail {
	position: relative;
	padding:inherit;
	margin-bottom: inherit;
	border:none;
	z-index:1;
}
.caption {
	position: absolute;
	top: 80%;
	left: 2%;
	width: 100%;
	z-index:1000;
}

.caption p{
	color:#fff;
	font-size:25px;
}

