
#content_center .product.first {
	clear: both;
}

#content_center .product {
	float: left;
	position: relative;
	width: 157px;
	height: 307px;
	background: url(css_img/product_bg.gif) no-repeat top left;
	padding-right: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #0F4486;
	z-index: 10;
}

#content_center .product a {
	cursor: pointer;	
}

#content_center .product a h5 {
	padding: 2px 10px;
	*padding: 2px 8px;
	color: #0F4486;
	height: 24px;
}

#content_center .product a:hover h5 {
	text-decoration: underline;
}

#content_center .product #nuevo {
	position:absolute;
	top: 2px;
	left: 111px;
	width: 50px;
	height: 50px;
	background: url(css_img/nuevo.png) no-repeat top left;
}

#content_center .product #oferta {
	position:absolute;
	top: 2px;
	left: 115px;
	width: 50px;
	height: 50px;
	background: url(css_img/oferta.png) no-repeat top left;
}

#content_center .product p {
	padding: 2px 2px 4px 10px;
	*padding: 2px 2px 4px 8px;
}

#content_center .product p.disponible {
	color: #009900;
}

#content_center .product p.no_disponible {
	color: #CC0000;
}

#content_center .product p.pvp_oferta {
	color: #FF3300;
}

#content_center .product p .pvp_old {
	color: #8CAAC7;
	text-decoration: line-through;
	padding-right: 4px;
}

#content_center .product a.carrito {
	display: block;
	width: 153px;
	height: 27px;
	background: url(css_img/bt_anadir_carrito.gif) no-repeat top left;
	text-indent: -9999px;
	margin-left: 1px;
}

#content_center .product a.carrito:hover {
	background-position: 0px -27px;
}



#content_center .product a .img_container {
	width: 148px;
	height: 200px;
	margin-top: 6px;
	margin-left: 3px;
	overflow: hidden;
}

#content_center .product a img {
	display: none;
	/*height: 200px;
	width: 153px;
	padding-top: 6px;*/
}

#content_center #espacio {
	display: block;
	clear: both;
	padding-top: 40px;
}
