@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'avantGarde';
    src: url('../font/avantgardebkbt-webfont.eot');
    src: url('../font/avantgardebkbt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/avantgardebkbt-webfont.woff') format('woff'),
         url('../font/avantgardebkbt-webfont.ttf') format('truetype'),
         url('../font/avantgardebkbt-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	width:100%;
	margin:0;
	background:url(../imagens/fd_site2.jpg);
}
#tudo{
	width:100%;
}
#principal_sup{
	width:990px;
	margin:0 auto;
	background:#fff;
}
#menu-principal{
	position:relative;
	width:100%;
	height:67px;
	background:url(../imagens/fd_site.jpg);	
}
#menu_site {
	overflow:hidden;
	width:990px;
	margin:0 auto;
}
#faixa_menu{
	width:990px;
	height:157px;
	background:#efece8;
}
#logo{
	float:left;
	position:relative;
	margin-top: 10px;
	margin-left:50px;
}
#slogan{
	float:left;
	position:relative;
	margin-top: 50px;
	margin-left:50px;
	font-family:"avantGarde";	
	font-size:20px;
	color:#060;
}
 /*MENU*/
#menu{
	width:990px;
	height:62px;
	margin:0;
	padding:0;
	margin:0 auto;
}
#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:"Arial";
	font-size:14px;
	width:165px;
	color:#ccc;
	text-decoration:none;
	display:block;
	height:55px;
	text-align:center;
	line-height:55px;
	-webkit-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-ms-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
	border-radius:0 0 10px  10px;
}
#menu li a:hover{
	background:rgba(153,153,153,0.25);
	height:61px;
	line-height:61px;
/*	border-radius:0 0 10px  10px;*/
}

/* BANNER*/
#fotos {
	width: 100%;
	height: 355px;
	top: -10px;
    margin-bottom: -10px;
}
#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:#cdd3bd;
}
#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;
}