/* Tags em geral */

body {
	margin: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5a595c;
}
form {
	margin: 0;
	padding: 0;
}

/* Estrutura principal */

#container {
	width: 100%;
	height: auto;
	background-image:url(../img/bg_container.jpg);
	background-repeat:repeat-y;
	background-position:center;
	text-align: center;
	position: relative;
	float: left;
}

#main {
	width: 773px;
	left: 50%;
	margin-left: -387px;
	position: relative;
	float: left;
	border: 1px solid #851e1e;
}
#topo, #content, #rodape {
	width: 100%;
	position: relative;
	float: left;
}
/* Topo */

#logo {
	position: relative;
	float: left;
}
#logo img {
	border: 0px;
}
#topo_img_um {
	position: relative;
	float: left;
	width: 104px;
	height: 104px;
	background-image:url(../img/topo_um.jpg);
	background-repeat: no-repeat;
}
#topo_content {
	width: 425px;
	position: relative;
	float: left;
}
#topo_img_dois {
	position: relative;
	float: left;
	width: 187px;
	height: 66px;
	background-image:url(../img/topo_dois.jpg);
	background-repeat: no-repeat;
}
#login {
	position: relative;
	float: left;
	width: 223px;
	height: 66px;
	padding: 0px 0px 0px 15px;
	background-image:url(../img/bg_login.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#login img {
	border: 0px;
	vertical-align: middle;
}
#login input {
	height: 14px;
	border: 1px solid #6f4e36;
	vertical-align: middle;
}
#topo_barra {
	position: topo_barra;
	float: left;
	width: 773px;
	height: 18px;
	background-color: #851e1e;
	color: #FFF;
}
#topo_barra a {
	color: #FFF;
	text-decoration: none;
}
#topo_barra a:hover {
	text-decoration: underline;
}
#data {
	text-align: left;
	position: relative;
	float: left;
	width: 230px;
	line-height: 18px;
	margin: 0px 0px 0px 20px;
	_margin: 0px 0px 0px 10px;
}
#topo_barra div {
	border: 0px;
	vertical-align: middle;
	*vertical-align: -100%;
}
#topo_bottom {
	position: relative;
	float: left;
	width: 773px;
	height: 13px;
	background-image:url(../img/bg_menu_inst_btm.jpg);
	background-repeat: no-repeat;
}

/* Menus */

#menu_superior {
	position: relative;
	float: left;
	width: 425px;
	height: 38px;
	background-image: url(../img/bg_menu_topo.jpg);
	background-repeat: repeat-x;
}
#menu_superior ul {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	position: relative;
	float: right;
}
#menu_superior li {
	list-style-type: none;
	position: relative;
	float: left;
	vertical-align: middle;
	line-height: 38px;
}
#menu_superior img {
	border: 0px;
	vertical-align: top;
	*vertical-align: middle;
}
#menu_superior a {
	font-family: Impact;
	color: #858385;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#menu_superior a:hover {
	color: #6c1a1a;
}
#menu_inst {
	position: relative;
	float: left;
	width: 773px;
	height: 33px;
	background-image: url(../img/bg_menu_inst.jpg);
	background-repeat: repeat-x;
}
#menu_inst ul {
	margin: 0px 15px 0px 15px;
	padding: 0px;
}
#menu_inst li {
	list-style-type: none;
	position: relative;
	float: left;
	vertical-align: middle;
	line-height: 33px;
}
#menu_inst a {
	font-family: Impact;
	color: #4a4d50;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
#menu_inst a:hover {
	color: #660000;
}
#serv_um {
	text-align: center;
	position: relative;
	float: left;
	width: 332px;
	line-height: 18px;
}
#serv_um ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
#serv_um li {
	list-style-type: none;
	position: relative;
	float: left;
	padding: 0px 2px 0px 2px;
}
#serv_um img {
	border: 0px;
}
#serv_dois {
	text-align: right;
	position: relative;
	float: left;
	width: 171px;
	_width: 161px;
	line-height: 18px;
	margin: 0px 20px 0px 0px;
	_margin: 0px 10px 0px 0px;
}
#serv_dois ul {
	margin: 0px;
	padding: 0px;
}
#servicos {
	position: relative;
	float: left;
}
#servicos_menu {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
	background-color: #fff3f3;
}

#serv_dois li {
	list-style-type: none;
	position: relative;
	float: left;
	padding: 0px 2px 0px 2px;
}
#menu_rodape {
	position: relative;
	float: left;
	width: 580px;
	height: 22px;
	padding: 10px 0px 0px 20px;
	text-align: left;
	background-color: #eadddd;
	color: #856969;
	border-top: dotted 1px #856969;
}
#menu_rodape ul {
	margin: 0px;
	padding: 0px;
}
#menu_rodape li {
	list-style-type: none;
	position: relative;
	float: left;
	padding: 0px 1px 0px 1px;
}
#menu_rodape a {
	color: #856969;
	text-decoration: none;
}
#menu_rodape a:hover {
	text-decoration: underline;
}

/* Coluna da esquerda */

#left {
	position: relative;
	float: left;
	width: 161px;
}
#espaco {
	position: relative;
	float: left;
}
#espaco ul {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	position: relative;
	float: left;
	background-image: url(../img/bg_espaco.jpg);
	background-repeat: repeat-y;
	border-top: 1px dotted #b89696;
}
#espaco li {
	list-style-image: url(../img/arrow.jpg);
	list-style-position: inside;
	position: relative;
	float: left;
	*float: none;
	width: 151px;
	*width: 135px;
	height: 23px;
	line-height: 17px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 3px 0px 7px;
}
#espaco a {
	color: #996666;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
#espaco a:hover {
	font-weight: bold;
}
#enquete {
	position: relative;
	float: left;
	font-size: 11px;
}

#espaco a {
	color: #996666;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
#espaco a:hover {
	font-weight: bold;
}

/* Coluna do meio */

#miolo {
	position: relative;
	float: left;
	width: 428px;
	color: #666666;
	padding: 0px 0px 20px 0px;
	z-index: 0;
	*z-index: -1;
  _z-index: -1;
}
#miolo_expand {
	position: relative;
	float: left;
	width: 610px;
	color: #666666;
	padding: 0px 0px 20px 0px;
	z-index: 0;
	*z-index: -1;
  _z-index: -1;
}
#banner_principal {
	position: relative;
	float: left;
	margin: 5px 8px 5px 8px;
	_margin: 5px 6px 5px 6px;
}
#banner_principal img {
	border: 0px;
}
#banner_noticias {
	position: relative;
	float: left;
	margin: 5px 8px 5px 8px;
	_margin: 5px 6px 5px 6px;
}
#novidades {
	position: relative;
	float: left;
	margin: 5px 8px 5px 8px;
	_margin: 5px 6px 5px 6px;
}
#ultimas_noticias {
	position: relative;
	float: left;
	margin: 5px 8px 5px 8px;
	_margin: 5px 6px 5px 6px;
}
#miolo_bottom {
	position: relative;
	float: left;
	width: 428px;
	text-align: center;
	background-image: url(../img/bg_bottom_miolo.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 20px;
}
#miolo_bottom a {
	color: #696161;
	text-decoration: none;
}
#miolo_bottom a:hover {
	color: #696161;
	text-decoration: underline;
}
#miolo_bottom_exp {
	position: relative;
	float: left;
	width: 610px;
	text-align: center;
	background-image: url(../img/bg_bottom_miolo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	padding-top: 20px;
}
#miolo_bottom_exp a {
	color: #696161;
	text-decoration: none;
}
#miolo_bottom_exp a:hover {
	color: #696161;
	text-decoration: underline;
}

/* Coluna da direita */

#right {
	position: relative;
	float: left;
	width: 182px;
}
#perfil {
	position: relative;
	float: left;
	background-image: url(../img/bg_perfil.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px 0px 5px 0px;
}
#perfil ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}
#perfil li {
	list-style-type: none;
	position: relative;
	float: left;
	width: 83px;
	height: 23px;
	line-height: 17px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 0px 0px 7px;
}
#perfil a {
	color: #b28585;
	text-decoration: none;
}
#perfil a:hover {
	font-weight: bold;
}
#newsletter {
	position: relative;
	float: left;
	background-color: #edebeb;
	border-bottom: 1px dotted #b89696;
	margin: 0px 0px 5px 0px;
	width: 182px;
}
#jornal {
	position: relative;
	float: left;
	border-bottom: 1px dotted #b89696;
	margin: 0px 0px 5px 0px;
	width: 182px;
}
#asmais {
	position: relative;
	float: left;
	border-bottom: 1px dotted #b89696;
	margin: 0px 0px 5px 0px;
	width: 182px;
}
#area_destaque {
	position: relative;
	float: left;
	margin: 0px 0px 5px 0px;
	width: 182px;
}
#links_relacionados {
	position: relative;
	float: left;
	background-image: url(../img/bg_perfil.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px 0px 5px 0px;
	color: #620707;
	width: 182px;
}
#links_relacionados_desc {
	position: relative;
	float: left;
	padding: 5px;
	background-color: #fcebdc;
	width: 172px;
}
#links_relacionados ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	position: relative;
	float: left;
	border-top: 1px dotted #b89696;
	border-bottom: 1px dotted #b89696;
}
#links_relacionados li {
	list-style-type: none;
	position: relative;
	float: left;
	width: 175px;
	/*height: 28px;*/
	line-height: 17px;
	vertical-align: middle;
	text-align: left;
	padding: 2px 0px 2px 7px;
}
#links_relacionados a {
	color: #620707;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#links_relacionados a:hover {
	color: #ad0808;
}


/*O que foi incluso para resolver o recuo*/


.links_relacionados_img {
  position: relative; 
  float:left; 
  height: 17px; 
  padding: 4px 4px 0px 0px;
}
.links_relacionados_li {
  position: relative;
  float:left;
  width: 155px;
}
.downloads_img {
  position: relative; 
  float:left; 
  padding: 2px 4px 0px 0px;
  _padding: 1px 4px 0px 0px;
  *padding: 1px 4px 0px 0px;



}
.downloads_li {
  position: relative;
  float:left;
  width: 159px;

}

/* FIM - O que foi incluso para resolver o recuo*/


#downloads {
	position: relative;
	float: left;
	background-image: url(../img/bg_downloads.jpg);
	background-repeat: repeat-y;
	text-align: left;
	
	margin: 0px 0px 5px 0px;
	color: #620707;
	width: 182px;
}
#downloads_descricao {
	position: relative;
	float: left;
	padding: 5px;
	background-color: #fcebdc;
	width: 172px;
}
#downloads ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	position: relative;
	float: left;
	border-top: 1px dotted #b89696;
	border-bottom: 1px dotted #b89696;
}
#downloads li {
	list-style-type: none;
	position: relative;
	float: left;
	width: 175px;
/*	height: 28px;*/
	/*line-height: 17px;*/
	vertical-align: middle;
	text-align: left;
	/*padding: 0px 0px 0px 7px;*/
	padding: 0px 0px 5px 7px;
}
#downloads a {
	color: #620707;
	text-decoration: none;
}
#downloads a:hover {
	font-weight: bold;
}
#acrobat {
	position: relative;
	float: left;
	background-color: #f1f1f1;
	text-align: center;
	margin: 0px 5px 5px 5px;
	_margin: 0px 2px 5px 2px;
	padding: 5px;
	color: #433206;
	width: 162px;
	border: 1px solid #b99494;
	line-height: 15px;
}
#acrobat img {
	border: 0px;
}
#acrobat span {
 font-weight: bold;
 color: #901818;
 text-transform: uppercase;
}

/* Rodapé */

#contato {
	position: relative;
	float: left;
	width: 773px;
	background-color: #eadddd;
	color: #856969;
	border-top: 1px solid #851e1e;
}
#icones_rodape {
	position: relative;
	float: left;
	width: 172px;
	height: 22px;
	background-color: #eadddd;
	padding: 10px 0px 0px 0px;
	border-top: dotted 1px #856969;
}
#copyright {
	position: relative;
	float: left;
	width: 773px;
	height: 37px;
	padding-top: 10px;
	text-align: center;
	background-color: #851e1e;
	color: #FFF;
}

/* Páginas internas */

#breadcrumb {
	position: relative;
	float: left;
	width: 391px;
	text-align: left;
	margin: 5px 22px 5px 21px;
	_margin: 5px 11px 5px 10px;
	font-family: Verdana;
	color: #620707;
}
#breadcrumb a {
	font-family: Verdana;
	color: #620707;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb_exp {
	position: relative;
	float: left;
	width: 567px;
	text-align: left;
	margin: 5px 22px 5px 21px;
	_margin: 5px 11px 5px 10px;
	font-family: Verdana;
	color: #620707;
}
#breadcrumb_exp a {
	font-family: Verdana;
	color: #620707;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumb_exp a:hover {
	text-decoration: underline;
}
#interna_tit {
	position: relative;
	float: left;
	width: 391px;
	text-align: left;
	margin: 5px 22px 5px 21px;
	_margin: 5px 11px 5px 10px;
	height: 32px;
	line-height: 32px;
	background-image: url(../img/bg_interna_tit.jpg);
	background-repeat: no-repeat;	
}
#interna_tit span {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6891f;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
#interna_tit_exp {
	position: relative;
	float: left;
	width: 567px;
	text-align: left;
	margin: 5px 22px 5px 21px;
	_margin: 5px 11px 5px 10px;
	height: 32px;
	line-height: 32px;
	background-image: url(../img/bg_interna_tit_exp.jpg);
	background-repeat: no-repeat;	
}
#interna_tit_exp span {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6891f;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
#interna_tit_exp img {
	padding: 0px 5px 0px 0px;
}
#interna_content {
	position: relative;
	float: left;
	width: 391px;
	text-align: left;
	margin: 5px 22px 5px 21px;
	_margin: 5px 11px 5px 10px;
	color: #620707;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#interna_content li{
	list-style-image: url(../img/bullet.gif); }

#interna_content a {
	color: #620707;
/*	font-weight: bold;
*/	text-decoration: none;
}
#interna_content a:hover {
	color: #ad0808;
	text-decoration: underline;
}

#interna_content img {
	border: 0px;
}
#interna_content_exp {
	position: relative;
	float: left;
	width: 567px;
	text-align: left;
	margin: 5px 22px 5px 21px;
	_margin: 5px 11px 5px 10px;
	color: #620707;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#interna_content_exp a {
	color: #620707;
	font-weight: bold;
	text-decoration: none;
}
#interna_content_exp a:hover {
	color: #ad0808;
	
}
#interna_content_exp img {
	border: 0px;
}
#noticias_relacionadas a {
	font-weight: bold;
	text-decoration: none;
	color: #620707;
}
#noticias_relacionadas a:hover {
	color: #ad0808;
}
#sistemas {
	width: 567px;
	height: 900px;
	margin: 0px;
}

/* Classes */

.login_form {
	margin: 5px;
	padding: 0px 0px 0px 5px;
	line-height: 20px;
	text-align: left;
}
.login_form img {
	border: 0px;
}
.contato_um {
	width: 210px;
	padding: 10px;
	position: relative;
	float: left;
	text-align: left;
}
.contato_dois {
	width: 290px;
	padding: 10px;
	position: relative;
	float: left;
	text-align: left;
}
.contato_tit {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	color: #851e1e;
}
.sep_sup {
	background-image:url(../img/sep_menu_topo.jpg);
	background-repeat: no-repeat;
	width: 7px;
	height: 38px;	
}
.sep_inst {
	background-image: url(../img/sep_menu_inst.jpg);
	background-repeat: no-repeat;
	width: 14px;
	height: 33px;	
}
.descricao_servicos {
	background-color: #eadddd;
	padding: 7px;
	text-align: left;
	color: #620707;
}
.servicos_extra {
	background-color: #eadddd;
}
.enquete_pergunta {
	position: relative;
	float: left;
	background-color: #faece0;
	color: #620707;
	padding: 7px;
	text-align: left;
	width: 147px;
}
.enquete_respostas {
	position: relative;
	float: left;
	background-color: #fef8f3;
	color: #620707;
	padding: 7px;
	text-align: left;
	font-weight: bold;
	width: 147px;
	border-top: 1px dotted #b89696;
	border-bottom: 1px dotted #b89696;
}
.enquete_buttons {
	position: relative;
	float: left;
	background-color: #fdd5b4;
	color: #620707;
	padding: 7px;
	text-align: center;
	width: 147px;
}
.enquete_buttons a {
	color: #764545;
	text-decoration: none;
}
.enquete_buttons a:hover{
	text-decoration: underline;
}
.enquete_buttons img {
	border: 0px;
}
.newsletter_descricao {
	position: relative;
	float: left;
	color: #5a595c;
	padding: 7px;
	text-align: left;
	width: 168px;
}
.newsletter_form {
	position: relative;
	float: left;
	color: #5a595c;
	padding: 7px;
	text-align: left;
	font-weight: bold;
	width: 100px;
}
.newsletter_button {
	position: relative;
	float: left;
	width: 40px;
	padding: 20px 0px 0px 0px;
}
.newsletter_button img {
	border: 0px;
}
.img_jornal {
	border: 5px solid #ede2e2;
}
.asmais_tit {
	color: #986f6f;
	background-color: #ede2e2;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	margin-top: 3px;
}
.asmais_itens {
	text-align: left;
	padding: 2px;
	line-height: 18px;
}
.asmais_itens a {
	color: #666666;
	text-decoration: none;
}
.asmais_itens a:hover {
	color: #ff6633;
	text-decoration: none;
}
.asmais_number {
	color: #986f6f;
	background-color: #ede2e2;
	font-weight: bold;
	padding: 2px;
}
.img_area_destaque {
	margin: 5px;
	border: 0px;
}
.noticia_item {
	margin: 0px 17px 0px 17px;
	_margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #b89696;
	padding: 10px 0px 10px 0px;
	text-align: left;
	font-size: 11px;
	position: relative;
	float: left;
}
.noticia_item a {
	text-decoration: none;
	color: #f6891f;
}
.noticia_item a:hover {
	text-decoration: underline;
	color: #f6891f;
}
.noticia_tit {
	text-transform: uppercase;
	color: #820000;
	font-weight: bold;
}
.noticias_itens {
	margin: 0px 17px 0px 17px;
	_margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #b89696;
	padding: 10px 0px 10px 0px;
	position: relative;
	float: left;
	width: 374px;
}
.noticias_itens a {
	text-decoration: none;
	color: #f6891f;
}
.noticias_itens a:hover {
	text-decoration: underline;
	color: #f6891f;
}
.noticia_principal {
	position: relative;
	float: left;
	width: 186px;
	_width: 200px;
	border-right: 1px dotted #b89696;
	text-align: left;
}
.noticia_principal img {
	margin: 3px 0px 3px 0px;
}
.noticias_sec {
	position: relative;
	float: left;
	width: 167px;
	text-align: left;
	padding: 0px 0px 0px 5px
}
.comentarios {
	font-size: 9px;
	padding: 5px 0px 5px 0px;
}
.comentarios a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.comentarios a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #f6891f;
}
.noticia_sec {
	border-bottom: 1px dotted #b89696;
	margin: 0px 0px 10px 0px;
}
.interna_input {
	border: 1px solid #a5acb2;
}
.resultado_tit {
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}
.resultado_item {
	font-weight: bold;
	color: #990048;
	font-size: 13px;
}
.publicada {
	font-weight: bold;
	color: #ff9f00;
}
.resultado_link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.resultado_link:hover {
	text-decoration: underline;
}
.paginacao {
	text-align: center;
}
.paginacao a {
	font-weight: bold;
	color: #990048;
	text-decoration: none;
	font-size: 13px;
}
.paginacao a:hover {
	text-decoration: underline;
}
.interna_tit {
	font-weight: bold;
	text-transform: uppercase;
}
.input_fale {
	border: 1px solid #9d9da1;
	background-color: #fef1d3;
	font-size: 9px;
	color: #6b0000;
}


