/*	####################################################################
	=LOGeneral - Layout páginas generales
 -------------------------------------------------------------------- */
#envase {
	margin:0 auto;
	padding:0;
	width:750px;
}
#poster {
	margin-left:85px;
	width:39.15%;
	height:403px;
	position:absolute;
	top:-40px;
	left:50%;
	z-index:2;
	background: url(../img/poster.png) no-repeat top left;
}
#encab {
	margin:0;
	padding:0;
	height:180px;
	color:#DFE2E9;
}
#mivida #encab {
	background:url(../img/head/collageMiVida.jpg) no-repeat left bottom;
}
#bitacora #encab {
	background:url(../img/head/bitacora.jpg) no-repeat left bottom;
}
#lesluthiers #encab {
	background:url(../img/head/lesluthiers.jpg) no-repeat left bottom;
}
#palomasmensajeras #encab {
	background:url(../img/head/palomasmensajeras.jpg) no-repeat left bottom;
}
#noticias #encab {
	background:url(../img/head/noticias.jpg) no-repeat left bottom;
}
#agradecimientos #encab {
	background:url(../img/head/agradecimientos.jpg) no-repeat left bottom;
}

#main {
	margin:0;
	padding:0;
	width:750px;
	position:relative;
	z-index:3;
	background:#FFF url(../img/bgMain.gif) repeat-y left top;
}
#contenido {
	margin:0;
	padding:8px 10px;
	width:480px;
	float:left;
}
#sidebar {
	margin:0;
	padding:10px;
	width:230px;
	float:left;
}
#pie {
	margin:0;
	padding:14px 10px 15px;
	width:730px;
	clear:both;
	background:#142643 url(../img/bgPie.gif) repeat-y;
	border-top:3px solid #334262;
	color:#526B8F;
}