#listado_productos
{
	float:left;
	margin:10px 0px 20px 5px;
}
#contenedora_producto_destacado
{
	float:left;
	width:170px;
	height:210px;
	border-left:1px dotted #a0a0a0;
	border-bottom:1px dotted #a0a0a0;
	padding:10px;
	text-align:center;
}
#contenedora_producto_destacado form
{
	float:right;
	text-align:right;
	margin:-3px -10px 0px 0px;
}
#contenedora_producto_destacado #detalles
{
	text-align:left;
	margin:10px 0px 0px 0px;	
}
#contenedora_producto_destacado img
{
	width:100px;	
	margin:0px 0px 0px 0px;
	border:0px;
}
a.imagen:hover
{
	display:block;
	border:1px solid #bae7fa;
	cursor:pointer;
}

#contenedora_producto_destacado #detalles a.nombre
{
	display:block;
	color: #00496b;
	font-weight: bold;
	font-size:11px;
	text-decoration:none;
}
#contenedora_producto_destacado #detalles a.nombre:hover{text-decoration:underline;}
#contenedora_producto_destacado #detalles p.descripcion
{
	float:left;
	display:block;
	margin:0px 0px 12px 0px;
	padding:0px;
	width:170px;
	height:40px;
}
#contenedora_producto_destacado #detalles p.precio
{
	float:left;
	margin:0px 5px 0px 0px;
	padding:5px;
	color: #000000;
	font-weight: bold;
	font-size:11px;
	border:1px solid #63b1d5;
}
#contenedora_producto_destacado #detalles p.precio_tachado
{
	float:left;
	margin:0px 5px 0px 0px;
	padding:5px;
	color: #FF000A;
	font-weight: bold;
	font-size:11px;
	text-decoration:line-through;
}

