@charset "ISO-8859-1";
/* CSS Document */

.box-produc {
	border:1px solid #999999;
	float:left;
	height:290px;
	width:280px;
	margin-top:5px;
	margin-left:15px;
	/*margin:auto;*/
	/*padding:0 5px;*/
	text-align:center;
}

.image-produc {
	/*height:180px;*/
	width:270px;	
	vertical-align:middle;
	margin:auto;
	margin-top:5px;
	border:1px solid #999999;
}

.box-descrip {
	text-align:center;
	width:270px;
	/*margin-top:60px;*/
}

.propreu {
	color:#6600FF;
	float:left;
	font-size:14px;
	font-weight:700;
	/*line-height:26px;*/
	text-align:center;
	width:170px;
	clear:both;
}

.detalles {
	float:right;
	/*margin-right:10px;*/
	text-align:center;
	width:100px;
	/*height:20px;*/
}

.info-produc {
	font-size:14px;
	font-weight:500;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	width:270px;
	float:left;
}

.producto{
	/*font-size:14px;*/
}
img.producto{
	border:none;
}

