#des_cabecera {
	background-image: url(../images/home/cabecera.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 474px;
	position: relative;
	background-position: center top;
	margin-bottom: 5px;
}
#destacados {
	background-color: #323033;
	float: left;
	width: 474px;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom;
}
#cab_noticias {
	background-image: url(../images/home/ultimasnovedades.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 230px;
	background-position: center center;
}
.noticia {
	text-align: center;
	float: left;
	width: 230px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}


.des_producto {
	height: 235px;
	width: 237px;
	background-image: url(../images/home/fondo_prod.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.prod_nombre {
	position: absolute;
	left: 26px;
	top: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.prod_img {
	position: absolute;
	height: 150px;
	width: 207px;
	left: 15px;
	top: 35px;
	text-align: center;
}

.prod_precio {
	position: absolute;
	left: 16px;
	top: 198px;
	width: 80px;
	color: #FFFFFF;
}
.prod_info {
	position: absolute;
	left: 141px;
	top: 198px;
	width: 72px;
	text-align: center;
}
.prod_info a {
	color: #000000;
	text-decoration: none;
}

#outlet {
	background-color: #4D4C51;
	float: left;
	width: 595px;
	position: relative;
	background-image: url(../images/home/pie_destacados.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#out_cabecera {
	background-image: url(../images/home/cabecera_outlet.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 595px;
	position: relative;
}
#noticias {
	float: right;
	width: 230px;
	position: relative;
	background-color: #1d1d1f;
}

#prod_cabecera {
	background-image: url(../images/producto/barra.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 474px;
	position: relative;
	background-position: center top;
	margin-bottom: 5px;
}
#prod_cabecera span {
	position: absolute;
	top: 14px;
	left: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
