@charset "utf-8";
/* TEMA CALENDÀRIO*/

.dia_do_mes, .antes_mes, .depois_mes, .marcado { 
	padding: 3px; 
	text-align: right; 
	font-family: "Trebuchet MS"; 
	font-size: 13px 
}
.dia_do_mes { 
	/*border: 1px solid lightblue;*/ 
	/*background-color: cyan; */
}
.marcado { 
	background-color: #1f539c; 
	color: white 
}

#calendario_eventos th {
	padding: 3px; 
	font-family: "Trebuchet MS"; 
	font-size: 13px;
	color: #333;
}

#mes_ano{
	font-weight: bold;
}

.cal_anterior{
	position:absolute;
	left: 10px;
}

.cal_proximo{
	position:absolute;
	right: 10px;
}

#calendario{
	margin:auto;
	width: 155px;
}

.alerta_tool {
	padding: 5px;
	background-color: #ece9d8;
	border: 1px solid #222222;
	font-size: 13px;
	font-famlily: 
}

.autor {
	font-style:italic;
	margin-top:0;
}

/* agenda */
#agenda {
	width:201px;
	padding:10px 0;
}

#agenda_top {
	height:38px;
	background:url("../imagens/global/agenda_top.png") no-repeat;
}

#agenda_body {
	background:url("../imagens/global/agenda_body.png") repeat-y;
	padding: 0 10px;
	margin-top:-10px;
}

#agenda_degrade {
	position:relative;
	background:url("../imagens/global/agenda_degrade.png") repeat-x;	
	text-align:center;
	min-height:100px;
}

#agenda_degrade h1 {
	margin-left:53px;
}

#agenda_bottom {
	height:27px;
	background:url("../imagens/global/agenda_bottom.png") no-repeat;
}

#footer {
	height:110px;
	background:url("../imagens/global/footer.png") repeat-x 0 100%;
	clear:both;
	padding-top:60px;
}

#footer_impressao {
	display: none;
}

#footer img{
	margin-top:30px;
}

#footer p{
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
}

/* FIM TEMA CALENDÀRIO*/

body {
	margin:0 auto;
	background:url("../imagens/global/background.jpg") no-repeat #dcdddb;
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height:18px;
}

h1 {
     text-transform: uppercase; 
	 margin:10px 0 0 0;
}

h2 {
	color:#0b3e85;
	font-size:18px;
	margin:0;
}

h3 {
	color:#0b3e85;
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding-left:7px;
}

p {
	padding-left:7px;
	padding-right:7px;
	margin-top:18px;
}

.p_nomargin {
	margin:0 !important;
}

a img {
	border:none;
}

a {	
	color:#0b3e85;
	text-decoration:none;
}

a:hover {
	color:#2a76e1;
}

/* listagem global */
.listagem a {
	color:#000 !important;
	font-weight:normal !important;
}

.listagem p {
	margin-top:0;
	margin-bottom:0px;
}

.listagem p span a {
	color: #0b3e85!important;
}

.listagem:hover p span a {
	color: #2a76e1 !important;
}

.listagem strong a {
	color:#0b3e85 !important;
	font-weight:bold !important;
	font-size:13px;
}

.listagem:hover strong a{
	color: #2a76e1 !important;
}

.listagem hr {
	margin:20px 0;
}

.listagem:hover a, .listagem:hover p {
	color:#616161 !important;
}

.listagem h3 a {
	color:#0b3e85 !important;
	font-size:13px !important;
	font-weight:bold !important;
	margin:0 !important;	
}

.listagem:hover h3 a {
	color:#2a76e1 !important;
}

.listagem h2 a {
	color:#0b3e85 !important;
	font-size:18px !important;
	font-weight:bold !important;
	margin:0 !important;
	line-height:26px;
}

.listagem:hover h2 a {
	color:#2a76e1 !important;
}

/* listagem de links */
.listagem_links p {
	margin-top:0;
	margin-bottom:0px;
}

.listagem_links strong {
	color:#0b3e85 !important;
	font-weight:bold !important;
	font-size:13px;
}

.listagem_links hr {
	margin:20px 0;
}

/* listagem de releases */
.listagem_releases p {
	margin-top:0;
	margin-bottom:0px;
}

.listagem_releases strong a {
	font-size:13px;
}

.listagem_releases hr {
	margin:20px 0;
}


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #d1d1d1;
   text-align: center;
   background-color: #FFF;
   padding: 7px;
   padding-top: 12px;
   margin: 7px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 10px 4px 5px;
   margin: 0;
}

/*.wp-caption {
	padding:10px;
	margin-left:7px;
	background:#FFF;
	border:1px solid #d1d1d1;
}*/

.link {
	font-weight:bold;
	color:#0b3e85;
	text-decoration:none;
}

.content {
	display:none;
}

.imgSubmit {
	padding:16px 0px;
}

.titulo h1 {
	padding:0 5px;	
}

hr {
	background:#02b5ff;
	height:1px;
	border:0 none;
	margin-top:-5px;
}

#opcoes {
	width:527px;
	height:31px;
	background:url("../imagens/global/opcoes_bg.gif");
	margin-top:16px;
	color:#FFF;
	padding-top:13px;
	padding-left:7px;
	padding-right:7px;
	margin-bottom:20px;
}

#opcoes select {
	width:200px;
	color:#525252;
	font-family:"Trebuchet MS";
	font-size:12px;
}

#navigator {
	width:541px;
	height:27px;
	background:url("../imagens/global/navigator_bg.gif");
	text-align:center;
	padding-top:7px;
	margin-left:22px;
	clear:both;
	display:none;
}

.moldura1 {
	background:url("../imagens/home/moldura1.jpg") no-repeat;
	padding-bottom:16px;
	padding-left:9px;
	padding-top:17px;
	margin-top:10px;
	margin:10px 0 0 -2px;
}

.moldura2 {
	background:url("../imagens/global/moldura2.jpg") no-repeat;
	padding-bottom:16px;
	padding-left:9px;
	padding-top:17px;
	margin:3px 0 10px -2px;
	width:195px;
}

.moldura3 {
	background:url("../imagens/global/moldura3.jpg") no-repeat;
	padding-left:9px;
	padding-top:16px;
	margin:3px 13px 20px -2px;
	width:159px;
	padding-bottom:16px;	
}

#page {
	width:1000px;
}

#header {
	height:131px;
	background:url("../imagens/global/header.jpg") no-repeat;
}

#header form input {
	color:#797979;
	font-size:11px;
	font-family:"Trebuchet MS";
	margin-left:7px;
	margin-top:3px;
	border:none #FFF;
	width:150px;
}

#search {
	float:right;
	margin-right:202px;
	margin-top:48px;
}

#search_input {
	background:url("../imagens/global/search_input.gif") no-repeat;
	float:left;
	height:24px;
	width:163px;
}

.logo {
	margin:21px;
	float:left;
}

#content_top {
	height:6px;
	background:url("../imagens/global/content_top.png") no-repeat 13px 0;
	margin-top:18px;
}

#content {
	padding: 0 13px;
	background:url("../imagens/global/content.png") repeat-y 13px 0;
	overflow:auto;
	min-height:500px;
	clear:both;
}

#content_bottom {
	height:41px;
	background:url("../imagens/global/content_bottom.png") no-repeat 13px 0;
}

/* coluna 1 */
#col1 {
	width:541px;
	float:left;
	overflow:hidden;
	padding:0 10px;
	min-height:100px;
}

#colwide {
	width:768px;
	float:left;
	overflow:hidden;
	padding:0 10px;
	min-height:100px;
}

#titulo_left {
	float:left;
	width:5px;
	height:27px;
	background:url("../imagens/global/ferramentas_left.gif") no-repeat;
}

#titulo_right {
	float:right;
	width:5px;
	height:27px;
	background:url("../imagens/global/ferramentas_right.gif") no-repeat;
}

#titulo {
	height:25px;
	border-top: 1px solid #02b5ff;
	border-bottom: 1px solid #02b5ff;
	background:#FFF;
	margin-bottom:20px;
}

#titulo h1 {
	position:absolute;
	margin:-1px 7px;
	z-index:100;
}

#ferramentas {
	float:right;
	width:174px;
	height:25px;
	background:#02b5ff;
	font-size:12px;
}

#ferramentas img:hover {
	cursor:pointer;
}

/* sidebar */
#sidebar {
	width:205px;
	float:left;
	overflow:hidden;
	margin-left:3px;
	padding:0 10px;
	margin-top:-10px;
}

#sidebar h3 {
	padding-left:0 !important;
}

#sidebar p {
	margin:0;
	padding:0;
}

#sidebar hr {
	margin:10px 0;
}



/* ------------------------------------------------------------- PAGINAS --- */
/* CONTATO */
#fale_conosco div span, #formulario div span {
	width:140px;
	display:inline-block;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
	margin-bottom:10px;
}

#fale_conosco input, #fale_conosco textarea, #formulario input, #formulario textarea {
	width:380px;
	padding:0 4px;
}

#fale_conosco textarea, #formulario textarea {
	height:153px;
}

.error {
	background:#e61717;
	color:#FFF;
}

/* BLUE TABLE - tabelinha azul que tem em regioes metropolitanas por exemplo */
#table_blue {
	margin-top:30px;
}

#table_blue table {
	background:#0b3e85;
}

#table_blue table th {
	background:none;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}

#table_blue table td {
	background:#FFF;
}

#table_blue table td:first-child {
	font-weight:bold;
}

#table_blue table td:first-child a {
	color:#000;
}

#table_blue caption {
	display:none;
}

/* IHA */

/* TABLE IHA */
#table_tha caption {
	display:none;
}

#table_tha table {
	background:#0b3e85;
}

#table_tha table th {
	background:#FFF;
}

#table_tha table td {
	background:#FFF;
}

#table_iha_form {
	background:#0b3e85;
	height:36px;
	padding-top:16px;
	padding-left:13px;
	color:#FFF;
	font-weight:bold;
}

/* NOTICIAS */
#dois_destaques {
	clear:both;
}

#dois_destaques p {
	margin-top:0;
	margin-bottom:0px;
	padding:0;	
}

#dois_destaques hr {
	margin-bottom:15px;
}

.dois_destaques_foto {
	float:left;
}

.dois_destaques_texto {
	float:left;
	width:346px;
	margin-bottom:10px;
	padding:14px 0;
}

/* REGIOES METROPOLITANAS */
.regioes_line {
	font-weight:bold;
	font-size:13px;
	border-bottom:1px solid #02b5ff;	
	height:24px;
	cursor:pointer;
	margin-top:5px;
}

.regioes_line:hover p {
	color:#0659ce;
}

.regioes_line p {
	margin:0;
	float:left;	
}

.regioes_line span {
	float:right;
}

.regioes_table table {
	background:#0b3e85;
}

.regioes_table {
	margin-top:10px;
}

.regioes_table caption {
	background:#0b3e85;
	height:25px;
	font-weight:bold;
	text-align:left;
	color:#FFF;
	font-size:13px;
	padding-top:5px;
	padding-left:13px;
}

.regioes_table table td, th {
	background:#FFF;
	padding-left:11px;
}

.regioes_table th {
	text-align:left;
}



#current-month
{
	font-weight: bold;
	color: #000;
	text-align: center;
}

#calendar td, th {
	border: none;
	text-align: center;
}

#calendar th {
	display: none;
	background: #666;
	color: #fff;
}

.day {
	color: #000;
}

.other-month .day {
	color: #DFF2FF;
}

.calendar-month {
	padding: 5px;
}


.day {
	padding: 1px;
	display: block;
}

#mes_anterior {
	margin-left: 10px;
	float: left;
}

#mes_seguinte {
	margin-right: 10px;
	float: right;
}


#resultado_envio_email {
	background-color: #FF6600;
	padding: 10px;
	color: white;
}

/* send to friend */
#indique_a_um_amigo div {
	margin-bottom: 5px;
}

#indique_a_um_amigo p {
	margin-top:6px;
	padding:0;
}

#indique_a_um_amigo {
	font-family:Trebuchet MS !important;
	font-size:12px !important;
}

#indique_a_um_amigo div span {
	font-weight: bold;
	width: 115px;
	display: inline-block;
	text-align: right;
}


#indique_a_um_amigo div input {
	width:280px;
}

.submitEnviarAmigo {
	margin-right:218px;
	width:86px !important;
}

#formulario_filtragem select {
	margin-right: 17px;
}