
html {
	background: url(../img/bgMain.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img {
	border: 0px;
}
.clear {
	clear: both;
}
div.centraliza {
	width: 990px;
	text-align: left;
	margin: 0 auto;
	background: url(../img/bgMain.jpg) no-repeat top center;
}
/* - - - - - - - - - - - - - - - - - - - */
div.header {
	height: 150px;
	position: relative;
}
div.header .menuSec {
	position: absolute;
	width: 250px;
	height: 20px;
	top: 92px;
	left: 160px;
}
div.header .menuSec img{
	float:left;
}
div.header .busca {
	position: absolute;
	width: 150px;
	top: 91px;
	left: 700px;
	padding: 2px 8px 2px 8px;
	background: #C6BC85;
	border: 0px;
	color: #FFF;
}

div.header .busca-btn {
	position: absolute;
	width: 30px;
	height:20px;
	top: 91px;
	left: 870px;
	padding:0;
	background: #C6BC85;
	border: 0px;
	color: #FFF;
}

div.header .langBt {
	position: absolute;
	width: 70px;
	top: 91px;
	left: 930px;
}
/* - - - - - - - - - - - - - - - - - - - */
.colLeft {
	float: left;
	width: 120px;
	padding: 10px 0 0 0;
}
.colLeft .logoFsb {
	margin: 0 0 0 17px;
}
.colLeft .menu{
	width: 120px;
	margin: 20px 0 0 0;
}
.colLeft .menu img{
	width: 120px;
	margin: 5px 0 5px 0;
}
.colLeft .menu ul.submenu{
	margin: 0px;
	padding: 2px 10px 2px 10px;
	list-style: none;
	background: #EAE9DF;
}
.colLeft .menu ul.submenu li{
	margin: 10px 0 10px 0;
	padding: 0px;
	list-style: none;
	text-align: right;
	line-height: 12px;
	font-size: 11px;
}
.colLeft .menu ul.submenu li a:link{
	color: #002512;
	text-decoration: none;
}
.colLeft .menu ul.submenu li a:visited{
	color: #002512;
	text-decoration: none;
}
.colLeft .menu ul.submenu li a:hover{
	color: #C6BC85;
	text-decoration: none;
}
.colRight {
	float: right;
	width: 810px;
}
/* - - - - - - - - - - - - - - - - - - - */
div.bottom {
	width: 100%;
	background: url(../img/bgBottom.gif) repeat-x;
	height: 160px;
	margin: 20px 0 10px 0;
}
div.bottom .centro{
	width: 990px;
	height: 160px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(../img/bgBottom.gif) repeat-x;
}
div.bottom .menu{
	position: absolute;
	top: 12px;
	left: 10px;
	width: 600px;
}
div.bottom .menu img{
	padding: 0 3px 0 3px;
}
div.bottom .associacoes{
	position: absolute;
	top: 60px;
	left: 710px;
	width: 270px;
}
div.bottom .associacoes .chamada{
	position: absolute;
	top: 0px;
	left: 0px;
}
div.bottom .associacoes .abracom{
	position: absolute;
	top: 25px;
	left: 27px;
}
div.bottom .associacoes .aberje{
	position: absolute;
	top: 7px;
	left: 190px;
}
div.bottom .copyright{
	color: #002512;
	position: absolute;
	width: 300px;
	top: 60px;
	left: 10px;
	font-size: 9px;
}