
@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:fefefe;	
	background-image:url(img/fundo_geral.jpg);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#clear{
	clear:both;	
}

#pandas{
	margin:0px auto;
	background-image:url(img/fundo_pandas.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#meio{
	width:980px;
	margin:0px auto;
	background-color:#FFF;
}

#acesso_rapido{
	margin:0px auto;
	background-image:url(img/fundo_topo_rapido.png)	;
	width:980px;
	height:42px;
	
}

#fim_conteudo{
	margin:0px auto;
	background-image:url(img/fecha_conteudo.png)	;
	width:980px;
	height:44px;
}

#topo{
	width:920px;
	margin:0px auto;
	margin-left:30px;
	margin-right:30px;
}

#logo_topo{
	float:left;
	width:218px;
	height:100px;
	padding-top:20px;	
}

#slogan_topo{
	float:left;
	width:702px;
	text-align:right;
	padding-top:20px;	
}

#busca_topo{
	float:left;
	width:702px;
}

#menu_topo{
	width:920px;
	height:60px;
	margin:0px auto;
	background-color:#f3f3f3;
}

.bt_menu{
	float:left; 
	width:123px; 
	height:47px; 
	padding-left:60px;
	padding-top:13px;
	border-right:1px solid #efefef;
	font-size:14px;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}

.bt_menu:hover{
	float:left; 
	width:123px; 
	height:47px; 
	padding-left:60px;
	padding-top:13px;
	border-right:1px solid #efefef;
	background-image:url(img/menu_h.png);
	font-size:14px;
	color:#5c6510;
	text-decoration:none;	
	font-weight:bold;	
}

#banner_principal{
	width:920px;
	margin:0px auto;
	border-bottom:10px solid #b7c922;
}

#conteudo{
	width:920px;
	margin:0px auto;
}

#divide_titulo{
	height:20px;
	background-image:url(img/divide_titulo.jpg);
	background-repeat:repeat-x;
}

#divide_conteudo{
	height:20px;
	background-image:url(img/divide_conteudo.jpg);
	background-repeat:repeat-x;
}

#rodape{
	background-color:#999999;
	height:205px;
	padding-top:20px;
}

#conteudo_rodape{
	width:920px;
	margin:0px auto;	
}