#slogan {
	display: block !important;
}

#menu_prin{
	display: none !important;
}
body {
	background-image: url(../lib/img/bg-home.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#conteudo{
	background: url(../lib/img/bg-conteudo-home.png) no-repeat center top;
}

#banner-home {
	width: 100%;
	height: 430px;
	background: #96b2b6;
	display: block;
}
#banner-home article {
	width: 960px;
	height: 430px;
	position: relative;
	margin: 0px auto;
}
#container-banner-home {
	width: 960px;
	height: 430px;
	position: absolute;
	z-index: 1;
}
#container-banner-logos {
	width: 490px;
	height: 85px;
	left: 235px;
	top: 220px;
	position: absolute;
	z-index: 2;
	text-align: center;
}
#container-banner-slogan {
	width: 640px;
	height: 85px;
	left: 160px;
	top: 325px;
	position: absolute;
	z-index: 2;
	text-align: center;
	line-height: 37px;
	font-size: 37px;
}
