@charset "utf-8";
/* CSS Document */

#inicial_lateral {
	position:absolute;
	top:281px;
	width:233px;
	z-index:3;
}

#inicial_lateral_fundo {
	position:absolute;
	top:281px;
	width:233px;
	height:336px;
	z-index:2;
	background:#FFFFFF;
	filter: alpha(opacity = 70);
}

#inicial_corpo {
	position:absolute;
	top:281px;
	width:720px;
	z-index:3;
}

#inicial_corpo_fundo {
	position:absolute;
	top:281px;
	width:720px;
	height:335px;
	z-index:2;
	background:#FFFFFF;
	filter: alpha(opacity = 70);
}

#inicial_fundo_direita {
	position:fixed;
	top:0px;
	left: expression( document.body.offsetWidth - (document.body.offsetWidth - 1003) / 2 - 233);
	width: expression( (document.body.offsetWidth - 1003) / 2 + 233);
	height:100%;
	z-index:-1;
	background:#003C86;
	filter: alpha(opacity = 60);
}

#rodape_corpo {
	position:absolute;
	top:617px;
	width:741;
	z-index:3;
}

#rodape_corpo_fundo {
	position:absolute;
	top:617px;
	width:740px;
	height:34px;
	z-index:2;
	background:#FFFFFF;
	filter: alpha(opacity = 50);
}