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

.prod_rec_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #FDF202;
}
.prod_rec_precio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FDF202;
}
.borde_img_prod_destac {
	border: 1px solid #FFFFFF;
}
.dest_prod_sup {
	background-image: url(../images/dest_top_prod.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	width: 15px;
	position: absolute;
	margin-top: 23px;
	cursor: pointer;
	margin-left: 140px;
}
.dest_prod_inf {
	background-image: url(../images/dest_bottom_prod.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	width: 15px;
	position: absolute;
	margin-top: -15px;
	cursor: pointer;
	margin-left: 140px;
}

