@charset "utf-8";
/* CSS Document */

* {padding:0; margin:0;}
ul {list-style:none;}

a {font-family:"Trebuchet MS"; color: #2671c7; text-decoration: none;}
a:hover {font-family:"Trebuchet MS"; color: #2671c7; text-decoration:underline;}

a.link_cinza {font-family:"Trebuchet MS"; color: #686868; text-decoration: underline;}
a.link_cinza:hover {font-family:"Trebuchet MS"; color: #686868; text-decoration:none;}

a.link_cinza2 {font-family:"Trebuchet MS"; color: #686868; text-decoration: none;}
a.link_cinza2:hover {font-family:"Trebuchet MS"; color: #686868; text-decoration:underline;}

.fonte-vermelha {color:#2671c7;}

.fonte-vermelha-grande {color:#686868; font-size:12pt; font-weight:bold; font-family:"Trebuchet MS";}

.form {
	font-size: 9px;
	height:15px;
	color: #7a7a7a;
	padding:2px 0 0 0;
	border:0;
	border-top:1px solid #d6d7d2;
	border-left:1px solid #d6d7d2;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	background-color:#ffffff;
	}
	
.form2 {
	width:361px;
	height:24px;
	float:left;
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight:normal;
	padding:7px 10px 0 10px;
	color:#2671c7;
	border:none;
	background:url(../images/contato_input.gif);
	}

textarea.form2  {
	width:361px;
	height:114px;
	float:left;
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight:normal;
	padding:7px 10px 0 10px;
	color:#2671c7;
	border:none;
	background:url(../images/contato_textarea.gif);
	}

.form_butt {
	font-family:"Trebuchet MS";
	font-size: 9px;
	color: #7a7a7a;
	border: 1px solid #c2c2c2;
	background-color: #fcfcfc;
	height: 15px;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	}
	
.galeria {
	border-style:solid;
	border-width:1px;
	border-color:#b9b9b9;
	background-color:#FFFFFF;
	padding:5px;
	}

.assinatura {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#2671c7;
	}
	
.hr2 {
	width: 100%;
	height:1px;
	text-align:left;
	border:0;
	border-bottom: 1px solid #e4e4e4;
	margin:0 0 18px 0;
	padding:0;
	clear:both;
	}


html {
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#0f243f;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}

body {
	background-image:url(../images/bg_02.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	font-size:11px;
	color:#686868;
	position:absolute;
	}

/*
html {
	background-image:url(../images/bg.gif);
	background-position:top;
	background-color:#eff2fa;
	width:100%;
	height:100%;
	}

body {
	font-size:11px;
	color:#686868;
	}
*/

h1 {
	width:100%;
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	color:#2671c7;
	margin:33px 0 18px 0;
	padding:0 0 5px 0;
	line-height:20px;
	border-bottom:solid 4px #d0d9e4;
	}
	
h2 {
	font-family:"Trebuchet MS";
	font-size:32px;
	font-weight:normal;
	line-height:32px;
	color:#ee9d0a;
	margin:20px 0 20px 0;
	padding:0;	
	}

h2 a {
	color:#ee9d0a;
	}

h2 a:hover {
	color:#ee9d0a;
	}
	
h3 {
	font-family:"Trebuchet MS";
	font-variant:small-caps;
	font-size:12pt;
	font-weight:bold;
	color:#2671c7;
	margin:1px 0 12px 0;
	padding:0;	
	}
	
h4 {
	font-family:"Trebuchet MS";
	font-variant:small-caps;
	font-size:12pt;
	font-weight:bold;
	color:#2671c7;
	margin:18px 0 18px 0;
	padding:0;	
	}
	
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#686868;
	margin:0px 0 18px 0;
	padding:0;	
	}
	
h6 {
	font-family:"Trebuchet MS";
	font-size:14pt;
	font-weight:bold;
	font-variant:small-caps;
	color:#b9b9b9;
	margin:-3px 0 15px 0;
	padding:0;
}
	
hr {
	width: 100%;
	height:1px;
	text-align:left;
	border:0;
	border-bottom: 1px solid #b9b9b9;
	margin:0 0 8px 0;
	padding:0;
	clear:both;
	}
	
p {
	font-family:"Trebuchet MS";
	color:#183255;
	line-height:18px;
	margin:0 0 18px 18px;
	}
	
a p:hover {
	text-decoration:underline;
	}

#sitepos {
	position:absolute;
	width:800px;
	height:100% auto;
	min-height:500px;
	margin-bottom:20px;
	left:50%;
	margin-left:-400px;
	visibility: visible;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_conteudo.gif);
	background-repeat:repeat-y;
	background-position:left;
	}

#barra_superior {
	width:797px;
	height:21px;
	float:left;
	padding-right:3px;
	background-image:url(../images/bg_barrasup.gif);
	}
	
#barra_superior ul li {
	float:right;	
	display: inline;
	}

#barra_superior ul li a {
	 font-family:"Trebuchet MS";
	float:left;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	line-height:21px;
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;	
	text-align:center;
	/*border-left:1px solid #e2e2e2;
	border-right:1px solid #ffffff;
	background-color:#f7f7f7;*/
	}
	
#barra_superior ul li a:hover {
	text-decoration:underline;
	}	
	
#agenda {
	text-align:center;
	}
#agenda a {margin:2px;}

#foto_destaque {
	width:195px;
	float:left;
	}

#foto_esquerda {
	border:#193860 solid 1px;
	padding:2px;
	background: #ffffff;
	margin-bottom:3px;
	width:90px;
	float:left;
	}
	
#foto_direita {
	border:#193860 solid 1px;
	padding:2px;
	background: #ffffff;
	margin-bottom:3px;
	width:90px;
	float:right;
	}

#menu {
	width: 790px;
	height: 31px;
	float:left;
	/*background-color:#FFFFFF;*/
	background:url(../images/menu.gif) no-repeat top left;
	font-size:9px;
	color:#fff249;
	text-align:right;
	padding:0 5px 5px 5px;
	overflow:hidden;
	}

#menu ul {
	float:left;
	width:732px;	
	}

#menu ul li {
	float:left;	
	display: inline;

	}

#menu ul li a {
	float:left;
	font-family: "Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	padding-top:12px;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:8px;
	/*margin-left:7px;	*/
	background-color:none;
	font-weight:bold;
	letter-spacing:0px;
	}
	
	
#menu ul li a:hover {
	text-decoration:none;
	background:url(../images/bg_menu.gif) top repeat-x;
	background-color:none;
	}
	
#menu ul li.h15 {
	border-right-width:5px;
	}
	
/*#menu .h8 {
	background:url(../images/menu_01.gif) no-repeat;
	width:68px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}

#menu .h9 {
	background:url(../images/menu_02.gif) no-repeat;
	width:50px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}

#menu .h10 {
	background:url(../images/menu_03.gif) no-repeat;
	width:57px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}

#menu .h11 {
	background:url(../images/menu_04.gif) no-repeat;
	width:64px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}

#menu .h12 {
	background:url(../images/menu_05.gif) no-repeat;
	width:62px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}

#menu .h13 {
	background:url(../images/menu_06.gif) no-repeat;
	width:92px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}

#menu .h14 {
	background:url(../images/menu_07.gif) no-repeat;
	width:131px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}

#menu .h15 {
	background:url(../images/menu_08.gif) no-repeat;
	width:75px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}

#menu .h16 {
	background:url(../images/menu_09.gif) no-repeat;
	width:52px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}

#menu .h17 {
	background:url(../images/menu_10.gif) no-repeat;
	width:81px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}

#menu .h18 {
	background:url(../images/menu_11.gif) no-repeat;
	width:68px;
	height:36px;
	text-indent:-5000px;
	float:left;
	margin:0;
	}
*/
#topo {height:171px; clear:both;}

#conteudo {
	width:770px;
	height:100% auto;
	min-height:500px;
	color:#183255;
	padding:0 15px 0 15px;
	float:left;
	clear:both;
	background-image:url(../images/bg_cont_sombra.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}

#conteudo #cabecalho {
	width:100%;
	height:60px;
	float:left;
	border:solid 1px #cccccc;
}
#conteudo #cabecalho h1 {
	text-transform:uppercase;
	font-size:14pt;
	font-weight:bold;
	color:#2671c7;
	margin:33px 0 0 0;
	padding:0;
	line-height:12px;
	}
	
#cont_posts {
	width:538px;
	height: 100% auto;
	min-height: 500px auto;
	padding-right:21px;
	float:left;
	}
	
#cont_posts ul li {
	border-left:solid 2px #b9b9b9;
	padding-left:4px;
	margin-bottom:8px;
	}

#cont_posts ul.multimidia li {
	border-bottom:solid 1px #ebebeb;
	border-left:none;
	margin:8px 0 8px 0;
	padding:18px 0 0 70px;
	color:#ed9700;
	height:57px;
	}

#cont_posts ul.multimidia li a {
	height:57px;
	font-size:18px;
	color:#ff9c01;
	}

#cont_posts ul.multimidia li.audio {
	background: url(../images/ico_audio.gif) no-repeat top left;
	}

#cont_posts ul.multimidia li.video {
	background:url(../images/ico_video.gif) no-repeat top left;
	}

#cont_coldrt {
	width:194px;
	height: 100% auto;
	min-height: 500px auto;
	padding-left:15px;
	float:right;
	color:#ffffff;
	}
	
#cont_coldrt a {
	color:#ffffff;
	text-decoration:underline;
	}
	
#cont_coldrt strong {
	color:#ffffff;
	}
	
#cont_coldrt h3, h6 {
	color:#ffffff;
	}

#cont_coldrt #divnovidades label {
	width:43px;
	height:24px;
	float:left;
	line-height:24px;
	padding-top: 5px;
	}

div.hr {
	width: 226px;
	height:11px;
	text-align:left;
	border:0;
	margin:0 0 8px -17px;
	padding:0;
	clear:both;
	background: url(../images/bg_hr.gif) no-repeat scroll center;
	}
	
div.hr hr {
	display:none;
	}
	

	
#rodape {heght:39px; min-height:39px; float:left; clear:both; padding:0 0 20px 0; background:#0f243f;}

#foto {
	float:right;
	padding:5px;
	border:1px solid #e2e2e2;
	background:#ffffff;
	margin-left:5px;
	margin-bottom:5px;
	}
	
#div_credito {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	}
	
#div_legenda {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
#video {
	width:363px;
	padding:5px;
	border:1px solid #e2e2e2;
	background:#ffffff;
	margin-left:5px;
	margin-bottom:5px;
	}

#ultimos {
	width:195px;
	font-family:"Trebuchet MS";
	font-size:12px;
	float:left;
	clear:both;
	/*font-variant:small-caps;*/
	margin-bottom:18px;
	}

#ultimos ul li {
	width:195px;
	float:left;
	margin-bottom:7px;	
	}

#busca {
	width:185px;
	height:73px;
	padding-top:0px;
	margin-top:15px;
	padding-left:10px;
	color:#686868;
	}

#busca ul {
	width:204px;
	margin:21px 0 0 -5px;
	float:left;
	display:inline;
	}

#busca ul li {
	min-width:20px;
	float:left;
}

#busca input {
	width:131px;
	height:24px;
	float:left;
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight:normal;
	padding:7px 10px 0 10px;
	color:#2671c7;
	border:none;
	background:url(../images/busca_input.gif);
}
	
#agenda {
	width:226px;
	height:220px;
	padding-top:0;
	margin:0 0 0 -17px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:none;
	text-align:center;
	}

#agenda #agendaLayout {
	width:220px;
	*width:203px;
	padding:0 0 0 23px;
	*padding:0 0 0 23px;
	float:left;
}

#agendaLayout table td h1 {
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin:0;
	color:#ffffff;
	border:none;
	line-height:11px;
	}

#agenda #agendaLayout table {
	font-family:"Trebuchet MS";
	font-size:12px;
	margin-right:20px;
	color:#ff9c01;
	text-align:center;
	float:left;
	}
	
#agenda #agendaLayout table td {
	padding:2px 4px 2px 4px;
	width:14px;
	height:14px;
	background:url(../images/td.gif) no-repeat;
	text-align:center;
	color:#ffffff;
	margin:0 2px 0 2px;
	}

#agenda #agendaLayout table td.inativa {
	padding:2px 4px;
	width:14px;
	height:20px;
	background:none;
	text-align:center;
	color:#ffffff;
	margin:0 2px 0 2px;
	background:url(../images/td_inativa.gif) no-repeat;
	}	

#agenda #agendaLayout table td.data {
	width:110px;
	height:10px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	background:url(../images/img_celula_colspan.gif) no-repeat;
	overflow:hidden;
	}

#agenda #agendaLayout table td.setas {
	width:14px;
	height:14px;
	padding-top:5px;
	background:url(../images/th.gif) no-repeat;
	}
	
#agenda #agendaLayout table th {
	padding:2px 4px 2px 4px;
	width:14px;
	height:14px;
	background:url(../images/th.gif) no-repeat;
	text-align:center;
	color:#ffffff;
	margin:0 2px 0 2px;
	text-align:center;
	}

#agenda #agendaLayout table th strong {
	font-weight:bold;
	color:#ffffff;
	}
	
#agenda #agendaLayout table a {
	color:#035da7;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	}
	
#agenda #agendaLayout table a:hover {
	font-weight:normal;
	text-decoration:underline;
	color:#ffffff;
	}

#agenda #agendaLayout table strong {
	font-weight:lighter;
	color:#035da7;
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:12px;
	}

#nuvem {
	width:185px;
	overflow:hidden;
	height:100%;
	line-height:18px;
	}
	
#nuvem a {
	color: #2671c7;
	}
	/*
#barra_icones {
	width:527px;
	height:13px;
	padding:7px;
	background-image:url(../images/barra_icones.gif);
	font-size:9px;
	color:#2671c7;
	}
	*/
#barra_icones {
	width:531px;
	height:17px;
	padding:5px;
	float:left;
	margin:18px 0 18px 0;
	background-image:url(../images/barra_icones.gif);
	color:#ffffff;
	}

#barra_icones a {
	color:#ffffff;
}

#barra_icones img {
	margin-top:-3px;
}

#barra_icones a:hover {
	color:#ffffff;
}

#barra_icones ul li {
	float:left;	
	display: inline;
	margin-bottom:0px;
	padding:0 3px 0 3px;
	border:0;
	vertical-align:top;
	}
	
#barra_icones div {
	float:left;
	margin-right:5px;
	height:13px;
	min-height:13px;
	vertical-align:middle;
	}
	
#barra_fonte {
	width:541px;
	height:13px;
	padding:0;
	margin:0 0 18px 0;
	font-size:9px;
	}
	
#barra_fonte ul li {
	float:left;	
	display: inline;
	margin-bottom:0px;
	padding:0;
	border:0;
	vertical-align:top;
	}
	
#barra_fonte div {
	float:left;
	margin-right:5px;
	height:13px;
	min-height:13px;
	vertical-align:middle;
	}
	
#divcontato {
	width:388px;
	}
	
#comentarios {
	width:292px;
	float:left;
	}
	
#comentarios .form55 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:284px;
	color:#7a7a7a;
	padding:3px;
	border:0;
	border-top:1px solid #D6D7D2;
	border-left:1px solid #D6D7D2;
	}

#comentarios_box {
	width:142px;
	float:right;
	margin-left:10px;
	margin-top:14px;
	font-size:9px;
	padding:5px;
	background-color:#f1f1f1;
	border:solid 3px #e2e2e2;
	}
	
#comentarios_box p {
	margin-bottom:10px;
	}
	
#comentarios_box .titulo {
	font-size:11px;
	color:#2671c7;
	font-weight:bold;
	}
	
#comentarios_box ul {
	float:left;
	}

#comentarios_box ul li {
	background:url(../images/seta_palavra_chave.gif) no-repeat 0 3px;
	display:list-item;
	border:0;
	vertical-align:top;
	padding-left:12px;
	margin-bottom:7px;
	}

#galeria {
	clear:both;
	width:468px;
	height:23px;
	float:left;
	margin-bottom:18px;
	text-align:right;
	}
	
#galeria_fotos {
	width:468px;
	float:left;
	margin-bottom:18px;
	clear:both;
	}

#rss {
	width:226px;
	height:68px;
	float:left;
	margin-bottom:10px;
	margin-left:-17px;
	font-size:9px;
	vertical-align:baseline;
	}
	
#rss_img {
	width:226px;
	height:68px;
	float:left;
	}
	
#rss_texto {
	width:116px;
	float:left;
	padding:4px 5px 0 0;
	text-align:center;
	visibility:hidden;
	}
	
#novidades_box {
	width:536px;
	height:36px;
	*height:35px;
	padding:6px 5px 5px 0;
	*padding:7px 5px 5px 0;
	margin:18px 0 -8px 0;
	background-image:url(../images/bg_novidades.gif);
	border:none;
	}
	
#novidades_box p {
	margin-top:3px;
	}
	
#novidades_box fieldset {
	padding-top:1px;
	*padding-top:0px;
	margin:1px 10px 0 0;
	float:right;
	border:none;
	font-size:10px;
	color:#ffffff;
	letter-spacing:-1px;
	text-align:right;
	}

#novidades_box fieldset input {
	width:131px;
	height:11px;
	border:none;
	padding:10px;
	margin:1px 0 0 0;
	_margin:-1px 0 0 0;
	background:url(../images/novidades_input.gif);
	}

#novidades_box div {
	text-align:left;
	}

#novidades_titulo {
	font-family:"Trebuchet MS";
	font-size:12pt;
	font-variant:small-caps;
	font-weight:bold;
	color:#2671c7;
	margin:0 0 0 10px;
	padding:0;
	float:left;
	line-height:10px;
	}
	
#novidades_titulo p {
	font-size:9px;
	font-weight:lighter;
	font-variant:normal;
	color:#ffffff;
}

#nome, #email { 
	width:110px;
	vertical-align:middle;
	font-size:10px;
	color:#7a7a7a;
	padding:2px 0 0 0;
	border:0;
	border-top:1px solid #D6D7D2;
	border-left:1px solid #D6D7D2;
}

#bt_assinar {
	vertical-align:middle;
	margin-left:6px;
	margin-top:1px;
}

#recomendar_box form {
	width:200px;
	float:left;
	margin-left:10px;
	margin-top:14px;
	font-size:9px;
	padding:8px 8px 0 8px;
	background-color:#f1f1f1;
	border:solid 3px #e2e2e2;
	}
	
#recomendar_box input, textarea {
	width:200px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0;
	border-top:1px solid #D6D7D2;
	border-left:1px solid #D6D7D2;
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
	}
	
#recomendar_box div {
	width:200px;
	margin:2px 0 16px 0;
	padding:2px;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#2671c7;
	clear:both;
	float:left;
	}

#recomendar_box fieldset {
	border:none;
	float:left;
	}
	
#recomendar_box div img {
	float:right;
	margin-top:-13px;
	}
	
#enquete {
	width:172px;
	color:#ffffff;
	}

#enquete ul {
	width:195px;
	margin-left:23px;
	margin-bottom:10px;
	}
	
#enquete ul li {
	margin-left:0px;
	margin-bottom:5px;
	width:180px;
	}
	
#enquete ul li #barrap {
	width:100px;
	margin:3px 3px 0 0;
	background-color:#193860;
	float:left;
	}
	
#enquete .titulo {
	font-weight:bold;
	margin-bottom:10px;
	color:#ffffff;
	}

#enquete #botoes {
	margin-left:23px;
	}
	
#divnovidades fieldset {
	border:none;
	padding:0;
	margin:0;
	}

#divnovidades ul {
	width:204px;
	margin:21px 0 0 -5px;
	float:left;
	display:inline;
	}

#divnovidades input {
	width:85px;
	height:24px;
	float:left;
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight:normal;
	padding:7px 10px 0 10px;
	margin:1px 0 0 0;
	color:#2671c7;
	border:none;
	background:url(../images/nove_input.gif);
}

#divnovidades label {
	height:24px;
	float:left;
	line-height:24px;
	padding-top: 5px;
	}
	
#redes {
	width:190px;
	height:100% auto;
	float:left;
	margin-bottom:20px;
	}
	
#redes a img {
	width:63px;
	height:34px;
	float:left;
	margin-left:20px;
	}


