/* @override 
	http://localhost/web_alacena_carlos/css/index.css
	http://localhost/web_alacena/css/index.css
	http://localhost/alacena/css/index.css
*/

#portadaBanner{
	float: left;
	width: 483px;
	height: 211px;
}
#portadaHazTuPedido{
	float: right;
}

#masInfoBannerIndex a img {
	position: relative;
	top: -26px;
	left: 173px;
}

/* @group Novedades */

#portadaNovedades{
	position: relative;
	float: left;
	width: 310px;
	height: 250px;
	background:  url(../includes/imagenes/portada_fondo_novedades.png) no-repeat;	
	margin: 26px 0;
	clear: left;
}

#titularNovedades {
	position: absolute;
	width: 304px;
	display: block;
	top: 0;
	left: 0;
}

.cajaNovedades{
	position: relative;
	float: left;
	padding-right: 11px;
	padding-left: 1px;
	list-style-type: none;
	margin-top: 34px;
}

.novedadFoto{
	height: 91px;
}
.novedadNombre{
	width: 139px;
	max-height: 32px;
	font-weight: bold;
	line-height: 14px;}
.novedadDescripcion{
	width: 139px;
	height: 43px;
	line-height: 14px;
	overflow: hidden;
	position: relative;
	top: 1px;
	margin-bottom: 4px;
}
.cajaNovedades a{
	position: relative;
	left: 72px;
}


/* @end */

/* @group Menu Semana */

#portadaMenudeLaSemana{
	float: right;
	height: 254px;
	width: 414px;
	clear: right;
	background:  url(../includes/imagenes/portadafondo_menudelasemana.png) no-repeat;
	margin: 28px 0 26px;
	position: absolute;
	top: 208px;
	left: 329px;
}

#titularMenu {
	position: absolute;
	display: block;
}

.cajaMenu{
	position: relative;
	height: 89px;
	clear: right;
	top: 35px;
	border-width: 1px;
	border-color: #4757fc;
	margin-bottom: 20px;
}
.fotoMenu{
	float: left;
	position: relative;
	width: 96px;
	margin-right: 5px;
}
.nombreMenu{
	position: relative;
}
.descripcionMenu{
	line-height: 14px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 300px;
}

.cajaMenu a{
	position: absolute;
	left: 329px;
}


/* @end */
	
	
	
	
	
