
#promociones {
	width: 509px;
	/*height: 219px;*/
	height: 215px;
	float: left;
	margin-bottom: 20px;
	background: url(../gfx/fondo_promociones.gif) no-repeat;
	padding-top: 14px;
	margin-left: 12px;
}

#cont_promos {
	width: 509px;
	float: left;
}

.promo {
	width:478px;
	float: left;
}

#promociones h3 {
	font-size: 18px;
	margin-left: 16px;
	margin-bottom: 12px;
}

.promo_img {
	width: 222px;
	height: 129px;
	float: left;
	background-color: #fff;
	text-align: center;
	padding-top: 15px;
	margin-left: 16px;
}

.promo_img img {
	max-height:120px;
}

.promo_inf {
	width: 230px;
	float: right;
}

.precio_promos{
	width: 206px;
	padding: 12px;
	background-color: #e36605;
	float: left;
	margin-bottom: 5px;
	font-size:16px;
	text-align:center;
}

#pro_destacado {
	width: 544px;
	float: left;
	margin-bottom: 20px;
}

#pro_destacado h1 {
	margin-bottom: 20px;
	margin-left: 20px;
}

#pro_destacado h2 {
	font-weight: bold;
	color: #ff6600;
	padding: 5px;
}

#promos {
	width: 544px;
	float: left;
}

#fondo_prodest_top {
	width: 544px;
	float: left;
	background: url(../gfx/fondo_promotop.gif) no-repeat top left;
}

#fondo_prodest_down {
	width: 512px;
	float: left;
	/*padding: 23px 16px 23px 16px;*/
	padding: 23px 16px 0 16px;
	background: url(../gfx/fondo_promodown.gif) no-repeat bottom left;
}

.sep_productos {
	width: 512px;
	float: left;
	margin-bottom: 20px;
}

.productos {
	width: 232px;
	float:left;
	margin-left: 15px;
}

.product_titulo {
	width: 232px;
	float:left;
	margin-bottom: 10px;
}

.product_img {
	width: 130px;
	float: left;
}

.product_img img {
	max-width: 125px;
	width: expression(this.width > 125 ? 125: true);
}

.product_info {
	width:100px;
	float: right;
}

.product_info p {
	margin-bottom: 10px;
}

#paginado {
	float:right;
	margin:20px 20px 0 0;
}
