/* Default CSS */

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration: none;
	border:none;
    font-family: Arial;
}
div#geral{
	margin: 15px auto;
	position: relative;
	width: 990px;
}
div#topo{
	background: url(../../img/topoFundo.png) repeat-x;
	height: 191px;
}
div#topo h1{
	background: url(../../img/logoTopo.png);
	width: 630px;
	height: 94px;
}
div#topo h2{
	background: url(../../img/h2Slogan.png);
	width: 586px;
	height: 40px;
	margin: 40px auto;
}
div#menu ul{
	background: url(../../img/menu.png) no-repeat;
	height: 30px;
	width: 200px;
}
div#menu{
	position: absolute;
	top: 30px;
	right: 30px;
}

/* Menus */


div#menu li,div#menuRodape li{
	float: left;	
	height: 30px;
}
div#menu li.home a,div#menuRodape li.home a, div#menu li.areaRestrita a,div#menuRodape li.areaRestrita a {
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	height: 30px;
}
div#menu li.home, div#menu li.menuRodape{
	width: 55px;
}
div#menu li.areaRestrita, div#menuRodape li.areaRestrita{
	width: 130px;
}


div#conteudo {
	padding: 20px 205px 0 205px;
	background: url(../../img/conteudoFundo.png) repeat-x;
	height: 670px;
}
div#conteudo p{
	color: #4B4B4B;
	font-size: 12px;
	padding: 6px 0px 6px 0px;
	line-height: 15px;
	text-align: justify;
}
div#conteudo h3{
	width: 260px;
	height: 31px;
	padding: 30px 0 5px 0;
}
div#conteudo h3#diretoria {
	background: url(../../img/h3Diretoria.png) no-repeat center left;
}
div#conteudo h3#parceiros {
	background: url(../../img/h3Parceiros.png) no-repeat center left;
}
div#conteudo ul#diretores{
	height: 60px;
}
div#conteudo ul#diretores li {
	color: #8A8A8A;
	padding-left: 5px;
}
div#conteudo ul#diretores li span{
	color: #666666;
	font-weight: bold;
}
div#conteudo ul#parcerias {
	background: url(../../img/imgParceiros.png) no-repeat 0 -10px;
	height: 250px;
}
ul#parcerias li{
	display: none;
}
.hidden{
	visibility: hidden;
}
div#rodape {
	background: url(../../img/rodapeFundo.png) repeat-x;
	height: 157px;
}
div#rodape div#menuRodape{
	position: absolute;
	bottom: 60px;
	right: 180px;
}
div#rodape div#address{
	color: white;
	position: absolute;
	bottom: 8px;
	font-size: 11px;
}
div#rodape div#address a{
	padding-left: 140px;
	color: #333333;
}
div#rodape div#address p {
	padding-left: 205px;
	color: #D7D7D7;
}
div#rodape div#address p span{
	color: #333333;
} 