@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body html {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body html a{
	border: none;
}

#content {
	width: 100%;
	height: auto;
	display: table;
	padding-top: 17px;
	background: url(../imgs/bg.gif) top repeat-x;
}

#conteudo {
	width: 960px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.logo {
	width: 477px;
	height: 88px;
	display: block;
	margin-top: 20px;
	margin-bottom: 22px;
	text-indent: -9999px;
	background: url(../imgs/logo.jpg) no-repeat;
}

.logoAqua {
	width: 135px;
	height: 69px;
	display: block;
	float: right;
	text-indent: -9999px;
	background: url(../imgs/apoio.png) no-repeat;
}

.img {
	float: left;
}

#textos {
	width: 462px;
	height: auto;
	float: left;
	margin-top:20px;
}

#textos p {
	width: 100%;
	font-size: 13px;
	color: #00502e;
	float: left;
	margin-bottom: 20px;
}

/* Rodape */
#rodape {
	width: 100%;
	height: 306px;
	display: block;
	clear: both;
	background: url(../imgs/bgRodape.gif) bottom repeat-x;
}

#conteudoRodape {
	width: 960px;
	height: 306px;
	display: block;
	margin: 0 auto;
	padding-top: 5px;
}

#conteudoDiretoria {
	width: 696px;
	height: 181px;
	display: block;
	float: left;
	padding-top: 10px;
	background: url(../imgs/bgConteudoDiretoria.png) top no-repeat;
}

#conteudoDiretoria h2 {
	color: #fad932;
	font-size: 18px;
	margin-bottom: 20px;
}

#conteudoDiretoria p {
	color: #ffffff;
	font-size: 12px;
}

#conteudoDiretoria span {
	color: #c7fb9d;
	font-size: 13px;
	font-weight: bold;
}

#diretoria {
	width: 308px;
	height: auto;
	float: left;
	display: block;
	margin-left: 40px;
}

#conselho {
	width: 308px;
	height: auto;
	float: left;
	display: block;
	margin-left: 30px;
}

#info {
	width: 254px;
	height: auto;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 50px;
}

#info p {
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 10px;
}

#info a {
	width: 134px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url(../imgs/btns/btn_site_up.png) no-repeat;
}

#info a:hover {
	background: url(../imgs/btns/btn_site_over.png) no-repeat;
}

#banner {
	width: 281px;
	height: 115px;
	display: block;
	float: right;
	margin-top: -10px;
}

#banner a {
	width: 281px;
	height: 115px;
	display: block;
	text-indent: -9999px;
	background: url(../imgs/banner.png) no-repeat;
}
