/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:0px;
	}
	
body{
	background:#eee;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	scrollbar-face-color: #F8F7F2;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color:  #004793;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	margin:0!important;padding:0!important	
	}
	
#geral{
	margin:auto;
	width:900px;
	height:575px;
	background:#fff;
	}
	
#topo{
	position:relative;
	width:900px;
	height:100px;
	background:url(../imagens/topo.jpg);
	}
	
#language{
	position:absolute;
	top:98px;
	right:0px;
	width:170px;
	z-index:1;
	border-bottom:1px thin #619dcc;
	}

#language a{
	color:#777;
	font-size:9pt;
	text-decoration:none;
	float:left;
	margin:5px;
	}

#language a:hover{
	color:#333;
}
	
#logo{
	position:absolute;
	top:30px;
	left:10px;
	width:200px;
	height:57px;
	z-index:1;
	}
	
#colesq{
	position:relative;
	width:200px;
	height:400px;
	padding-top:70px;
	float:left;
	background:#FFFFFF;
	background-image:url(../imagens/bg-colesq.jpg);
	}
	
#linksuteis{
	position:absolute;
	top:290px;
	left:5px;
	width:200px;
	height:140px;
	z-index:1;
	background:url(../imagens/bglinksuteis.png);
	background-repeat:no-repeat;
	}
	
#linksuteis p.news{		
	font-weight:bold;
	list-style:none;
	font-size:12pt;
	padding:2px;
	padding-left:5px;
	color:#fff;
	background-repeat:no-repeat;
	}
	
#linksuteis p{
	color:#777;
	font-size:8pt;
	padding-right:65px;
	}
	
#linksuteis a.uteis{
	color:#777;
	font-weight:bold;
	font-size:8pt;
	}
	
#linksuteis a:hover.uteis{
	text-decoration:underline;
	color:#619dcc;
	font-size:8pt;	
	}

		
#conteudo{
	position:relative;
	width:500px;
	height:450px;
	float:left;
	background:#fff;
	background-repeat:no-repeat;
	}
	
#conteudonoticia{
	position:relative;
	width:700px;
	height:450px;
	overflow:auto;
	float:left;
	background:#fff;
	background-repeat:no-repeat;
	}

#conteudo_linksuteis{
	position:relative;
	width:500px;
	height:430px;
	float:left;
	background:#fff;
	background:url(../imagens/bgdivlinks.jpg);
	background-repeat:no-repeat;
	}
	
#conteudodown{ /*FRAME CONTEÚDO DOS SUBLINKS 'ATUAÇÃO' */
	position:absolute;
	top:160px;
	left:0px;
	width:500px;
	height:265px;
	margin-top:20px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;	
	overflow:auto;
	background:#fff;
	z-index:2;
	}
	
#conteudodownhome{
	position:absolute;
	top:270px;
	left:0px;
	width:500px;
	height:160px;
	margin-top:10px;
	overflow:auto;
	background:#fff;
	z-index:2;
	}
	
#conteudodown h3{
	color:#145096;
	font-size:12pt;
	text-align:right;
	margin:20px;
	}

#conteudodown li{
	font-size:9pt;
	color:#777;
	list-style:circle;
	line-height:20px;
	margin-left:30px;
	}
	
#conteudonewsletter p.news{	
	font-weight:bold;
	list-style:none;
	font-size:12pt;
	color:#fff;
	border-bottom:1px solid #ccc;
	background-image:url(../imagens/news.jpg);
	background-repeat:no-repeat;
	}
	
#conteudo p, #conteudo_linksuteis p, #conteudonoticia p{
	color:#777;
	font-size:9pt;
	line-height:19px;
	padding:10px;
	text-align:justify;
	}

#conteudonewsletter{
	position:relative;
	width:190px;
	height:380px;
	margin-top:90px;
	float:right;
	background:#fff;	
	background:url(../imagens/bg-news.jpg);
	}	
	
#conteudonewsletter p{
	font-size:8pt;
	color:#777;
	text-align:right;
	padding:10px;
	margin:10px;
	margin-top:5px;	
	padding-bottom:10px;	
	background:url(../imagens/bg-noticia.png);
	line-height:16px;
	}
	
#conteudonewsletter a{
	font-style:italic;
	text-decoration:none;
	color:#145096;
	font-weight:bold;
	}
	
	

#conteudonewsletter a:hover{
color:#6da0da;
	}
	
#rodape{
	position:relative;
	width:900px;
	height:25px;
	float:left;	
	background:url(../imagens/bg-rodape.jpg);
	}
	
#rodape p{
	font-size:8pt;
	text-align:center;
	font-weight:bold;
	color:#eee;
	margin-top:5px;
	}
	
#rodape a{
	color:#eee;
	text-decoration:none;
	}
	
#rodape a:hover{
	color:#fff;
	text-decoration:underline;
	}
	
	
/*MENU DROPDOWN*/

ul.menubar{
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF; /* IE6 Bug */
  font-size: 9pt;
}
 
ul.menubar .submenu{
  margin: 0px;
  padding:0px;
   width:120px;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  float:left;
}
 
ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
}
 
ul.menubar a{
  padding: 2px;
  display:block;
  text-decoration: none;
  color: #777;
  font-weight:bold;
}
 
ul.menu, ul.menu ul{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  background-color: #FFFFFF; /* IE6 Bug */
	width:120px; /* Width of Menu Items */
	float:left;
}
 
ul.menu li{
  position: relative;
  list-style: none;
  border: 0px;
  background:#fff;
  width:120px;
}
 
ul.menu li a{
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom:0px;
  color: #777;
  padding: 2px 10px 5px 10px;
}
 
ul.menu li sup{
  font-weight:bold;
  font-size:7px;
  color: red;
}
 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
  position: absolute;
  display: none;
  left: 149px; /* Set 1px less than menu width */
  top: 0px;
}
 
ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */
 
ul.menu li.submenu { background: transparent url(arrow.gif) right center no-repeat; }
 
ul.menu li a:hover { color: #145096; }

/*FIM MENU DROP DOWN*/

/*FORM*/

form{
	margin-left:10px;
	}

.botao{
	background:#00398e;
	color:#fff;
	border:1px solid #00398e;
	margin-top:15px;
	}
	
input{
	border:1px solid #ccc;
	}
	
label{
	font-size:9pt;
	color:#777;
	font-weight:bold;
	float:left;
	}
	
textarea{
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	}

/*FIM FORM*/

/*HEADERS*/
h1{
	margin-top:45px;
	margin-bottom:2px;	
	font-weight:normal;
	font-size:16pt;
	color:#145096;
	text-align:right;
	}
/*FIM HEADERS*/

/*DIVS PARCERIAS*/
#frame1, #frame2, #frame3, #frame4{
	position:relative;
	width:230px;
	height:100px;
	margin:5px;
	border:1px solid #ccc;
	float:left;
	}
	
.regiao{
	background:#145096;
	background:url(../imagens/bg-regiao.jpg);	
	color:#fff;
	font-size:8pt;
	font-weight:bold;
	padding:2px;
	padding-left:10px;
	}
	
#frame1 .listregiao{
	font-size:8pt;
	color:#777;
	line-height:normal;
	list-style:none;
	}
	
#frame1 .listregiaotop{
	margin-top:8px;
	font-size:8pt;
	color:#777;
	line-height:normal;
	list-style:none;
	}
	
#frame2 .listregiaotop{
	margin-top:20px;
	font-size:8pt;
	color:#777;
	line-height:normal;
	list-style:none;
	}
	
#frame3 .listregiaotop{
	margin-top:30px;
	font-size:8pt;
	color:#777;
	line-height:normal;
	list-style:none;
	}

#frame4 .listregiaotop{
	margin-top:20px;
	font-size:8pt;
	color:#777;
	line-height:normal;
	list-style:none;
	}	
	
#frame2 .listregiao{
	font-size:8pt;
	color:#777;
	line-height:normal;
	list-style:none;
	}
	
#frame3 .listregiao{
	font-size:8pt;
	color:#777;
	line-height:normal;
	list-style:none;
	}
	
#frame4 .listregiao{
	font-size:8pt;
	color:#777;
	line-height:normal;
	list-style:none;
	}	
/*FIM DIVS PARCERIAS*/

#frame1home, #frame2home, #frame3home{
	position:relative;
	width:150px;
	height:75px;
	margin:5px;
	border:1px solid #ccc;
	float:left;
	}
	
#frame1home p, #frame2home p, #frame3home p{
	font-size:8pt;
	text-align:left;
	line-height:normal;
	color:#777;
	}	
	
#frame1home a, #frame2home a, #frame3home a{
	color:#145096;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	line-height:normal;
	}
	
#frame1home a:hover, #frame2home a:hover, #frame3home a:hover{
color:#6da0da;
	}		
	
	
	
strong{
	color:#145096;
		}
		
#geralcv{
	padding:10px;
	}
	
#geralcv .title{
	background:#145096;
	color:#fff;
	padding:2px;
	padding-right:10px;
	font-size:16pt;
	font-weight:bold;
	text-align:right;
	cursor:
	}
		
.cv{
	font-size:9pt;
	line-height:20px;
	color:#777;
	padding:10px;
	text-align:justify;
	}
	
#footersocios{
	position:absolute;
	width:150px;
	height:42px;
	bottom:0px;
	right:0px;
	background:url(../imagens/footersocios.jpg);
	}

#colesq ul{
	margin-top:30px;
	width:120px;
	}

#colesq .menu2{
	list-style:none;
	padding:5px;
	background:url(../imagens/bgmenu2.png);
	}
	
#colesq .menu2 li{	
	list-style:none;
	display:table;
	height:23px;
	}
	
#colesq a{
	color:#fff;	
	text-decoration:none;
	font-weight:bold;
	font-size:9pt;
	padding-left:20px;	
	}
	
#colesq a:hover{
	color:#c0d8ec;	
	text-decoration:none;
	font-weight:bold;
	font-size:9pt;
	}
	
#framesocio1{
	position:absolute;
	top:300px;
	left:0px;
	width:234px;
	height:105px;
	border:1px solid #ddd;
	z-index:1;	
	}
	
#framesocio2{
	position:absolute;
	top:300px;
	left:240px;
	width:234px;
	height:105px;	
	border:1px solid #ddd;
	z-index:1;
	}
	
#linksocio{
	color:#145096;
	font-weight:normal;
	text-decoration:none;
	}
	
#frametributaria1{
	position:relative;
	height:45px;
	z-index:1;	
	}
	
#frametributaria2{
	position:relative;
	height:45px;	
	z-index:1;
	}
	
#abc{
	margin-left:12px;
	margin:3px;
	padding:1px;
	text-align:center;
	width:20px;
	height:20px;
	background:transparent;
	float:left;
	font-size:12pt;
	color:#767F9F;
	border:1px solid #777;
	text-decoration:none;
	}

/*JAVASCRIPT*/

/* CSS Document */ 

#link_a, #link_b, #link_c, #link_d, #link_e, #link_f, #link_g, #link_h, #link_i, #link_j, #link_k, #link_l, #link_m, #link_n, #link_o, #link_p, #link_q, #link_r, #link_s, #link_t, #link_u, #link_v, #link_x, #link_y, #link_w, #link_z{ 
   position:absolute ; 
   float:inherit ; 
   left:0px; 
   top:180px; 
   border:1px solid #ccc; 
   width:450px; 
   height:190px; 
   z-index:1; 
	background:url(../imagens/bg-links.png);
   padding:15px;
   overflow:auto;
    } 
   
 #link_a a, #link_b a, #link_c a, #link_d a, #link_e a, #link_f a, #link_g a, #link_h a, #link_i a, #link_j a, #link_k a, #link_l a, #link_m a, #link_n a, #link_o a, #link_p a, #link_q a, #link_r a, #link_s a, #link_t a, #link_u a, #link_v a, #link_x a, #link_y a, #link_w a, #link_z a{
 text-decoration:none;
 font-size:9pt;
 color:#767F9F;
 }
 
h2{
	color:#767F9F;
	}

#abc{
	margin-left:12px;
	margin:3px;
	text-align:center;
	width:18px;
	height:18px;
	background:transparent;
	float:left;
	font-size:10pt;
	color:#767F9F;
	border:1px solid #145096;
	background:#145096;
	color:#fff;
	font-weight:bold;
	}
	
/*#fechar{
	margin-left:12px;
	margin:3px;
	padding-top:1px;
	text-align:center;
	width:172px;
	height:21px;
	background:transparent;
	float:left;
	font-size:12pt;
	color:#767F9F;
	border:1px solid #145096;
	background:#145096;
	color:#fff;
	font-weight:bold;
	float:left;
	text-decoration:none;
	}*/
	
#fechar{
	position:absolute;
	bottom:0px;
	left:10px;
	font-size:10pt;
	color:#767F9F;
	font-weight:bold;
	text-decoration:none;
}

#conteudodown .azul{
	color:#145096;
	font-size:11pt;
	font-weight:bold;
}

#conteudonewsletter .newsbody{	
	font-size:8pt;
	color:#777;
	text-align:right;
	padding:10px;
	margin:10px;
	margin-top:5px;	
	padding-bottom:10px;	
	background:url(../imagens/bg-noticia.png);
	line-height:16px;
	
	}

/*---------------------------------------------------------------------!-------------------*/

.content {
	color: #666666;
	text-indent: 15pt;
	vertical-align: top;
	font-size: 10px;
	text-align: justify;
	line-height: 1.2;
	font-weight: normal;
	padding: 20px;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.subcontent {
	color: #666666;
	vertical-align: top;
	font-size: 10px;
	text-align: left;
	line-height: 1.2;
	font-weight: normal;
	padding: 15px;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;


}
.EZframe {
	vertical-align: top;
	height: 100%;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;






}
.boxtitle {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	text-transform: uppercase;
}
.newsTitle {
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 5px;



}
.newsTitle a:link {
	color: #666666;
	text-decoration: none;
}
.newsTitle a:visited {
	color: #666666;
	text-decoration: none;
}
.newsTitle a:hover {
	color: #666666;
	text-decoration: none;
}
.newsTitle a:active {
	color: #666666;
	text-decoration: none;
}
.newsbody {
	font-size: 9px;
	color: #333333;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;






}
.news {
	font-size: 9px;
	color: #666666;
	vertical-align: top;
	width: 160px;
	background-image: url(../images/bgnews.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;




}
.subholder {
	border: 1px solid #999999;

}
input {



}
.maintitle {
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;


}
.search {
	font-size: 9px;
	padding: 2px;
}
.newsFiles {
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	height: 20px;
	font-weight: bold;
}
.tituloNoticia {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.newsAutor {
	font-size: xx-small;
	color: #999999;
}
.contato {
	font-size: 9px;
	padding: 3px;
	margin: 3px;
	font-weight: bold;
	color: #999999;
}
.newsdate {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 10px;


}
.topTitle {
	height: 37px;




}
.topic {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 15px;
	background-color: #004499;



}
h1 {
	font-size: 18px;
	color: #006699;
}
.newsbg {
	background-image: url(../images/newsheader_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
.topleftbg {
	background-image: url(../images/top_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
.contentbg {
	background-image: url(../images/homeheader_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px;

}
.contentbghome {
	background-image: url(../images/homeheader_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px;

}

#conteudonewsletter a{
	font-size:8pt;
	text-align:justify;
	font-style:normal;
	color:#777;
}

/*índice notícias*/

#indicenoticias{
	width:600px;
	margin-top:20px;
}

#indicenoticias a{
	color:#333;
	font-size:9pt;
	font-weight:bold;
}

#indicenoticias a:hover{
	color:#009;
	font-size:9pt;
}

.indicepar{
	background:#eee;
	margin:1px;
	padding:1px;
}

.indiceimpar{
	background:#ddd;
	margin:1px;
	padding:1px;
}