@charset "utf-8";
/* CSS Document */
body {
	color:#606F80;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
	font-family: titulo, Arial, "Trebuchet MS", Tahoma, Verdana;
}
h1 {
	font-size: 18px;
	/*color:green;*/
	color: #336600;
	margin-bottom: 15px;
	width: 310px;
	font-weight: 500;
}
h2 {
	font-size: 18px;
/*	color: white;
*/	margin-bottom: 10px;
	color: #06c;
	font-weight: 500;
	clear: both;
}
h2.h2 {
	color: #6e7e92;
}
h3 {
	font-size: 14px;
/*	color: white;
*/	margin-bottom: 15px;
	color: #6E7E92;
	font-weight: 600;
	clear: both;
}
h3.h3 {
	color: #6e7e92;
}

h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif
}
h4 {
	font-size: 14px;
	border-top: 1px solid #eee;
	padding-top: 5px;
	margin-top: 5px;
	font-weight: bold;
}
h4 a{
}
h4 span{
	font-size: 0.85em;
	margin-left: 1em;
	font-weight: normal;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: inherit;
	font-weight: bold;
	text-decoration: underline;
}
/* FIR */
h1.flir-replaced img {
	margin: 10px 0 15px 0;
}
h3.flir-replaced img {
	margin: 0px;
}
blockquote {
	margin: 10px 5px 5px 20px;
	border-left: 3px solid #DCE0E4;
	padding: 5px 0 5px 10px;
	display: block;
	float: left;
	width: 530px;
}
p {
	margin-top: 5px;
}
a, a:visited {
	color: #36f;
}
a:hover {
	color: #039;
	text-decoration: underline
}
/* ID's */
#geral {
	background:url(img/geralBG.png) repeat-x center top;
	width: auto;
	clear:both;
	min-height: 270px;
}
#topo {
	height: 205px;
	position: relative;
	width: 966px;
	margin: 0 auto;
}
#topo .logo {
	position:absolute;
	top: 60px;
	left: 130px;
	z-index: 13;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
}
#topo .slogan {
	position:absolute;
	top: 130px;
	left: 85px;
	z-index: 12;
}
#rodape {
	background:url(img/rodapeBG.png) repeat-x top center;
	padding-top: 5px;
	color: #646562!important;
	text-align: left;
	clear:both;
	line-height: 16px;
	min-height: 80px;
}
#rodape .navegaExtra {
	margin: 0 auto;
	padding-bottom: 15px;
}
#rodape .navegaExtra a, #rodape .navegaExtra a:visited {
	color: #f60;
	margin: 0 15px;
}
#rodape .navegaExtra a span {
	text-decoration: underline;
}
#rodape .navegaExtra a:hover, #rodape a:hover {
	color: #f30;
	text-decoration:underline;
}
.navegaExtra a span {
	text-decoration: underline;
}
#rodape .linha {
	display:block;
	border-top: 1px solid #333;
	height: 1px;
	margin: 10px 0;
	line-height: 0;
	font-size: 0;
}
#rodape p{
	color: #999;
	line-height: 1.6em;
	margin-left: 15px;
	font-size: 0.96em;
}
#carregando{
	position: fixed;
	left: 5px;
	top: 5px;
	display: block;
	width: 150px;
	font-size: 1.2em;
	font-weight: 500;
	padding: 3px;
	text-align: center;
	color: #fff;
	background:#669933 url(img/carregando.gif) left center no-repeat;
	z-index: 100;
	line-height: 28px;
}
#portfolio{
	margin: 0!important;
}
#portfolio li{
	margin: 0!important;
}
#portfolio li a{
	margin: 0!important;
}

/* CLASSES */
.left {
	width: 580px;
	padding: 0 0 0 3px;
	float: left;
}
.bannerGrande {
	width: 572px;
	padding: 3px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	background: #fff;
	float: left;
}
.bannerGrande img {
	border: 1px solid #ddd;
}
.conteudo {
	width: 580px;
	margin: 0;
	text-align: left;
	padding: 0;
}
.conteudo .colunaEsquerda {
	width: 310px;
	float: left;
	margin: 0 0 0 10px;
	text-align: justify;
}
.conteudo .full{
	width: 570px;
}
.fonte{
	display: block;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 0.95em;
	overflow: auto;
}
.fonte strong{
	font-weight: bold;
}
.alfabeto{
	text-align: center;
}
.alfabeto a {
	margin: 0 3px;
	display:inline-block;
	padding: 3px;
	border: 1px solid #fff;
}
.alfabeto a:hover{
	border-color:#669933;
}
.alfabeto a.ativo{
	color:#009900;
	border-color:#FF9933;
}
.colunaEsquerda .fotoPrincipal{
	border: 1px solid #ccc;
	margin-bottom: 5px;
	width: 310px;
}
.mais {
	text-align: right;
}
.mais a {
	background: url(img/+.gif) no-repeat left center;
	padding-left: 15px;
	color:#06c;
	font-size: 0.95em;
}
.noticiasExternasTT{
	margin: 15px 0;
}
.noticiasExternas li{
	margin: 8px 0 8px 20px;
	list-style-image: url(img/+.gif);
	list-style-position: outside;
	text-align: left;
}
.conteudo .colunaDireita {
	width: 240px;
	float: left;
	margin-left: 20px;
}
.algunsAssociados, .proximosEventos{
	padding: 10px;
	margin-bottom: 20px;
}
.algunsAssociados{
	background: #E6E9EC;
	border: 1px solid #B4BCC5;
	font-size: 1.2em;
	color: #333;
}
.algunsAssociados .divisor{
	margin: 10px auto;
	width: 220px;
	clear:both;
}
.foto{
	float: left;
	border: 1px solid #B4BCC5;
	padding: 1px;
	background: #fff;
	margin: 0 5px 2px 0;
}
a:hover .foto{
	border-color: #f60
}
.algunsAssociados span{
	display:block;
	float: left;
	color: #666;
	font-size: 0.85em;
	padding-top: 5px;
}
.proximosEventos{
	background: #F9DAB5;
	border: 1px solid #EE9F3F;
	padding: 5px;
}
.proximosEventos h3{
	color: #FF6600;
}
.proximosEventos ul li{
	line-height: 1.6em;
	padding: 5px;
}
.proximosEventos ul li a, .proximosEventos ul li a:visited{
	color: #f60;
	font-size: 1.1em;
}
.proximosEventos ul li a:hover{
	color:#c00;
	text-decoration: underline;
}
.proximosEventos ul li a strong{
	margin-right: 5px;
	font-weight: bold;
}
.sideBar {
	float: left;
	width:346px;
	margin-left: 30px;
}
.sideBar .contorno {
	width:346px;
	border: 1px solid #A8B2BC;
	border-bottom: 0;
	border-top:0;
	padding: 1px;
}
.contorno img {
	
	border: 1px solid #A8B2BC;
	margin: 2px;
}
.news {
	width: 330px;
	height: 43px;
	padding: 48px 10px 0 10px;
	background: url(img/newsletterBG.jpg) no-repeat center top;
}
.news input {
	background: url(img/inputNews.gif) no-repeat left center;
	line-height: 28px;
	height: 18px;
	padding: 5px 4px;
	font-size: 1.2em;
	color: #606F80;
	border: 0;
	width:245px;
	vertical-align: middle;
}
.barraAssociado {
	background: url(img/barraAssociadoBG.gif) repeat-x top center;
	height: 37px;
	width: 926px;
	padding: 0 20px;
	position:relative;
}
.barraAssociado .join {
	position: absolute;
	left: 0;
	top:0;
	z-index: 11
}
.barraAssociado .pass {
	position: absolute;
	right: 0;
	top:0;
	z-index: 11
}
.barraAssociado .cantoL {
	background: url(img/barraAssociadoLBG.gif) no-repeat left top;
	width: 10px;
	height: 37px;
	position: absolute;
	left: 0;
	top:0;
	z-index: 10
}
.barraAssociado .cantoR {
	background: url(img/barraAssociadoRBG.gif) no-repeat right top;
	width: 10px;
	height: 37px;
	position: absolute;
	right: 0;
	top:0;
	z-index: 10
}
.barraAssociado .login {
	height: 22px;
	position: absolute;
	left: 200px;
	top:5px;
	z-index: 12;
}
.barraAssociado label {
	display: inline-block;
	height: 22px;
	color: #606F80;
	margin: 0 3px 0 15px;
	line-height: 22px;
	vertical-align:middle;
}
.barraAssociado input {
	background: url(img/inputTopBG.gif) no-repeat center;
	width:131px;
	height: 16px;
	padding: 4px 2px;
	line-height: 22px;
	border: 0;
	font-size: 1em;
	vertical-align:middle;
	color: #606F80;
}
.barraAssociado a, .barraAssociado a:visited {
	color: #606F80;
	line-height: 32px;
	font-weight: bold;
}
.barraAssociado a:hover {
	color: #09f;
}
.divide {
	margin: 2px 20px;
	vertical-align: middle;
}
.nome {
	color: #090;
	line-height: 32px;
	font-weight:bold;
}
.middle {
	vertical-align:middle
}
.content {
	width: 966px;
	margin: 0 auto!important;
	position: relative;
}
.search {
	width:330px;
	height: 35px;
	padding: 45px 10px 8px 10px;
	position:absolute;
	top: 119px;
	right: 3px;
	z-index: 13;
	background: url(img/buscaBG.jpg) center center no-repeat;
}
.navegacaoLinear {
	width:584px;
	height: 34px;
	position:absolute;
	top: 163px;
	left: 0px;
	z-index: 30;
	text-align: center;
}
.navegacaoLinearBG {
	width:584px;
	height: 34px;
	position:absolute;
	top: 163px;
	left: 0px;
	z-index: 29;
	background: url(img/menuBG.png) center center no-repeat;
}
.navegacaoLinear a, .navegacaoLinear a:visited {
	font-size: 12px;
	font-family:  Verdana, Tahoma, Arial, "Trebuchet MS", Verdana;
	color: white;
	text-decoration: none;
	margin: 0;
	line-height: 34px;
}
.navegacaoLinear a:hover {
	color:#333;
}
.navegacaoLinear img {
	vertical-align: top;
}
.voltar {
	margin: 10px 0 0 0;
	clear: both;
}
.clear {
	clear: both
}
/* botes rodape subcategorias*/

/* botes rodape categorias*/
.bloco {
	display:inline-block;
	width: 946px;
	text-align: center;
	margin: 0 auto;
}
.bloco li {
	list-style-image: none!important;
	margin: 0!important;
	padding: 0!important;
	float: left;
	list-style: none;
}
.bloco li a, .bloco li a:visited {
	display: inline-block;
	height: 20px;
	width: 309px;
	color: #fc6;
	text-align: center;
	background: #111;
	border: 1px solid #222;
	font-size: 13px;
	padding: 3px 0;
	margin: 4px 2px 0;
	float: left;
}
.bloco li a:hover {
	color: #fff;
	background: #000;
	border-color:#333;
}
/* formularios */
.titulo{
	font-size: 18px;
	font-weight: bold;
}
.colunaEsquerda .check{
	display:inline-block;
	float: none;
	width: 230px;
	padding: 3px;
	margin: 4px 2px 0 2px;
}
.colunaEsquerda .label {
	float: left;
	text-align: right;
	width: 7em;
	padding-right: 1.1em;
	vertical-align: middle;
	padding-top: 0.6em;
	display: block;
}
.colunaEsquerda input, .colunaEsquerda textarea, .colunaEsquerda select {
	padding: 5px;
	color: #666;
	font-size: 1.2em;
	margin: 0.15em;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #ddd #ddd #999;
}
.colunaEsquerda textarea{
	width: 25em;
	height: 10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 1em;
}
.colunaEsquerda select{
	padding: 3px;
}
.colunaEsquerda input{
	width: 300px;
}
.colunaEsquerda input:focus, .colunaEsquerda textarea:focus, .colunaEsquerda select:focus, .colunaEsquerda input:hover, .colunaEsquerda textarea:hover, .colunaEsquerda select:hover {
	color: #333;
	background: #EFFECF;
	border-color: #ddd #999 #999 #ddd;
}
form input.botao, input.botao, .botao {
	padding: 3px 5px;
	cursor: pointer;
	color: #fff;
	background: #f60;
	width: auto;
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #f90 #c60 #c60  #f90;
}

.colunaEsquerda .required {
	cursor: help;
	border-bottom: 1px solid #CCC;
}
fieldset{
	width: 350px;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 0;
	display: block;
}
legend{
	border: 1px solid #ddd;
	padding: 3px;
	color: #777;
	margin-top: 10px;
}

/* table */
table {
	border-collapse: collapse;
	width: 555px;
	margin: 15px 0;
	border-bottom: 2px solid #99CC99
}
caption{
	/*display: block;*/
	background:#E2EDCB;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.6em;
	padding: 2px 5px;
	margin-top: 5px;
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	border-bottom: solid 1px #336633;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border: solid 1px #ececec;
	border-top: 0;
	line-height: 29px;
}
td a{
	display:block;
}
td:hover{
	background: #EFFECF;
}
tr:hover{
	background: #eee;
}
td.first,th.first {
	border-left: 0px;
}
/* end - table */
.iemenu{
	display:none;
}
.usado{
	display:block;
	padding: 5px;
	width: 295px;
	border: 1px solid #FF9999;
	color:#c00;
		margin-bottom: 10px;

}
.livre{
	display:block;
	padding: 5px;
	width: 295px;
	border: 1px solid #99CC66;
	color:#339933;
	margin-bottom: 10px;
	}
.success{
	border: 1px solid #669933;
	color:#336600;
	font-size: 1.1em;
	padding: 5px;
	text-align: center;
	background: #E7F0D2
}
.telefone{
	color: #FF6600;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	padding: 5px 0;
}

/* PAGINAO */
ul{border:0; margin:0 auto; padding:0;}
#paginacao{
	margin:0;
	text-align: center;
}
#paginacao p{
	color: #999;
	font-size: 12px;
	text-align: left !important;
	margin-top: 10px;
}
#paginacao li{
border:0; margin:0; padding:0;
font-size:14px;
list-style:none;
display:inline;
}
#paginacao a{
margin-right:2px;
margin-top: 5px;
width: 12px;
height: 16px;
background: url(img/bgPag.gif) 0px center;
}
#paginacao .next a,
#paginacao .previous a {
border:solid 1px #DDD;
}
#paginacao .active{
color:#9c3;
display:block;
float:left;
padding:4px 6px;
background: url(img/bgPag.gif) 24px center;
margin-top: 5px;
width: 12px;
height: 16px;
margin-right:2px;
}
#paginacao a:link,
#paginacao a:visited {
color:#5f9410;
display:block;
float:left;
padding:4px 6px;
text-decoration:none;
}
#paginacao a:hover{
color: #060;
background: url(img/bgPag.gif) 48px center;
}
