body{
	margin: 0;
	height: 100%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img{ border: none; }
input, textarea, select{ font-family: Verdana, Geneva, sans-serif }

/* ### TOPO ### */
div#topo{
	display: block;
	height: 400px;
	text-align: center;
}
div.topo_topo{
	background: url(../../images/bg-topo-topo.png) repeat-x;
	width: 100%;
	height: 70px;
}
div.topo_topo_interno{
	width: 754px;
	height: 64px;
	margin: auto;
	position: relative;
}
.topo_topo_interno a{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.topo_topo_interno h1{
	font-size: 28px;
	color: #005ca1;
	float: right;
	margin: 12px 0 0 0;
	height: 55px;
}
.topo_topo_interno h1 span{
	background: url(../../images/tel-topo.png) no-repeat center left;
	font-size: 21px;
	color: #bebdbd;
	height: 55px;
	padding: 0 0 0 50px;
}
div.topo_carregando{
	width: 100%;
	height: 337px;
	background: url(../../images/ajax-loader.gif) no-repeat center center;
}
div.topo_imagem{
	width: 100%;
	height: 337px;
	position: relative;
	z-index: 1;
}
/* # MENU # */
div.menu{
	background: url(../../images/bg-menu.png) repeat;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 287px;
	left: 0;
	text-align: center;
}
.menu ul{
	margin: auto;
	padding: 0 0 0 6px;
	width: 748px;
	list-style: none;
}
.menu li{
	float: left;
	border-left: #30414e 1px solid;
	margin: 15px 0 0 0;
	padding: 0 6px;
}
.menu li a{
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.menu li a:hover{ color: #ffba00; }
.menu li a.selected{ 
	font-size: 17px;
	color: #ffba00;
	text-decoration: none;
	font-weight: bold;
}
/* ### CONTEUDO ### */
div#conteudo{
	background: url(../../images/bg-conteudo.png) repeat-x #fcfcfc;
	width: 100%;
	height: auto;
	text-align: center;
	margin: auto;
}
div#conteudo:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
div.conteudo_interno{
	width: 754px;
	height: auto;
	margin: auto;
	text-align: center;
}
.conteudo_interno h2{
	font-size: 20px;
	color: #005ca1;
	text-align: left;
	margin: 6px;
}

/* Conteudo Páginas */
div.conteudo_paginas{
	float: right;
	width: 525px;
	height: auto;
	margin: auto;
	padding: 5px 0 0 0;
}
.conteudo_paginas h4{
	font-size: 18px;
	color: #005ca1;
	text-align: left;
	height: 50px;
	margin: auto;
	padding: 25px 0 0 200px
}
.conteudo_paginas p {
	font-size: 14px;
	color: #5b5b5b;
	margin: auto;
	text-align: left;
}
.conteudo_paginas a img{
	float: left;
	margin: 5px;
	border: #005ca1 1px solid;
}
.conteudo_paginas a:hover img{ border: #5b5b5b 1px solid; }

a.mais_informacoes{
	float: right;
	font-size: 14px;
	color: #005ca1;
	font-weight: normal;
	text-decoration: none;
}
a.mais_informacoes:hover{ text-decoration: underline; }

div.paginacao_paginas_paginacao{
	font-size: 16px;
	color: #0d4172;
	text-align: center;
	margin: 25px 0 0 250px;
	clear: both;
	width: auto;
}
.paginacao_paginas_paginacao ul{
	list-style: none;
	padding: 0;
	width: 80%;
	display: table;
}
.paginacao_paginas_paginacao ul li{
	float: left;
	margin: auto;
	padding: 6px;
}
.paginacao_paginas_paginacao li a{
	border: #FFF 2px solid;
	text-decoration: none;
	color: #0d4172;
}
.paginacao_paginas_paginacao li a:hover{
	border: #0d4172 2px solid;
	color: #0d4172;
}
li.selected{
	background: #0d4172;
	color: #FFF;
	padding: 2px;
}

/* Sub Menus */
div.sub_menu{
	background: url(../../images/bg-submenus.png) no-repeat;
	float: left;
	width: 222px;
	height: auto;
	text-align: center;
	margin: 10px 0;
}

.sub_menu ul{
	list-style: url(../../images/lista-submenu.png);
	text-align: left;
}
.sub_menu li{
	margin: 15px 0;
	font-size: 10px;
	color: #919191;	
}
.sub_menu li a{
	font-size: 15px;
	font-weight: bold;
	color: #919191;
	text-decoration: none;
}
.sub_menu li a:hover{ color: #5b5b5b; }
.sub_menu li a.selected{ color: #5b5b5b; }
/* ### RODAPE ### */
div#rodape{
	background: #005ca1;
	width: 100%;
	height: 45px;
	text-align: center;
}
div.rodape_interno{
	width: 754px;
	height: 45px;
	margin: auto;
}
div.rodape_esquerda{
	float: left;
	width: 600px;
	height: auto;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	margin: 15px 0 0 0;
}
div.rodape_direita{
	float: right;
	width: 40px;
	height: auto;
	margin: 8px 5px 0 0;
}
/* ### INDEX ### */
div.index_esquerda{
	float: left;
	width: 370px;
	height: auto;
	margin: 12px 2px;
}
div.index_direita{
	float: right;
	width: 370px;
	height: auto;
	margin: 2px 2px;
}
div.destaque_galeria{ position: relative; }
.destaque_galeria img{	border: #000 1px solid; }
div.destaque_galeria_descricao{
	position: absolute;
	background: url(../../images/bg-menu.png) repeat;
	width: 355px;
	height: 38px;
	top: 146px;
	left: 5px;
	text-align: left;
	padding: 5px 0 0 5px;
}
.destaque_galeria_descricao a{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.destaque_galeria_descricao a:hover{ text-decoration: underline; }
div.noticias_index{
	background: url(../../images/bg-noticias.png) no-repeat;
	margin: 10px 0 0 3px;
	width: 360px;
	height: auto;
	padding: 2px;
}
.noticias_index p{
	font-size: 14px;
	color: #5b5b5b;
	margin: auto;
	padding: 5px 0 0 0;
	width: 96%;
	text-align: left;
}
.noticias_index p a{
	color: #5b5b5b;
	text-decoration: none;
}
.noticias_index p a:hover{ text-decoration: underline; }
.noticias_index p span{
	font-weight: bold;
	color: #ff6600;
}
.noticias_index p p{
	margin: 5px 0;
	width: 96%;
}
div.eventos_index{
	background: url(../../images/bg-noticias.png) no-repeat;
	margin: 10px 0 0 3px;
	width: 360px;
	height: auto;
	padding: 2px;
}
.eventos_index img{ 
	border: #005ca1 2px solid;
	border-bottom: none;
}
div.eventos_index_descricao{
	background: url(../../images/bg-eventos-index.png) repeat-x;
	width: 327px;
	height: 48px;
	border: #0095da 1px solid;
	margin: auto;
	text-align: left;
	padding: 5px 0 0 3px
}
.eventos_index_descricao a{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
.eventos_index_descricao a:hover{ text-decoration: underline; }
.eventos_index_descricao a strong{ font-size: 20px; }
div.rodape_index{
	background: url(../../images/bg-rodape-index.png) repeat-x;
	width: 100%;
	height: 90px;
	text-align: center;
	clear: both;
}
div.rodape_index_interno{
	width: 754px;
	height: 90px;
	margin: auto;
}
div.rodape_index_box{
	float: left;
	width: 188px;
	height: 90px;
	margin: 0 30px;
	border-left: #b5b5b5 1px solid;
}
.rodape_index_box a{
	font-size: 17px;
	color: #a4a4a4;
	font-weight: bold;
	text-decoration: none;
}
.rodape_index_box a:hover{ color: #005ca1; }
p.box_index_cadastro{
	background: url(../../images/atualizacao-cadastro.png) no-repeat center left;
	height: 50px;
	width: 200px;
	text-align: right;
	margin: 20px 0 0 0;
}
p.box_index_normas{
	background: url(../../images/normas.png) no-repeat center left;
	height: 50px;
	width: 220px;
	text-align: right;
	margin: 20px 0 0 15px;
}
form#novidades{
	background: url(../../images/novidades.png) no-repeat center left;
	height: 50px;
	width: 200px;
	text-align: right;
	margin: 20px 0 0 10px;	
}
#novidades fieldset{ border: none; } 
#novidades label{
	font-size: 14px;
	color: #a4a4a4;
	font-weight: bold;
}
#novidades input[type="text"]{
	float: left;
	margin: 0 0 0 50px;
	width: 97px;
	height: 16px;
	background: #fafafa;
	border: #b5b5b5 1px solid;
	font-size: 12px;
	color: #a4a4a4;
}
#novidades br{ clear: left; }

/* ### ESCOLHINAS ### */
div.box_escolhinas{
	width: 707px;
	min-height: 127px;
	padding: 8px;
	margin: 8px 0;
}
div.box_escolhinas:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
div.box_escolhinhas_img{
	float: left;
	margin: auto;
	width: 166px;
}
div.box_descricao{
	float: right;
	width: 530px;
	height: auto;
	margin: auto;
}
.box_descricao div{
	min-height: 85px;
	font-size: 14px;
	color: #5b5b5b;
	text-align: left;
}
.box_descricao p{
	font-size: 14px;
	color: #005ca1;
	margin: auto;
	text-align: left;
}
.box_descricao p span{ float: right; }

/* ### ESTRUTURA ### */
div.box_estrutura{
	width: 720px;
	min-height: auto;
	border: #d4d4d4 1px solid;
	margin: 8px 0;
	padding: 8px;
}
div.box_estrutura:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
div.box_estrutura_foto{
	float: left;
	background: url(../../images/bg-foto-estrutura.png) no-repeat;
	width: 239px;
	height: 168px;
	margin: auto;
	text-align: center;
	position: relative;
}
.box_estrutura_foto img{ margin: 10px 0 0 0;}
div.estrutura_descricao{
	background: url(../../images/bg-menu.png) repeat;
	width: 221px;
	height: 27px;
	position: absolute;
	top: 125px;
	left: 9px;
	text-align: center;
	padding: 6px 0 0 0;
}
.estrutura_descricao a{
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.estrutura_descricao a:hover{ text-decoration: underline; }
div.box_estrutura_descricao{
	float: right;
	width: 467px;
	height: auto;
	margin: auto;
}
.box_estrutura_descricao h3{
	font-size: 18px;
	color: #005ca1;
	text-align: left;
	margin: auto;
}
.box_estrutura_descricao p{
	font-size: 14px;
	color: #5b5b5b;
	text-align: left;
	margin: auto;
}

/* ### GALERIA ###  */
div.box_estrutura_galeria{
	float: left;
	background: url(../../images/bg-foto-estrutura.png) no-repeat;
	width: 239px;
	height: 168px;
	margin: 6px;
	text-align: center;
	position: relative;
}
.box_estrutura_galeria img{ margin: 10px 0 0 0;}
div.estrutura_descricao_galeria{
	background: url(../../images/bg-menu.png) repeat;
	width: 221px;
	height: 25px;
	position: absolute;
	top: 125px;
	left: 9px;
	text-align: center;
	padding: 8px 0 0 0;
}
.estrutura_descricao_galeria a{
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.estrutura_descricao_galeria a:hover{ text-decoration: underline; }

ul.mostra_galeria{
	text-align: center;
	list-style: none;
	padding: 0;
}
.mostra_galeria li{
	float: left;
	margin: 8px;
}
.mostra_galeria a img{ 	border: #005ca1 1px solid; }
.mostra_galeria a:hover img{ border: #5b5b5b 1px solid; }
/* ### EVENTOS ### */
div.eventos_flyer{
	float: left;
	width: 352px;
	height: 570px;
	background: url(../../images/bg-flyer.png) no-repeat;
	text-align: center;
}
.eventos_flyer img{ margin: 13px 0 0 0; }
div.eventos_descricao{
	float: right;
	width: 384px;
	height: auto;
	margin: auto;
}
.eventos_descricao h3{
	font-size: 18px;
	color: #005ca1;
	text-align: left;
	margin: auto;
}
.eventos_descricao p{
	font-size: 14px;
	color: #5b5b5b;
	text-align: left;
	margin: auto;
}

/* ### NOTICIAS ### */
div.noticias{ 
	clear: both;
	text-align: left;
	padding: 8px;
}
.noticias img{ float: left; border: #FFF 8px solid; margin: 0 8px 0 0; }
.noticias span{ 
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
}
.noticias h3{
	font-size: 18px;
	color: #005ca1;
	text-align: left;
	margin: auto;
}
.noticias p{
	font-size: 14px;
	color: #5b5b5b;
	text-align: left;
	margin: auto;
}
div.noticias_outras{
	clear: both;
	text-align: left;
}
.noticias_outras h3{
	font-size: 18px;
	color: #005ca1;
	text-align: left;
	margin: auto;
}
.noticias_outras ul{ 
	list-style: none;
	padding: 0;
}
.noticias_outras li{
	font-size: 14px;
	color: #ff6600;
	font-weight: bold;
	margin: 3px 0;
}
.noticias_outras li a{
	color: #5b5b5b;
	font-weight: normal;
	text-decoration: none;
}
.noticias_outras li a:hover{ text-decoration: underline; }

/* ### CONTATO ### */
div.contato_descricao{
	float: left;
	background: url(../../images/bg-contato.png) no-repeat;
	width: 240px;
	height: auto;
	margin: auto;
}
.contato_descricao h3{
	font-size: 14px;
	color: #005ca1;
	margin: 15px 0 0 0;
	text-align: center;
}
.contato_descricao h4{
	font-size: 14px;
	color: #ff6600;
	margin: 5px 0 0 0;
	text-align: center;
}
.contato_descricao h4 span{ color: #005ca1; }
.contato_descricao p{
	font-size: 14px;
	color: #5b5b5b;
	text-align: center;
	margin: 0 0 10px 0;
}

div.contato_form{
	float: right;
	width: 500px;
	height: auto;
	margin: auto;
}
form#contato{
	margin: auto;
	padding: 0;
}
#contato fieldset{ border: 0; }
#contato br{ clear: left; }
#contato label{
	font-size: 16px;
	color: #5b5b5b;
	font-weight: bold;
	float: left;
}
#contato input[type="text"]{
	width: 489px;
	height: 26px;
	border: #d4d4d4 1px solid;
	background: #f2f2f2;
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #5b5b5b;
	font-weight: normal;
}
#contato textarea{
	width: 489px;
	height: 100px;
	border: #d4d4d4 1px solid;
	background: #f2f2f2;
	margin: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #5b5b5b;
	font-weight: normal;
}
#contato input[type="image"]{ float: right; margin: 0 0 10px 0; }

p.messagebox{
	font-size: 16px;
	font-weight: bold;
	color: #0F3782;
	text-align: center;
	background: #ffc;
	margin: auto;
}
p.ok{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #105E04;
	margin: auto;
}
p.fail{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #F00;
	margin: auto;
}

div.rodape_contato{
	background: url(../../images/bg-rodape-contato.png) no-repeat;
	width: 737px;
	height: 49px;
	clear: both;
	margin: auto;
	text-align: left;
	font-size: 14px;
	color: #005ca1;
	font-weight: bold;
}
.rodape_contato p{ margin: 15px 0 0 5px; float: left; }
div.contato_mapa{
	float: right;
	background: #f2f2f2;
	border: #d4d4d4 1px solid;
	width: 188px;
	height: 27px;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 10px 5px 0 0;
}
.contato_mapa a{
	font-size: 16px;
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
.contato_mapa a:hover{ text-decoration: underline; }

