<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@font-face{
    font-family: 'swis721_cn_btroman';
    src: url('fontes/swiss721bt/swiss721bt-romancondensed-webfont.eot');
    src: url('fontes/swiss721bt/swiss721bt-romancondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/swiss721bt/swiss721bt-romancondensed-webfont.woff') format('woff'),
         url('fontes/swiss721bt/swiss721bt-romancondensed-webfont.ttf') format('truetype'),
         url('fontes/swiss721bt/swiss721bt-romancondensed-webfont.svg#swis721_cn_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'swiss_721bold_condensed';
    src: url('fontes/swiss721bold/swiss_721_bold_condensed-webfont.eot');
    src: url('fontes/swiss721bold/swiss_721_bold_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/swiss721bold/swiss_721_bold_condensed-webfont.woff') format('woff'),
         url('fontes/swiss721bold/swiss_721_bold_condensed-webfont.ttf') format('truetype'),
         url('fontes/swiss721bold/swiss_721_bold_condensed-webfont.svg#swiss_721bold_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	margin: 0;
    padding: 0;
	border: 0;
	font-size: 10pt;
	color: #656565;
	font-family: 'swis721_cn_btroman', sans-serif;
}
html{
	background: #FFFFFF;
	overflow-x: hidden;
}
p{
    margin: 0 0 2px 0;
}
a{
    text-decoration: none;
    color: #6e6e6e;
}
a, a:visited, a:link, a:active{
    outline: none;
}
a:hover{
    text-decoration: none;
}
h2{
	font-size: 18pt;
	color: #4e7a1a;
}
#topo_geral{
	border-top: solid 1px #de1700;
	height: 150px;
	background: url(images/bg_topo.png) repeat;
}
#topo_geral #topo{
	height: 150px; 
	width: 1155px;
	margin: auto;
	position: relative;
}
#topo #logo{
	background: url(images/logo.png) no-repeat;
	float: left;
	width: 178px;
	height: 149px;
	margin-left: 29px;
}
#topo #menu_superior{
	position: absolute;
	right: 0;
	top: 70px;
}
#menu_superior img{
	margin-top: -5px;
	margin-right: 5px;
}
#menu_superior a{
	font-size: 12pt;
	color: #FFF;
	float: left;
	border-right: solid 1px #193960;
	height: 20px;
	padding: 10px 20px 0 10px;	
	margin-right: 10px;
}
#menu_superior a:hover{
	font-size: 12pt;
	color: #dbb208;
	float: left;
	border-right: solid 1px #194360;
	height: 20px;
	padding: 10px 20px 0 10px;	
	margin-right: 10px;
	transition: 0.5s;
}
#menu_superior img{ 
	vertical-align: middle; 
}
#nav{
	width: 930px;
	height: 35px;
	position: absolute;
	right: 18px;
	bottom: 2px;
	margin: auto;
}
/* BANNER */
#bannerMain{
    width: 1960px;
	height: 370px;
    margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 5;
	border-bottom: 1px solid #FFF;
	box-shadow: 0 10px 100px 10px #efefef;
}
#bannerMain #slide_news{
	width: 1960px;
	height: 370px;
	float: left;
	z-index: 6;
}
.snext, .snext a{
	width: 38px;
	height: 38px;
	background: url(images/snext.png) no-repeat right top;
	right: 26px;
	top: 327px;
	float: right;
	position: absolute;
	z-index: 7;
}
.sprev, .sprev a{
	width: 38px;
	height: 38px;
	background: url(images/sprev.png) no-repeat right top;
	left: 30px;
	top: 327px;
	float: left;
	position: absolute;
	z-index: 7;
}
.snext:hover, .sprev:hover{ 
	top: 328px; 
}
#geral{
	width: 1155px;
	margin: 10px auto;
}
#esquerda{
	margin-top: 10px;
	width: 226px;
	float: left;
	position: relative;
	background: #f0efef;
	z-index: 8;
}
/* MENU LATERAL */
#esquerda .titulo_menu{
	width: 226px;
	line-height: 41px;
	background: url(images/menu_inicio.png);
	color: #FFF;
	font-size: 14pt;
	text-align: center;
	float: left;
	font-weight: bold;
}
#esquerda ul{
	width: 226px;
	float: left;
	position: relative;
}
#esquerda ul li{

	width: 226px;
	border-bottom: 1px dashed #bdbdbd;
    position: relative;
    z-index: 8;
	list-style: none;
}
#esquerda ul li a{
	width: 206px; 
	color: #565656;
	font-weight: normal;
	text-decoration:none;
    display: block;
	padding: 8px 0px;
	padding-left: 20px;
}
#esquerda ul li:hover{
	width: 223px;
	padding-right: 3px;
	border-bottom: 1px dashed #bdbdbd;
    position: relative;
    z-index: 8;
	list-style: none;
	background: #c4c4c4;
}
.seta_nav{
  margin-top: 2px;
  float: right;
  margin-right: 8px;
}
#esquerda ul li ul{
	width: 226px;
    position: absolute;
    top: 0;
    left: 226px;
    display: none;
    z-index: 999;
    background: #ececec;
	z-index: 999999;
}
#esquerda ul li:hover ul{
    display: block;
}
#corpo{
	width: 929px;
	margin-top: 10px;
	float: right;
	position: relative;
	border-top: none;
	z-index: 7;
}
/* PAGINA INICIAL */
#ultimas_noticias{
	width: 878px;
	float: left;
	position: relative;
	background: url(images/destaque.png) no-repeat;
}
#ultimas_noticias #busca_inicio{
	width: 428px;
	height: 28px;
	position: relative;
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}
#busca_inicio input[type="text"]{
	width: 395px;
	height: 28px;
	text-indent: 10px;
	margin-top: 4px;
	font-weight: bold;
	color: #595959;
	font-family: 'swis721_cn_btroman', Verdana, sans-serif;
	background: url(images/bg_busca.png) no-repeat;
	position: absolute;
}
#busca_inicio input[type="submit"]{
	border: 0; 
	background: url(images/bg_busca.png) right no-repeat;
	cursor: pointer;
	width: 33px;
	height: 28px;
	text-indent: -999999px;
	position: absolute;
	top: 4px;
	right: 20px;
}
#ultimas_noticias #noticiaMain{
	width: 878px;
	height: 331px;
	position: relative;
	float: left;
}
#noticiaMain #slide_noticia{
	width: 878px;
	height: 331px;
	float: left;
}
#noticiaMain #slide_noticia img{
	width: 430px;
	height: 331px;
	float: left;
	padding: 25px 15px 15px 20px;
}
.numbers_box{ 
	position: absolute;
    text-align: left;
    right: 175px;
    bottom: 8px;
    z-index: 7;
}
.numbers a{ 
	width: 18px;
    line-height: 14px;
    background: url(images/numbers.png) no-repeat left top;
	text-indent: -999999px;
    overflow: hidden;
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.numbers a.activeSlide{ 
	background: url(images/numbers.png) no-repeat -23px top;
    width: 18px;
    height: 14px;
    overflow: hidden;
    color: #323232;
}
.titulo p{
	text-align: center;
	margin-top: 20px;
	font-size: 14pt;
}
.corpo_noticia_destaque_geral{
	
	width: 878px;
	height: 331px;
	position: relative;
	float: left;
}
.corpo_noticia_destaque{
	width: 410px;
	float: right;
	right: 0;
	position: absolute;
}

.destaque_titulo{
	color: #000;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 23px;
}
.destaque_chapeu{
	color: #ac1717;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 25px;	
}
.destaque_artigo{
	text-align: justify;
	color: #000;
	font-size: 12pt;
	font-weight: normal;
	margin: 10px 15px 0 0;
}
#noticias_recentes{
	background: url(images/ultimas_noticias.png) no-repeat;
	padding-top: 20px;
	margin-left: 20px;
	width: 458px;
	float: left;
}
#noticias_recentes .conteudo_noticia_destaque{
	width: 458px;
	height: 107px;
	float: left;
	margin-top: 30px;
}
.conteudo_noticia_destaque .noticia_destaque{
	width: 458px;
	float: left;
}
.noticia_destaque strong{
	color: #000;
	font-weight: bold;
	font-size: 11pt;
}
#obras{
	background: url(images/obras.png) no-repeat;
	padding-top: 50px;
	width: 366px;
	float: left;
	height: 152px;
	margin-left: 20px;
}
#obras #slider_obras{
	width: 366px; 
	height: 122px; 
	overflow:hidden; 
	position: relative; 
}
#slider_obras .viewport{
	float: left; 
	width: 366px; 
	height: 122px; 
	overflow: hidden; 
	position: absolute; 
}
#slider_obras .buttons{
	background: red; 
	display: block; 
	width: 27px; 
	height: 122px; 
	overflow: hidden; 
	position: relative; 
}
#slider_obras .next{ 
	background:url("images/next_obra.png") no-repeat right top; 
	position: absolute; 
	right: 10px; 
	top: 30px; 
	z-index: 999; 
}
#slider_obras .prev{ 
	background:url("images/prev_obra.png") no-repeat left top; 
	position: absolute; 
	left: 10px; 
	top: 30px; 
	z-index: 999; 
}
#slider_obras .disable{ 
	visibility: hidden; 
}
#slider_obras .overview{
	list-style: none; 
	position: absolute; 
	width: 300px;
}
#slider_obras .overview li{
	float: left; 
	width: 183px;
	height: 122px;
	text-align: center; 
}
#slider_obras .overview a{
	color: #49b6e2; 
	font-weight: bold; 
	width: 183px;
	height: 122px;
	float: left;
	font-weight: bold;
	text-align: center;
	font-size: 11pt;
}
#slider_obras .overview img{
	width: 183px;
	height: 122px;
	float: left;
}
#previsao_enquete{
	float: right;
	width: 369px;
	background: url(images/titulo_enquete_previsao.png) no-repeat;
	padding-top: 30px;
	height: 250px;
	margin-right: 62px;
}
#previsao_enquete #previsao{
	float: left;
	width: 160px;
	margin-left: 12px;
	margin-top: 15px;
}
#previsao_enquete #enquete{
	float: right;
	margin-top: -45px;
}
/* LINKS RODAPE */
#faixa_links_rodape{
	max-height: 233px;
	margin: auto;
	overflow: hidden;
}
#links_rodape{
	width: 1155px;
	margin: auto;
}
#links_rodape table{ 
	width: 100%; 
	max-height: 233px; 
}
#links_rodape td{ 
	vertical-align: top; 
	border-left: 
	solid 1px ; 
}
#links_rodape li{ 
	list-style: none; 
	margin-left: 25px; 
}
#links_rodape li a{ 
	color: #FFFFFF; 
	padding: 6px 0px; 
	display: block; 
	font-weight: normal; 
}
#links_rodape td strong{
	color: #FFF; 
	margin-left: 25px; 
}
#links_rodape ul li a:hover{
	color: #ebbe0b;
	transition: 0.5s;
}
/* RODAPE */
#rodape_geral{
	height: 233px;
	background: url(images/bg_rodape.png) no-repeat;
}
#rodape{
	width: 1155px;
	height: 233px;
	margin: auto;
	position: relative;
}
#rodape #logo_rodape{
	width: 226px;
	height: 88px;
	top: 0;
	left: 0;
	float: left;
	position: absolute;
}
#rodape #rodape_esquerda{
	float: left;
	width: 226px;
	height: 233px;
}
#rodape p{ 
	color: #FFFFFF; 
	font-size: 14pt; 
}
#logo_inga{
 	float: right;
	bottom: 10px;
	position: absolute;
	right: -69px;
}</pre></body></html>