.destacadoProductoNombre{
	font-family :  Arial, Verdana, Helvetica, Sans-Serif;
	font-style : normal;
	font-weight : bold;
   	font-size : 12px;
	color : #0041AD;
	text-decoration: underline;
}

.destacadoProductoDescripcion{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-style : normal;
   	font-size : 10px;
	color : #000000;
	text-decoration: none;
}

.destacadoProductoPrecio{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-style : normal;
	font-weight : bold;
   	font-size : 10px;
	color : #945F02;
	text-decoration: none;
}

.destacadoProductoPrecioTachado{
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
	font-style : normal;
	font-weight : bold;
   	font-size : 10px;
	color : #8A8F95;
	text-decoration:line-through;
}