.producto {
	float: left;
	width: 200px;
	padding: 10px;
	margin-right: 15px;
	/*border: 1px solid blue;*/
}

.producto img {
	text-align: center;
}

.producto h2 {
	margin-bottom: 5px;
}

.producto p {
	line-height: 14px;
	margin-bottom: 10px;
}

.producto_detalle {
	width: 500px;
	/*border: 1px solid blue;*/
}

.producto_detalle img.foto_principal {
	float: left;
	margin-right: 15px;
	width: 300px;
}

.producto_detalle img.no_margen {
	float: left;
	margin-right: 5px;
}

.producto_detalle h2 {
	margin-bottom: 5px;
}

.producto_detalle p {
	line-height: 14px;
	margin-bottom: 10px;
}

ul.comprar {
	margin-top: 10px;
	list-style-type: none;
}

ul.comprar li {
	background-image: url('../imagenes/vinyeta.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 12px;
	margin-left: 15px;
}

ul.comprar li a {
	font-family: Tahoma, arial;
	font-size: 11px;
	color: #b9b8a0;
	text-decoration: none;
}

ul.comprar li a:hover {
	color: #d7d6c5;
	text-decoration: none;
}

table td {
	font-size: 11px;
	vertical-align: middle;
	/*border: 1px solid blue;*/
	padding: 0px;
	margin: 0px;
}
