@charset "utf-8";
/* CSS Document */
.no-prod p {
	font-size:12px;
	color:#373737;
	line-height:16px;
	margin-left:20px;
}

.no-prod {
	background:url(../images/no-prod.jpg) center no-repeat;
	float:left;
	width:711px;
	height:351px;
}
.producto {
	background:url(../images/producto.gif) top left no-repeat;
	float:left;
	width:720px;
	height:451px;
}
.producto h6, .no-prod h6 {
	height:68px;
	color:#df2d00;
	line-height:46px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding-left:26px;
	margin:0;
}
.producto .foto {
	float:left;
	width:266px;
	margin-left:20px;
}
.producto .foto .top {
	height:20px;
	background:url(../images/pr_top.gif) top center no-repeat;
}
.producto .foto .bottom {
	background:url(../images/pr_bottom.gif) bottom center no-repeat;
	text-align:center;
	padding-bottom:16px;
}
.producto .datos {
	margin-left:30px;
	margin-top:20px;
	float:left;
	width:360px;
}
.producto .marca {
	font-family:Tahoma;
	font-size:12px;
	line-height:12px;
	color:#E63402;
	text-transform:uppercase;
	margin-bottom:10px;
}
.producto .referencia {
	font-family:Tahoma;
	font-size:10px;
	line-height:13px;
	color:#c8c8c8;
	margin-bottom:10px;
}
.producto .referencia span {color:#FFA6A6;}
.producto .precio {
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	line-height:12px;
	color:#c8c8c8;
	margin-bottom:10px;
}
.precio .descuento {
	font-size:11px;
	text-decoration:line-through;
	margin-right:10px;
	color:#df2d00;
}
.producto .sep_gris {
	border-top:2px solid #ccc;
	width:360px;
	height:4px;
}
.producto .descripcion {
	font-family:Tahoma;
	font-size:11px;
	line-height:13px;
	color:#c8c8c8;
	max-height:150px;
	overflow:auto;
}
.producto .descripcion p {
	margin:4px 0 12px;
}
.producto td {
	font-family:Tahoma;
	font-size:11px;
	line-height:13px;
	color:#c8c8c8;
	padding:4px;
}
.producto input, .producto select {
	font-size:11px;
	font-family:Tahoma;
}
.producto .cantidad {
	text-align:right;
}
.opciones {
	float:right;
	border-left:2px solid #ccc;
	padding:0 14px;
}
.dentro {
	margin-left:10px;
	color:#E63402;
}
.dentro a {
	color:#c8c8c8;
	text-decoration:none;
}
.dentro a:hover {text-decoration:underline;}

.mini_img {float:left; border:1px solid #222; margin:4px;}
