@charset "utf-8";
/* CSS Document */

.bloque {
	background:url(../images/bloque.gif) no-repeat top;
	width:230px;
	height:204px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.bloque .prod {
	float:left;
	position:relative;
	top:28px;
	left:8px;
}
.bloque h6 {
	font-family:Tahoma;
	font-size:12px;
	line-height:12px;
	color:#E63402;
	margin-left:136px;
	margin-top:10px;
	margin-bottom:0;
	margin-right:14px;
}
.bloque h6 a{
	color:#E63402;
	text-decoration:none;
}
.bloque .marca {
	font-family:Tahoma;
	font-size:10px;
	line-height:13px;
	color:#c9c9c9;
	margin-left:136px;
	margin-top:10px;
	margin-bottom:10px;
}
.bloque .sep_gris {
	border-top:2px solid #333;
	width:80px;
	height:4px;
	margin-left:136px;
	margin-top:10px;
}
.bloque .datos {
	font-family:Tahoma;
	font-size:11px;
	line-height:11px;
	color:#ad9f9c;
	margin-left:136px;
	margin-top:10px;
	margin-bottom:10px;
	width:80px;
}
.bloque .datos span {color:#f00;}
.bloque .precio {
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	line-height:12px;
	color:#c8c8c8;
	margin-left:136px;
}
.bloque .descuento {
	font-family:Tahoma;
	font-size:11px;
	color:#df2d00;
	margin-left:136px;
	position:relative;
	top:-10px;
	text-decoration:line-through;
	font-weight:bold;
}
.bloque .info {
	float:right;
	position:relative;
	top:-30px;
	right:16px;
}
.bloque .botones {
	margin-left:136px;
}

