body {
	background-color: #000;
	margin: 0px;
}
#geral {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: none;
	float: left;
	width: 980px;
	color: #000;
	position: relative;
	line-height: 16px;
	margin-left: -490px;
	left: 50%;
}
#geral #cabecario {
	clear: none;
	float: left;
	height: 180px;
	width: 980px;
}
#geral #cabecario .logo {
	clear: none;
	float: left;
	height: 180px;
	width: 410px;
	background-image: url(imagens/logo.jpg);
	background-repeat: no-repeat;
}
#geral #cabecario .fone {
	clear: right;
	float: right;
	height: 40px;
	width: 160px;
	margin-right: 10px;
	margin-top: 20px;
}
#geral #cabecario .busca {
	clear: right;
	float: right;
	height: 120px;
	width: 570px;
	background-color: #FFF;
}
#geral #cabecario .busca .filtro {
	clear: none;
	float: left;
	height: 90px;
	width: 560px;
}


#geral #menu {
	clear: none;
	float: left;
	height: 28px;
	width: 980px;
}

#geral #imagem {
	clear: none;
	float: left;
	height: 215px;
	width: 980px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#geral #submenu {
	clear: none;
	float: left;
	height: 45px;
	width: 980px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#geral #principal {
	clear: none;
	float: left;
	width: 980px;
	background-color: #FFF;
}
#geral #principal .conteudo {
	clear: none;
	float: left;
	width: 940px;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
}
#geral #principal .conteudo .titulo {
	clear: none;
	float: left;
	width: 940px;
	font-size: 16px;
	color: #000;
	height: 30px;
}
#geral #principal .conteudo .texto {
	clear: none;
	float: left;
	width: 940px;
	text-align: justify;
	margin-top: 15px;
}
#geral #principal .conteudo .texto .fundo_bcs {
	clear: none;
	float: left;
	height: 175px;
	width: 170px;
	background-image: url(imagens/fundo_bcs.jpg);
	background-repeat: no-repeat;
	margin-right: 30px;
	margin-left: 30px;
}
#geral #principal .conteudo .texto .fundo_bcs .logo_bcs {
	clear: none;
	float: left;
	height: 100px;
	width: 170px;
}

#geral #principal .conteudo .destaques {
	clear: none;
	float: left;
	height: 210px;
	width: 940px;
	margin-top: 15px;
}

#geral #principal .margem {
	clear: none;
	float: left;
	width: 940px;
	margin-right: 20px;
	margin-left: 20px;
	height: 20px;
}






#geral a  {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
#geral a:hover {
	color: #999;
	text-decoration: none;
	font-size: 12px;
}
#rodape {
	background-color: #FEC500;
	clear: none;
	float: left;
	height: 60px;
	width: 1280px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	position: relative;
}
#rodape #informacoes {
	clear: none;
	float: left;
	width: 980px;
	margin-top: 5px;
	font-size: 11px;
	position: relative;
	margin-left: -500px;
	left: 50%;
}
#rodape #informacoes .endereco {
	clear: none;
	float: left;
	height: 45px;
	width: 420px;
	margin-left: 10px;
}
#rodape #informacoes .creditos {
	clear: right;
	float: right;
	height: 20px;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	margin-top: 25px;
	font-size: 10px;
}

#rodape a  {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}
#rodape a:hover {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
li {
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	list-style-type: none;
	display: inline;
	background-image: url(imagens/marcador.jpg);
	padding-right: 8px;
	
}

