/* CSS Document */
/*FORMATAÇÃO GERAL DO SITE*/
/*AS PROPRIEDADES ESTÃO ORGANIZADAS NA SEGUINTE ORDEM: VISUAL, DISTÂNCIAS E MEDIDAS E POSICIONAMENTO.*/

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #FFF;
	color: #000000;
	margin: auto 0px;
	padding: 0px;
	/*background: url(../img/fundo.jpg) center top repeat-x;*/
	width: 100%;
	height: 100%; 
}

.geral {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	position: relative;
	vertical-align: top;
}

/*FORMATAÇÃO DO TOPO*/
.topo {
	background-color: #FFFFFF;
	width: 100%;
	float: left;
	position: relative;
}

/*FORMATAÇÃO DO LOGO*/
.logo {
	background: url(../img/logo.gif) no-repeat top left;
	text-indent: -9999px;
	width: 217px;
	height: 58px;
	float: left;
	position: relative;
	left: 5px;
}

.logo a { 
	width: 217px;
	height: 58px;
	float: left;	
	left: 5px;
}

/*FORMATAÇÃO DO SLOGAN*/
.slogan { 
	width: 120px;
	height: 36px;
	float: left;
	position:relative;
	top: 10px;
	left: 8px;
}

/*FORMATAÇÃO DO MENU SUPERIOR - MENOR*/
.menu_superior { 
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	top: 4px;
	right: 6px;
}

.menu_superior_item { 
	background: url(../img/traco.gif) right no-repeat;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size: 13px;
	text-decoration: none;
	list-style: none;
	padding-right: 12px;
	padding-left: 5px;
	float: left;
	position: relative;
}

.menu_superior_item a { 
	color: #223E7B;
	text-decoration: none;
}

.menu_superior_item a:hover { 
	color: #e89127;
}

/*FORMATAÇÃO DA DATA*/
.data {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	text-decoration: none;
	margin: 18px 0 0 133px;	
	width: 300px;
	height: 20px;
	float: left;
	position: relative;
}

/*FORMATAÇÃO DO MENU MAIOR - TOPO*/
.barra_topo { 
	width: 779px;	
	float: left;
	position: relative;
	left: 7px;
}

.barra_topo_item {
	/*border-right:1px solid #FFFFFF;*/
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-left: 10px;
	margin-top: 4px;
	padding-right: 8px;
	float: left;
	position:relative;
}

.barra_topo_item a {
	color: #FFF;
	font-size:12px;
	text-decoration:none;
}

.barra_topo_item a:hover {
	color: #CCC;
}

.barra_topo_meio, .barra_topo_esq, .barra_topo_dir {
	background-color: #284c81;
	height: 26px;
	float: left;
	position: relative;
}

.barra_topo_dir{ 
	background: url(../img/canto_dir.gif) no-repeat; 
	width: 5px; 
	height: 26px;
}

.barra_topo_esq { 
	background: url(../img/canto_esq.gif) no-repeat; 
	width: 5px; 
	height: 26px;
}

.barra_topo_meio {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 97%;
}

/*FORMATAÇÃO DA ANIMAÇÃO - FLASH*/
.menu_topo {
	height: 243px !important;
	float: left;
	position: relative;
	left: 6px;
}

/*FORMATAÇÃO DO CONTEÚDO - GERAL*/
.content { 
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 6px;
	padding-bottom : 16px;
	width: 774px;
	float: left;
	position: relative;
	vertical-align: top;
}

/*FORMATAÇÃO DO CONTEÚDO - MARGENS, ESPAÇAMENTOS ANTES DO CONTEÚDO - TÍTULO*/
.linha_superior {
	background: url(../img/topo_dest.gif) no-repeat;
	width: 769px;
	height: 9px;
	float: left;
	position: relative;
}

.titulo_content {
	text-indent: -9000px;
	padding-left: 17px;
	float: left;
	position: relative;
}
.titulo_content_flash {
	float: left;
	position: relative;
	margin-top: 2px;
}

/*FORMATAÇÃO DO CONTEÚDO*/
/*.linha_meio { 
	border-left: solid 1px #E4E4E4;
	border-right: solid 1px #E4E4E4;
	width: 756px;
	float: left;
	position: relative;
}*/



.linha_meio { 
	border-left: solid 1px #E4E4E4;
	border-right: solid 1px #E4E4E4;
	padding: 15px;
	width: 736px;
	float: left;
	position: relative;
	overflow: hidden;
}


.linha_meio table p {
	color: #666 !important;
	text-align: justify;
}

/*.linha_meio table a {
	color: red !important;*/
}

/*FORMATAÇÃO DO CONTEÚDO - MARGENS, ESPAÇAMENTOS DEPOIS DO CONTEÚDO*/
.linha_inferior {
	width: 769px;
	height: 9px;
	background: url(../img/rodape_dest.gif) no-repeat;
	float: left;
	position: relative;
}

/*FORMATAÇÃO DO CONTEÚDO - NOTÍCIAS*/
.noticias_content { 
	margin-top: 5px;
	width: 100%;
	float: left;
	position: relative;
}

.noticias_content_meio {
	border-left: solid 1px #E4E4E4;
	border-right: solid 1px #E4E4E4;
	width:732px;
	float: left;
	position: relative;
}

.noticias_content_titulo {
	margin-left: 17px;
	margin-bottom: 5px;
	float: left;
	position: relative;
}

.noticias_content_topo {
	background: url(../img/topo_cont2.gif) no-repeat;	
	margin-top: 5px;
	width: 734px;
	height: 8px;
	float: left;
	position: relative;
}

.noticias_content_rodape {
	background: url(../img/rodape_dest.gif) no-repeat;
	height: 8px;
	width: 734px;
	float: left;
	position: relative;
}

.noticias_content_item {
	background: url(../img/ic_noticia.gif) no-repeat left;
	color: #223e7b;	
	font-size: 13px;
	font-weight: bolder;
	margin-bottom: 5px;
	padding-left: 10px;
	width: 460px;
	float: left;
	position: relative;
}

.noticias_content_item a {
	color: #223e7b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.noticias_content_item a:hover {
	color: #666;
}

.noticias_content_itens {
	list-style: none;	
	padding: 0px;
	margin: 0 0 0 12px;
	width: 470px;	
	float: left;
	position: relative;
	top: 1px;
}

.noticias_content_imagem { 
	text-align: center;
	width: 220px;
	float: right;
	position: relative;
}

.noticias_content_saiba {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 500px;
	position: relative;
	float: left;
}

.noticias_content_saiba a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	position: relative;	
}

.noticias_content_saiba a:hover {
	color: #223E7B;
}

/*FORMATAÇÃO DO CONTEÚDO - DESTAQUES*/

.destaques_content { 
	position: relative;
	float: left;
	width: 100%;
	margin: -37px 0 15px 0;
	padding: 0px;
	list-style: none;
}

.destaques_content_item {
	margin-left: 9px;
	margin-bottom: 10px;
	width: 354px;
	float: left;
	position: relative;
}

.destaques_content_foto {
	background: url(../img/fundo_foto.gif) top center no-repeat;
	float: left;
	position: relative;
	margin-left: 10px;	
	padding-left:10px;
	padding-top: 8px;
	width: 106px;
	height: 102px;
}

.destaques_content_titulo {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	/*height: 20px;*/
	border-bottom: solid #E4E4E4 1px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 210px;
	float: left;
	position: relative;
}

.destaques_content_texto {
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
	width: 210px;
	float: left;
	position: relative;
}

.destaques_content_saiba {
	margin-top: 10px;
	padding-left: 5px;
	width: 210px;
	float: left;
	position: relative;
}

.destaques_content_saiba a {
	color: #666666;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}

.destaques_content_saiba a:hover {
	color: #223E7B;
}

.destaques_content_meio {
	border-left: solid 1px #E4E4E4;
	border-right: solid 1px #E4E4E4;
	width: 351px;
	min-height: 120px;
	float: left;
	position: relative;
}

.destaques_content_item_rodape {
	background: url(../img/rodape_cont.gif) no-repeat;
	width: 354px;
	height: 9px;	
	float: left;
	position: relative;
}

.destaques_content_item_topo {
	background: url(../img/topo_cont.gif) no-repeat;
	width: 354px;
	height: 9px;
	margin-bottom: 1px;	
	float: left;
	position: relative;
}

/*FORMATAÇÃO DO RODAPÉ*/
.rodape { 
	margin: 0 auto;	
	width: 780px;
	position: relative;
}

.subrodape { 
	background-color: #FFFFFF;
	padding-left: 5px;
	width: 775px;
	float: left;
	position: relative;
}

.rodape_endereco { 
	background-color: #FFFFFF;
	position: relative;
}

/*FORMATAÇÃO DO RODAPÉ - CONTEÚDO*/
.rodape_meio, .rodape_meio_esq, .rodape_meio_dir {
	background-color: #284c81;
	height: 26px;
	height: 166px;
	float: left;
	position: relative;
}

.rodape_meio_dir{ 
	background: url(../img/canto_dir2.gif) no-repeat; 
	width: 5px; 
	height: 166px;
}

.rodape_meio_esq { 
	background: url(../img/canto_esq2.gif) no-repeat; 
	width: 5px; 
	height: 166px;
}

.rodape_meio {
	width: 98%;
	padding-top: -5px;
}

.rodape_meio_itens {
	background: transparent url(../img/linha_rodape.gif) no-repeat right center;
	list-style: none;	
	margin: 7px 0 0 25px;
	padding: 0 0 0 5px;
	width: 450px;
	float: left;
	position: relative;
}

.rodape_meio_item { 
	margin-bottom: 5px;
	width: 149px;
	float: left;
	position: relative;
}

.rodape_meio_item_titulo { 
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 13px;
	font-family: "Trebuchet MS";
	width: 100%;
	float: left;
	position: relative;
}

.rodape_meio_item_titulo a{ 
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 13px;
	font-family: "Trebuchet MS";
	text-decoration:none;
	width: 100%;
	float: left;	
	position: relative;
}

.rodape_meio_item_titulo a:hover {
	color: #CCC;
}

.rodape_meio_item_texto { 
	color: #0099ff;
	font-size: 11px;
	width: 100%;	
	float: left;
	position: relative;
}

.rodape_meio_contato { 
	background: transparent url(../img/linha_rodape.gif) no-repeat right center;
	float: left;
	position: relative;
	margin-top: 8px;
	padding-right: 25px;
	padding-left: 15px;
	height: 142px;
	width: 100px;
}

.rodape_meio_contato_titulo { 
	color: #0099ff;
	font-weight: bolder;
	text-align:center;
	margin-bottom: 8px;
	width: 100%;
	float: left;
	position: relative;
}

.rodape_meio_contato_itens {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	position: relative;
}

.rodape_meio_contato_item { 
	width: 103px;
	float: left;
	position: relative;
}

.rodape_meio_contato_item a { 
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 2px;
}

.rodape_meio_contato_item a:hover {
	color: #CCC;
}

.rodape_meio_parceiros { 
	margin-top: 8px;
	padding-right: 10px;
	padding-left: 15px;
	width: 100px;	
	float: left;
	position: relative;
}

.rodape_meio_parceiros_titulo { 
	color: #0099ff;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 8px;
	width: 100%;
	float: left;
	position: relative;
}

.rodape_meio_parceiros_itens { 
	width: 100%;	
	float: left;	
	position: relative;
}

.rodape_meio_parceiros_item { 
	text-align: center;	
	margin-bottom: 10px;
	width: 100%;	
	float: left;
	position: relative;
}

/*FORMATAÇÃO DO RODAPÉ - DIREITOS DA INFORMA*/
.rodape_direitos {
	background: #FFF;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	border-left: 11px solid white;
	padding: 0px 0;
	width: 386px;
	float: left;
	position: relative;
}

/*FORMATAÇÃO DO RODAPÉ - DESENVOLVEDOR DO SITE*/
.rodape_tecnologia { 
	background: #FFF;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 8px;
	width: 375px;
	float: right;
	position: relative;	
}


/*FORMATAÇÃO DO RODAPÉ - ENDEREÇO DA INFORMA*/
.rodape_endereco_endereco { 
	background: url(../img/rodape02.gif) center left no-repeat;
	Color: #223E7B;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 2px;
	float: left;
	position: relative;
	height: 21px;
	padding: 5px 0 0 8px;
	width: 477px;
}

/*FORMATAÇÃO DO RODAPÉ - TELEFONE DA INFORMA*/
.rodape_endereco_telefone { 
	background: url(../img/rodape02.gif) center right no-repeat;
	Color: #223E7B;	
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
	position: relative;
	height: 21px;
	padding: 5px 8px 0 0;
	width: 277px;
}

.texto_area {
	padding-left: 10px;
	padding-right: 10px;	
	float: left;	
	position: relative;
}

.MsoNormal {
	width: 735px;
}