#topo {
	width:100%;
	height:50px;
	min-width:1000px;
	background:rgba(51,51,51,1);
}

#topo .center_topo {
	margin:0 auto;
	width:1000px;
	height:50px;
}

#topo .center_topo .slogan {
	float:right;
	width:500px;
	height:20px;
	margin-top:15px;
	margin-left:5px;
}

#topo .center_topo .slogan h4 {
	color:rgba(255,255,255,1);
	font-size:13px;
	font-family:"Segoe UI", sans-serif, Arial;
}



#topo .center_topo .redes {
	float:right;
	width:190px;
	height:35px;
	margin-top:8px;
	margin-right:5px;
}

#topo .center_topo .redes .face {
	float:right;
	width:35px;
	height:35px;
	margin-right:10px;
	
	background-image:url(../imagens/icone_facebook.png);
	background-position:0% 100%;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

#topo .center_topo .redes .face:hover {
	background-position:100% 0%;
}



#topo .center_topo .redes .you {
	float:right;
	width:35px;
	height:35px;

	background-image:url(../imagens/icone_you.png);
	background-position:0% 100%;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

#topo .center_topo .redes .you:hover {
	background-position:100% 0%;
}






#menu {
	width:100%;
	height:80px;
	min-width:1000px;
	background:rgba(255,255,255,1);

	-webkit-box-shadow: 0px 6px 11px -8px #333;
	-moz-box-shadow: 0px 6px 11px -8px #333;
	box-shadow: 0px 6px 11px -8px #333;
}

#menu .center_menu {
	margin:0 auto;
	width:1000px;
	height:80px;
}

#menu .center_menu .logo {
	float:left;
	width:230px;
	height:80px;
}


#menu .center_menu .divisao {
	float: right;
	padding: 10px 15px 10px 15px;
	color: rgba(255,255,255,1);
	background: rgba(189, 8, 27, 1);
	margin-top: 19px;
}

#menu .center_menu .divisao:hover { color:rgba(255,255,255,1);}


#menu .center_menu .divisao_ultimo {
	float:right;
	padding:10px 15px 10px 15px;
	color:rgba(255,255,255,1);
	margin-right:5px;
	background: rgba(189, 8, 27, 1);
	margin-top: 19px;
}

#menu .center_menu .divisao_ultimo:hover { color:rgba(255,255,255,1);}



#menu .center_menu h2 {
	font-size:14px;
	text-transform:uppercase;
}










#rodape {
	float:left;
	width:100%;
	height:80px;
	background:#000;
}

#rodape .center_rodape {
	margin:0 auto;
	width:1000px;
	height:80px;
	background:#000;
}

#rodape .center_rodape h3 {
	float:left;
	width:700px;
	height:15px;
	margin-left:10px;
	margin-top:20px;

	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
}

#rodape .center_rodape h4 {
	float:right;
	margin-right:10px;
	height:15px;
	margin-top:30px;

	font-size:14px;
	color:#FFFFFF;
}


