@charset "utf-8";
/* CSS Document */
body{
	width:100%;
	margin:0;
	background:url(../imagens/fundo.png) fixed /*no-repeat*/;
}
#tudo{
	width:100%;
}
#principal_sup{
	width:990px;
	margin:0 auto;
	margin-top:30px;
	background:#A41000;
	box-shadow: 2px 0 10px #000000;
}
#faixa_menu{
	width:990px;
	height:150px;
	background:#fff;
}
#logo{
	float:left;
	position:relative;
	margin-top: 25px;
	margin-left:50px;
}
 /*MENU*/
 #menu{
	width:600px;
	height:50px;
	margin-top:50px;
	position:relative;
	float:right;
}
#menu li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	
}
#menu li a:link, #menu li a:active, #menu li a:visited{
	float:left;
	font-family:"Century Gothic";
	font-size:14px;
	width:100px;
	color:#4594BD;
	text-decoration:none;
	display:block;
	height:50px;
	text-align:center;
	line-height:50px;
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-ms-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
}
#menu li a:hover{
	color: #fff;
	background:#D11600;
}

/* BANNER*/
#fotos {
	width: 970px;
	height: 392px;
	margin:0 auto;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:20px;
}
#conteudo{
	width:990px;
	position:relative;
	margin:0 auto;
}
#acesso_rap{
	width:330px;
	float:left;
	position:relative;
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
	
}
#faixa_centro{
	width:990px;
	background:#f1e9bd;
}
#drop{
	width:990px;
	float:left;
}
#conteudo_centro{
	width:990px;
	background:#FFFFFF;

}
.conteudo_home{
	width:330px;
	padding:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	background-color:#FFF;
	/*box-shadow:1px 0 10px #000000;*/
}
.dentro_home{
	width:330px;
	float:left;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
}
.midiasystem{
	width: 330px;
	position: relative;
	float: left;
}
#conteudo_site{
	width:660px;
	padding:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	background-color:#FFF;
}