@charset "utf-8";
.caja_producto  {
	height: auto;
	margin-bottom:30;
}
#content1 img {
	text-align: left;
	float: left;
	
}.caja_producto p {
	font-size: 14px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.caja_producto h6 {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	padding-left: 10px;
	padding-bottom: 10px;
}

.caja_producto h6 a {
    color: #444;    
}

.caja_producto p a {
	color: #666;
	font-size: 14px;
	display: block;
}
.caja_producto p a:hover {
	color: #036;
}

.caja_producto h6 strong {
	color: #F60;
}
