﻿*	{
    margin: 0;
    padding: 0;
    border: 0;
}


body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: Corpo, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
/*
h1 {
    font-family: Titulo, "Trebuchet MS", Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    font-size: 25px;
    color: #9aa8af;
    border-bottom: solid 1px #E6E6E6;
    padding: 0 0 3px 0;
}*/
h1 {
    font-family: Titulo, "Trebuchet MS", Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    font-size: 20px;
    color: #8fa0aa;
    border: solid 0;
    padding: 0 0 3px 0;
    text-transform: uppercase;
}
h1.titulo_linha {
    border-bottom: solid 1px #dee2e5;
}

h2 {
    font-family: Titulo, "Trebuchet MS", Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    font-size: 21px;
    color: #9aa8af;
    border-bottom: solid 1px #E6E6E6;
    padding: 0 0 3px 0;
    margin: 0 0 10px 0;
}

h3 {
    font-family: Titulo, "Trebuchet MS", Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    font-size: 17px;
    color: #23498E;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 0 3px 0;
}
h4 {
    font-family: Titulo, "Trebuchet MS", Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    font-size: 15px;
    color: #23498E;
    padding: 0 0 3px 0;
}


h5{
    font-family: Titulo, "Trebuchet MS", Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #000000;
    padding: 0 0 3px 0;
}

input, textarea {
    font-family: Corpo, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#cabecalho {
    float: left;
    width: 100%;
    height: 36px;
    background: url(../img/cabecalho-bg.png) top center repeat-x;
}

#cabecalho_centro {
    margin: 0 auto;
    width: 950px;
    height: 25px;
    color: #545454;
    padding: 9px 0 0px 0;
    text-align: right;

}

#topo {
    float: left;
    width: 100%;
    height: auto;
}


#topo_centro {
    position: relative;
    margin: 0 auto;
    width: 970px;
    height: 114px;

}

#topo_centro_logo {
    position: absolute;
    top: -30px;
    left: -8px;
    width: 409px;
    height: 151px;

}

#topo_centro_pesquisa {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 260px;
    height : 33px;

}

#topo_centro_pesquisa input#pesquisa {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #868686;
    padding: 4px 3px 3px 3px;
    border: solid 1px #bfc7cc;
    width: 250px;
}

#topo_centro_pesquisa form input#b	{
    position: absolute;
    top: 2px;
    right: 2px;
}

#topo_centro_menu_color	{
    position: absolute;
    top: 70px;
    right: 10px;
    width: 380px;
    height: 28px;
    background: url(../img/menu-color-bg.jpg) repeat-x bottom right;

}

#topo_centro_menu_color ul	{
    position: absolute;
    right: 0;
    top: 0;
}
#topo_centro_menu_color ul li	{
    float: left;
    padding: 0 0 0 7px;
}

#menu {
    float: left;
    width: 100%;
    height: auto;
    background-color: #eee;
}

#menu_centro {
    width: 970px;
    margin: 0 auto;
}

#menu_centro ul#principal {
    position: absolute;
    list-style: none;
    right: 0;
    top: 0;
}

#menu_centro ul#principal li {
    float: left;
    height: 52px;
    padding: 0 25px 0 25px;
    background: url(../img/menu-separador.png) no-repeat right;
}
#menu_centro ul#principal li a	{
    float: left;
    text-decoration: none;
    padding: 13px 0 0 0;
    font-weight: bolder;
    color: #FFF;
}
#menu_centro ul#principal li a:hover	{
    text-decoration: underline;
}
#menu_centro ul#icone	{
    position: absolute;
    list-style: none;
    left: 0;
    top: 0;
    height: 52px;

}
#menu_centro ul#icone li.icone	{
    float: left;
    height: 52px;
    padding: 0;
}
#menu_centro ul#icone li.icone a	{
    float: left;
    margin: 15px 0 0 0;
}
#corpo	{
    float: left;
    width: 100%;
    background: #FFF;
}
#corpo_centro	{
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 970px;
    height: auto;
    position: relative;
}

.inteiro {
    float: left;
    clear: left;
    /*left: 50%;*/
    width: 970px;
    /*margin: 0 0 20px -475px;
    position: relative;*/
}
.um_col	{
    float: left;
    width: 213px;
    min-height: 70px;
    height: auto;
    margin: 0 15px 0 0;
    position: relative;
}
.dois_col	{
    float: left;
    width: 455px;
    margin: 0 29px 0 0;
    position: relative;
}
.tres_col	{
    position: relative;
    float: left;
    width: 697px;
    margin: 0 29px 0 0;
}

#banner_baixo	{
    float: left;
    width: 455px;
    height: 124px;
    background: #d6dbdf;
}

#banner_baixo #navegacao {
    background: #ddd;
    width: 455px;
    float: left;
    position: relative;
}

#banner_baixo #navegacao span	{
    float: right;
}

#banner_baixo #navegacao span a	{
    text-decoration: none;
    color: #111;
    font-size: 8pt;
    margin: 2px 2px 1px 2px;
    padding: 1px 3px 1px 3px;
    float: left;
}

#banner_baixo #navegacao span a.activeSlide {
    background: #fff;
}

#banner_baixo #navegacao span a:hover	{
    color: #fff;
    background: #123981;
}



#rodape	{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    border-top: solid 4px #034ea1;
    border-bottom: solid 4px #034ea1;
}

#rodape_centro	{
    margin: 0 auto;
    position: relative;
    width: 950px;
    height: auto;
}

.decorator-cinza{
    width: 100%;
    height: 20px;
    background-color: #eee;
    float: left;
}

#rodape_centro_escudo	{
    display: inline-block;
    height: 100px;
    float: left;
    margin-left: 20px;
    margin-top: 40px;
}

#rodape_centro_texto{
    float: left;
    display: inline-block;
    width: 650px;
    height: 100px;
    text-align: center;
    margin-top: 40px;
}

#rodape_centro_ferramentas  {
    display: inline-block;
    height: 100px;
    width: 213px;
    float: left;
    margin-top: 40px;
}


#rodape_centro_texto p	{
    font-size: 16px;
    color: #6b6b6b;
    text-align: center;
}
#rodape_centro_texto p span	{
    font-size: 10pt;
    margin: 10px 0 0 0;
}


#rodape_centro_ferramentas h3	{
    float: left;
    width: 213px;
    color: #535659;
    font-weight: 500;
    padding: 0 0 2px 0;
    margin: 0 0 3px 0;
    border-bottom: solid 1px #d7dadd;
}
#rodape_centro_ferramentas ul	{
    float: left;
    list-style: none;
    width: 213px;
}
#rodape_centro_ferramentas ul li	{
    float: left;
    width: 191px;
    padding: 2px 2px 2px 20px;
    font-size: 10pt;
}
#rodape_centro_ferramentas ul li a	{
    float: left;
    color: #6b6b6b;
    text-decoration: none;
}
#rodape_centro_ferramentas ul li a:hover	{
    text-decoration: underline;
}
#rodape_centro_ferramentas ul li.acessibilidade	{
    background: url(../img/icon-acessibilidade.png) no-repeat left;
    border-bottom: solid 1px #e3e7e9;
}
#rodape_centro_ferramentas ul li.mapa	{
    background: url(../img/icon-mapa.png) no-repeat left;
    border-bottom: solid 1px #d8dde1;
}
#rodape_centro_ferramentas ul li.politica	{
    background: url(../img/icon-privacidade.png) no-repeat left;
    border-bottom: solid 1px #d0d6da;
}
#rodape_centro_ferramentas ul li.rss	{
    background: url(../img/icon-rss.png) no-repeat left;
}

.box	{
    margin: 0 0 15px 0;
}

#box_acesso_rapido	{
    float: left;
    width: 210px;
    border: solid 1px #DEE3E6;
    /*background: url(../img/rs-bg.jpg) repeat-x top #BEC6CB;*/
    padding: 0 0 0 0;
    margin: 0 0 15px;
}
#box_acesso_rapido .tit	{
    float: left;
    margin: 3px 0 2px 3px;
}
#box_acesso_rapido h3	{
    float: left;
    width: 100%;
    color: #9aa8af;
    border-bottom: solid 1px #9aa8af;
    padding: 0 0 3px 0;
}
#box_acesso_rapido form	{
    float: left;
    width: 100%;
    padding: 8px 0 10px 0;
    background: url(../img/busca-bg.jpg) repeat-x bottom #edf0f2;
}
#box_acesso_rapido select	{
    float: left;
    width: 196px;
    margin: 0 0 7px 8px;
    padding: 3px;
    color: #6b6b6b;
    background: #FFF;
}

#box_menu {
    float: left;
    width: 100%;
    height: auto;
    background: url(../img/menu-box-bg.jpg) repeat-x top left #cdd2d6;
}
#box_menu ul {
    height: auto;
    float: left;
    list-style: none;
    width: 100%;
}
#box_menu ul li {
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
    padding: 1px 0 1px 0;
    height: auto;
}

#box_menu ul li a {
    text-decoration: none;
    padding: 0 0 0 25px;
    color: #6b6b6b;
    font-weight: bold;
    background: url(../img/arrow_right_blue.gif) no-repeat;
    background-position: center left 7px;
    
}

#box_menu ul li a:hover {
    background: url(../img/arrow_right_white.gif) 7px center no-repeat #737373;
}

#box_mapa {
    float: left;
    width: 100%;
    margin: 37px 0 37px 0;
}
#box_clima {
    float: left;
    width: 211px;
    background: url(../img/clima-bg.png) repeat-x top #bfc6cc;
    margin: 0 0 37px 0;
    padding: 12px 0 0 0;
    text-align: center;
    border: solid 1px #dce0e3;
}

h3.b_destaque	{
    float: left;
    width: 450px;
    border: solid 0;
    margin: 0;
    padding: 0;
    color: #9aa8af;
}
#box_destaque_b	{
    position: absolute;
    right: 0;
    top: 5px;
    text-align: right;
}
#box_destaque_b ul	{
    float: left;
    list-style: none;
}
#box_destaque_b ul li	{
    float: left;
}
#box_destaque_b ul li a	{
    float: left;
    background: #bec6cb;
    margin: 0 0 0 2px;
    padding: 1px 4px 0px 4px;
    font-size: 10pt;
    color: #606060;
    text-decoration: none;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}
#box_destaque_b a.b_on:hover	{
    text-decoration: none;
}
#box_destaque_b a:hover	{
    text-decoration: underline;
}
#box_destaque_b a.b_on	{
    cursor: default;
    background: #edf0f2;
    color: #606060;
    padding: 0px 4px 0px 4px;
    border-left: solid 1px #cdd4d8;
    border-top: solid 1px #cdd4d8;
    border-right: solid 1px #cdd4d8;
}

#box_destaque_s	{
    position: absolute;
    right: 0;
    top: -15px;
    text-align: right;
}
#box_destaque_s ul	{
    float: left;
    list-style: none;
}
#box_destaque_s ul li	{
    float: left;
}
#box_destaque_s ul li a	{
    float: left;
    background: #bec6cb;
    margin: 0 0 0 2px;
    padding: 1px 4px 0px 4px;
    font-size: 10pt;
    color: #606060;
    text-decoration: none;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}
#box_destaque_s a.b_on:hover	{
    text-decoration: none;
}
#box_destaque_s a:hover	{
    text-decoration: underline;
}
#box_destaque_s a.b_on	{
    cursor: default;
    background: #edf0f2;
    color: #606060;
    padding: 0px 4px 0px 4px;
    border-left: solid 1px #cdd4d8;
    border-top: solid 1px #cdd4d8;
    border-right: solid 1px #cdd4d8;
}

#box_destaque	{
    float: left;
    position: relative;
    width: 687px;
	height: 312px;
    padding: 4px;
    border: solid 1px #dedede;
    background: url(../img/menu-box-bg.jpg) repeat-x bottom #ecf0f2;
}

#box_destaque_esq	{
    float: left;
    width: 450px;
    height : 322px;
}
#box_destaque_dir	{
    float: right;
    width: 234px;
    height: 321px;
    background: url(../img/box-destaque-bg-dir.jpg) repeat-x bottom #f4f6f7;
}
#box_destaque_dir ul	{
    float: right;
    list-style: none;
    width: 210px;
    margin: 0 10px 0 0;
    _margin: 0 5px 0 0;
}
#box_destaque_dir ul li	{
    float: left;
    width: 210px;
    padding: 12px 0 12px 0;
    border-bottom: solid 1px #d8d8d8;
    font-size: 10pt;
}
#box_destaque_dir ul li a	{
    float: left;
    text-decoration: none;
}
#box_destaque_dir ul li a:hover	{
    text-decoration: underline;
    width: 210px;
    color: #999;
}
#box_destaque_dir ul li a h4	{
    float: left;
    width: 210px;
    font-size: 10pt;
    color: #11316c;
    line-height: 14px;
    cursor: pointer;
}
#box_destaque_dir ul li a p	{
    float: left;
    width: 210px;
    color: #606060;
    cursor: pointer;
}
#box_destaque_dir a.inf	{
    float: right;
    text-decoration: none;
    padding: 3px;
    margin: 0 10px 0 0;
    color: #FFF;
    background: #a3acb2;
    font-size: 10pt;
    cursor: pointer;
}
#box_destaque_dir a.inf:hover	{
    background: #183c80;
}
/*
#box_video	{
    float: left;
    width: 446px;
    padding: 4px;
    border: solid 1px #dedede;
    background: url(../img/menu-box-bg.jpg) repeat-x top #ccd2d6;
}
#box_video_esq	{
    float: left;
    width: 444px;
}

#video	{
    position: relative;
}
#video img.destaque	{
    width: 445px;
    z-index: 8;
}
#video a.seta	{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 9;
    background: url(../img/video-seta.png) no-repeat center;
}
#video a.seta:hover	{
    filter:alpha(opacity=65);
    -moz-opacity:.65;
    opacity:.65;
}
#box_video_esq p	{
    float: left;
    width: 434px;
    padding: 2px 6px 2px 6px;
    color: #11316c;
    font-weight: bold;
    font-size: 10pt;
    margin: 10px 0 10px 0;
}
#box_video_esq p span	{
    color: #606060;
}
#box_video_esq_demais_b	{
    float: left;
    margin: 0 0 0 6px;
    _margin: 0 0 0 3px;
    width: 434px;
}
#box_video_esq_demais_b ul	{
    float: left;
    list-style: none;
}
#box_video_esq_demais_b ul li	{
    float: left;
}
#box_video_esq_demais_b ul li a	{
    float: left;
    background: #bec6cb;
    margin: 0 2px 0 0;
    padding: 1px 4px 0px 4px;
    font-size: 10pt;
    color: #606060;
    text-decoration: none;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}
#box_video_esq_demais_b a:hover	{
    text-decoration: underline;
}
#box_video_esq_demais_b a.b_on:hover	{
    text-decoration: none;
}
#box_video_esq_demais_b a.b_on	{
    cursor: default;
    background: #edf0f2;
    color: #606060;
    padding: 0px 4px 0px 4px;
    border-left: solid 1px #cdd4d8;
    border-top: solid 1px #cdd4d8;
    border-right: solid 1px #cdd4d8;
}
#box_video_esq_demais	{
    float: left;
    margin: 0 0 0 6px;
    _margin: 0 0 0 3px;
    padding: 9px 0 7px 0;
    width: 434px;
    background: #eaedee;
}
#box_video_esq_demais ul	{
    float: left;
    list-style: none;
    width: 414px;
    margin: 0 0 0 10px;
    _margin: 0 0 0 5px;
}
#box_video_esq_demais ul li	{
    float: left;
    list-style: none;
    width: 404px;
    margin: 0 0 3px 0;
    padding: 0 0 0 10px;
    font-size: 10pt;
    background: url(../img/video-seta.jpg) no-repeat left;
}
#box_video_esq_demais ul li a	{
    color: #606060;
    text-decoration: none;
}
#box_video_esq_demais ul li a:hover	{
    text-decoration: underline;
}*/

#box_video_dir	{
    float: right;
    width: 106px;
}
#box_video_dir ul	{
    float: left;
    list-style: none;
    width: 106px;
}
#box_video_dir li	{
    float: left;
    width: 106px;
    height: 68px;
    margin: 0 0 16px 0;
}

#box_tags	{
    float: left;
    width: 98%;
    border: solid 1px #CCC;
    text-align: justify;
}
#box_tags a{
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    color: #6b6b6b;
    margin: 2px 4px 2px 4px;
}
#box_tags a:hover{
    text-decoration: underline;

}

#box_tags a.t1	{
    font-size: 9px;
}
#box_tags a.t2	{
    font-size: 10px;
}
#box_tags a.t3	{
    font-size: 11px;
}
#box_tags a.t4	{
    font-size: 12px;
}
#box_tags a.t5	{
    font-size: 13px;
}
#box_tags a.t6	{
    font-size: 14px;
}
#box_tags a.t7	{
    font-size: 15px;
}
#box_tags a.t8	{
    font-size: 15px;
}
#box_tags a.t9	{
    font-weight: 200;
    font-size: 16px;
}
#box_tags a.t10	{
    font-size: 16px;
}
#box_tags a.t11	{
    font-weight: 100;
    font-size: 17px;
}
#box_tags a.t12	{
    font-weight: 200;
    font-size: 18px;
}
#box_tags a.t13	{
    font-weight: 400;
    font-size: 18px;
}
#box_tags a.t14	{
    font-weight: 600;
    font-size: 18px;
}
#box_tags a.t15	{
    font-weight: 800;
    font-size: 18px;
}

#box_news	{
    float: left;
    width: 211px;
    padding-bottom: 5px;
    border: solid 1px #CCC;
    /*background: url(../img/box-news-bg.jpg) repeat-x top #bdc5ca;*/
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
#box_news img.tit	{
    float: left;
    margin: 3px 0 0 3px;
}
#box_news p	{
    float: left;
    width: 195px;
    padding: 4px 8px 6px 8px;
    font-size: 10pt;
    color: #6b6b6b;
    /*background: url(../img/box-news-bg-carta.jpg) no-repeat top right;*/
}
#box_news form	{
    float: left;
    position: relative;
    width: 210px;
    height: 60px;
}
#box_news form input.nome	{
    position: absolute;
    top: 0;
    left: 4px;
    padding: 5px 4px 6px 4px;
    width: 190px;
    background: #FFF;
    color: #6b6b6b;
    border: solid 1px #eee;
    outline: none;
    background-color: #eaf0f1;
}
#box_news form input.email	{
    position: absolute;
    top: 33px;
    left: 4px;
    padding: 5px 4px 6px 4px;
    width: 165px;
    background: #FFF;
    color: #6b6b6b;
    border: solid 1px #eee;
    outline: none;
    background-color: #eaf0f1;
}
#box_news form input.b	{
    position: absolute;
    top: 34px;
    left: 183px;
}


/*início SITE */


/** INÍCIO DESTAQUES DA HOME DO PORTAL - LEANDRO ***/


#box_noticia_destaque	{
    float: left;
    width: 480px;
    
}
#box_noticia_esq_destaque	{
    float: left;
    width: 480px;
}

#noticia_destaque{
    float: left;
    position: relative;
    width: 210px;
	margin-right: 30px;
	height: 225px;
}

#noticia_destaque h4{
	float: left;
	font-size: 10pt;
	color: #11316c;
	line-height: 14px;
	cursor: pointer;
}

#noticia_destaque p{
    height: 40px;	
	font-size: 14px;
	color: #606060;
	margin: 8px 0 35px 0; 
	clear:both;
}



#noticia_destaque img.destaque	{
    width: 210px;
    height: 138px;
    z-index: 8;
	
}
#noticia_destaque a.seta	{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: url(../img/videos-seta.png) no-repeat right top;
}
#noticia_destaque a.seta:hover	{
    filter:alpha(opacity=65);
    -moz-opacity:.65;
    opacity:.65;
}

#nav-noticia-destaque {
	width: 150px;
	float: left;
	margin-left: 175px;
	margin-top:20px;	
	
}

#nav-noticia-destaque li {float: left; margin: 8px; list-style: none; display: inline; }
#nav-noticia-destaque a { position: absolute; width: 15px; height: 15px; background: url(../img/icon-noticia-destaque.jpg); }
#nav-noticia-destaque li.activeSlide a { background: url(../img/icon-noticia-destaque-active.jpg) }
#nav-noticia-destaque a:focus { outline: none; }
#nav-noticia-destaqueimg { border: none; }


/* ULTIMAS ATUALIZAÇÕES NA PARTE DE NOTÍCIAS DA HOME */

#news li{
    padding: 2px 4px;
    height: auto;
    float: left;
}

#ultimas-noticias-index{
    float: left;
    border: solid 1px #ddd;
    padding: 4px;
    height: 377px;
    line-height: 18px;

}

#ultimas-noticias-index a{
    color: #555;
    text-decoration: none;
    font-size: 12px;
}

#ultimas-noticias-index span{
    color: #777;
    font-weight: bolder;
    font-size: 12px;
}

#ultimas-noticias-index ul{
    float: left;
}

#ultimas-noticias-index ul li{
    padding: 5px 2px;
    margin: 1px 0;
    font-size: 13px;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
}

#ultimas-noticias-index .box-retranca-titulo{
    width: 193px;
}

#ultimas-noticias-index ul li:hover{
    background-color: #427497;
    color: white;
}

#ultimas-noticias-index ul li:hover a, #ultimas-noticias-index ul li:hover span{
    color: white;
}

/* NOTICIAS MAIS LIDAS */

#noticias-mais-lidas{
    float: left;
    border: solid 1px #dde7e9;
    padding: 2px;
    width: 692px;
    margin-top: 15px;
}

#noticias-mais-lidas ul li{
    float: left;
    width: 165px;
    background-color: #eee;
    padding: 3px;
    margin-right: 2px;
}

#noticias-mais-lidas ul li a{
    color: #555;
    text-decoration: none;
    font-size: 12px; 
}

#noticias-mais-lidas ul li:hover{
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    background-color: #829da5;
}

#noticias-mais-lidas ul li:hover a{
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -o-transition: color 1s;
    color: #fff;
}

#noticias-mais-lidas ul li:hover .noticia-mais-lida-colocacao{
    -webkit-transition: background-color 1s, color 1s;
    -moz-transition: background-color 1s, color 1s;
    -o-transition: background-color 1s, color 1s;

    background-color: #fff;
    color: #829da5;
}

.noticia-mais-lida-colocacao{
    float: left;
    font-size:40pt;
    padding: 10px 4px;
    color: white;
    background-color: #829da5;
    margin-right: 4px;
}

#noticia-mais-lida ul li:first-child{
    margin-left: 2px !important;
}

.noticias-mais-lida-titulo{
    float: right;
    text-align: right;
    height: 15px;
    margin-top: -25px;
    margin-right: -3px;
    padding: 4px 8px;
    background-color: #bbcbcf;
    color: white;
    font-style: italic;
    border-radius: 4px 0 0 0;
    font-size: 14px;
    text-shadow: 1px 1px 2px #567b83;
}

/** ATUALIZAÇÕES MAIS LIDAS NA PÁGINA PRINCIPAL **/


/*** FIM DESTAQUES DA HOME DO PORTAL - LEANDRO ***/


#tit_site {
    color: #7b7f85;
    float: left;
    width: 697px;
    height: 71px;
    background: url(../img/tit-defesa-civil.jpg) no-repeat left top;
    display: block;
    margin: 0 0 18px 0;
    border: solid 0;
    position: relative;

}


#tit_site div {
    bottom: 0;
    position: absolute;
}

#tit_site div h3{


    border: solid 0;
    color: #7b7f85;
    margin-top: 7px;
    margin-left: 10px;
    width: 480px;
    max-height: 71px;
    font-size: 20pt;


}

#box_site	{
    float: left;
    width: 211px;
    border: solid 1px #DEE3E6;
    background: url(../img/rs-bg.jpg) repeat-x top #BEC6CB;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 0 0 0 0;
}
#box_site img.tit	{
    float: left;
    margin: 3px 0 0 3px;
}
#box_site h3	{
    float: left;
    width: 100%;
    font-size: 17px;
    color: #9aa8af;
    border-bottom: solid 1px #9aa8af;
    padding: 0 0 3px 0;
}
#box_site form	{
    float: left;
    width: 100%;
    padding: 8px 0 10px 0;
}
#box_site input	{
    float: left;
    width: 133px;
    margin: 0 0 0 8px;
    padding: 3px;
    font-size: 13px;
    color: #6b6b6b;
    background: #FFF;
}
#box_site input#b	{
    float: left;
    width: 50px;
    margin: 0 0 0 8px;
    padding: 6px 0 5px 0;
    font-size: 11px;
    color: #ffffff;
    background: url(../img/videos-b.jpg) no-repeat;
    cursor: pointer;
}

.box_links {
    float: left;
    width: 100%;
    margin: 14px 0 0 0;
}

.box_links a	{
    float: left;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1;
    font-size: 15px;
    padding: 10px 0 10px 0;
    text-align: center;
    background: #bec6cb;
    color: #FFF;
}
.box_links a:hover	{
    background: #183c80;
}

a.box_1	{
    float: left;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    width: 193px;
    color: #6b6b6b;
    font-size: 10pt;
    background: #ebeef0;
}
a:hover.box_1	{
    text-decoration: underline;
}
ul#destaque	{
    float: left;
    list-style: none;
    width: 697px;

}
ul#destaque li	{
    float: left;
    width: 210px;
}


/*fim SITE */

/*início VÍDEOS LISTA*/
.videos_busca_tit	{
    float: left;
    width: 453px;
    text-align: left;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}

.videos_busca	{
    float: left;
    width: 453px;
    height: 46px;
    border: solid 1px #FFF;
    background: url(../img/busca-bg.-noticias.jpg) repeat-x top #bec5ca;
}
.videos_busca input.buscar_videos	{
    float: left;
    width: 374px;
    background: #FFF;
    padding: 5px 5px 6px 5px;
    margin: 9px 0 0 9px;
    color: #666;
}
.videos_busca input.buscar_videos_b	{
    float: right;
    width: 51px;
    height: 27px;
    color: #FFF;
    font-size: 11px;
    margin: 9px 9px 0 0;
    background: url(../img/videos-b.jpg) no-repeat;
}
.videos_busca select.busca_categoria	{
    float: left;
    width: 435px;
    background: #FFF;
    padding: 5px 5px 6px 5px;
    margin: 9px 0 0 9px;
    color: #666;
}
#videos_box	{
    float: left;
    width: 930px;
    border: solid 1px #dedede;
    margin: 20px 0 0 0;
    padding: 4px;
    background: url(../img/videos-bg.jpg) repeat-x top #bdc5ca;
}
#videos_box_esq	{
    float: left;
    width: 451px;
}
#videos_box_dir	{
    float: right;
    width: 455px;
    background: #e4e8ea;
}
#videos_box_dir #abas {
    top: 31px;
    right: 30px;
    text-align: center;
    position: absolute;
    z-index: 1;
}
#videos_box_dir #abas ul	{
    float: left;
    list-style: none;
}
#videos_box_dir #abas ul li	{
    float: left;
}
#videos_box_dir #abas ul li a {
    float: left;
    width: 100px;
    background: #bec6cb;
    margin: 0 0 0 2px;
    padding: 1px 4px 0px 4px;
    font-size: 10pt;
    color: #606060;
    text-decoration: none;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}
#videos_box_dir #abas a:hover	{
    text-decoration: underline;
}
#videos_box_dir #abas a.b_on	{
    cursor: default;
    background: #edf0f2;
    color: #606060;
    padding: 0px 4px 0px 4px;
    border-left: solid 1px #cdd4d8;
    border-top: solid 1px #cdd4d8;
    border-right: solid 1px #cdd4d8;
}
#videos_box_dir #abas a.b_on:hover	{
    text-decoration: none;
}

#videos_box_dir .aba_container_videos ul	{
    float: left;
    list-style: none;
    width: 455px;
    font-size: 14px;
}
#videos_box_dir .aba_container_videos ul li	{
    position: relative;
    float: left;
    width: 455px;
    height: 112px;
    padding: 3px 0 3px 0; 
    border-bottom: solid 1px #bdc5ca;
}
#videos_box_dir .aba_container_videos ul li a div.seta	{
    position: absolute;
    top: 5px;
    left: 2px;
    width: 105px;
    height: 100px;
    background: url(../img/video-seta-peq.png) no-repeat center;
}
#videos_box_dir .aba_container_videos ul li h5	{
    float: left;
    font-size: 14px;
    width: 300px;
    margin: 10px 0 0 0;
    color: #11316c;
    cursor: pointer;
}
#videos_box_dir .aba_container_videos ul li img	{
    float: left;
    margin: 0 20px 0 0;
    z-index: 8;
}
#videos_box_dir .aba_container_videos ul li a	{
    float: left;
    width: 445px;
    text-decoration: none;
    color: #606060;
    padding: 2px;
}
#videos_box_dir .aba_container_videos ul li a:hover	{
    background: #FFF;
}

a.video_box	{
    position: relative;
    float: left;
    width: 205px;
    padding: 4px;
    font-size: 13px;
    background: #bec6cb;
    color: #525455;
    text-decoration: none;
    margin: 0 0 25px 0;
}
a.video_box img.prod	{
    background: #FFF;
    opacity:0.60;
    -moz-opacity: 0.60;
    filter: alpha(opacity=60);
    z-index: 9;
}
a:hover.video_box img	{
    opacity:1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
}
a.video_box img.seta	{
    position: absolute;
    top: 55px;
    left: 80px;
    width: 45px;
    height:45px;
    z-index: 10;
}
a.video_box span	{
    float: left;
    margin: 6px 0 0 0;
}
a.video_box b	{
    float: left;
    font-size: 10pt;
}

/*fim VÍDEOS LISTA*/

/*início VIDEO/ FOTO (eles têm a mesma formatação)*/
.videos_busca	{
    width: 453px;
    height: 46px;
    border: solid 1px #FFF;
    background: url(../img/busca-bg.-noticias.jpg) repeat-x top #bec5ca;
}
.videos_busca input.buscar_videos	{
    float: left;
    width: 374px;
    background: #FFF;
    padding: 5px 5px 6px 5px;
    margin: 9px 0 0 9px;
    color: #666;
}
.videos_busca input.buscar_videos_b	{
    float: right;
    width: 51px;
    height: 27px;
    color: #FFF;
    font-size: 11px;
    margin: 9px 9px 0 0;
    background: url(../img/videos-b.jpg) no-repeat;
}
.videos_busca select.busca_categoria	{
    float: left;
    width: 435px;
    background: #FFF;
    padding: 5px 5px 6px 5px;
    margin: 9px 0 0 9px;
    color: #666;
}
/*fim VIDEO/ FOTO (eles têm a mesma formatação)*/

/*início NOTÍCIAS MATÉRIA*/
#not_mat {
    float: left;
    width: 697px;
    font-size: 11pt;
    color:  #6b6b6b;
}

#not_mat ul {
    list-style-position: inside;
    width: 100%;
}

#not_mat ul li {
    /*font-weight: 600;*/ /* Eduardo SECOM reclamou que as listas do conteúdo estavam aparecendo em negrito */
    list-style-image: url("../img/mapa-li.gif");
    padding: 1px 0 1px 0;
}

#not_mat ul li a{
    text-decoration: none;
}

#not_mat ul li a:hover{
    text-decoration: underline;
}

#not_mat ul li ul li {
    /*list-style-type: circle;*/
    list-style-image: url(../img/mapa-li-li.gif);
    font-weight: 100;
}

#not_mat ul li ul li ul li {
    /*list-style-type: square;*/
    list-style-image: url(../img/mapa-li-li-li.gif);
    font-weight: 100;
}

#not_mat #arquivoRelacionado {
    clear: both;
    /*    border: 1px solid #ccc;*/
    background: #FFFFFF;
    width: 95%;
    padding: 5px;
    margin: 5px 0 5px 0;
    position: relative;
}

#not_mat #arquivoRelacionado img {
    width: 16px;
    height: 16px;
    vertical-align: bottom;
    margin: 0 10px 0 0;
}

#not_mat #arquivoRelacionado em {
    margin: 0 0 0 10px;
}


#not_mat #arquivoRelacionado a {
    text-decoration: none;
}

#not_mat #arquivoRelacionado a:hover {
    text-decoration: underline;
}

#not_mat p	{
    float: left;
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    width: auto;
    _display: inline-block;
    width: 100%;
}

#not_mat h4 {
    margin-bottom: 10px;
}

h3.not_mat{
    float: left;
    color: #23498e;
    text-transform: none;
    padding: 0 0 3px 0;
}

#not_subtit	{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#not_subtit a.imp	{
    float: left;
    text-decoration: none;
    padding: 0 0 0 15px;
    margin: 8px 0 0 0;
    background: url(../img/icon-imp.gif) no-repeat left;
}
#not_subtit a.comp	{
    float: left;
    text-decoration: none;
    padding: 0 0 0 15px;
    margin: 8px 0 0 15px;
    font-size: 13px;
    color:  #6b6b6b;
    background: url(../img/icon-comp.gif) no-repeat left;
}
#not_subtit a:hover.imp , #not_subtit a:hover.comp	{
    text-decoration: underline;
}

#not_subtit span.data	{
    float: left;
    font-size: 10pt;
    color: #6b6b6b;
}

#not_subtit span.jorn	{
    float: right;
    font-size: 10pt;
    color: #6b6b6b;
}

.not_mat_img	{
    float: left;
    padding: 4px;
    margin: 0 37px 15px 0;
    background: #d0d5d7;
    color: #6b6b6b;
    font-size: 10pt;
    width: 384px;
}
.not_mat_img span	{
    float: right;
    margin: 2px 0 4px 0;
}
.not_mat_img a	{
    float: left;
    padding: 0 5px 3px 5px;
    text-decoration: none;
    color: #6b6b6b;
}
.not_mat_img a:hover	{
    text-decoration: underline;
}

#not_relac	{
    float: left;
    width: 697px;
    font-size: 13px;
    color:  #6b6b6b;
}

#not_relac h5{
    float: left;
    color: #6b6b6b;
    text-transform: uppercase;
    padding: 0 0 3px 0;
    margin: 20px 0 15px 0;
}

#not_relac ul{
    float: left;
    list-style: none;
}

#not_relac ul li{
    float: left;
    list-style: none;
    margin: 0 0 5px 0;
    width: 697px;
}

#not_relac ul li a{
    float: left;
    color: #6b6b6b;
    font-size: 13px;
    padding: 0 5px 0 5px;
}

#not_relac ul a:hover{
    background: #11316c;
    color: #FFF;
    text-decoration: none;
}

a.ver_mais	{
    float: right;
    text-decoration: none;
    font-size: 13px;
    font-weight: bolder;
    background: #8fa0aa;
    color: #FFF;
    padding: 2px 4px 2px 2px;
    margin-top: 10px;
}

a.ver_mais b	{
    font-size: 15px;
    font-weight: bolder;
    background: #FFF;
    color: #8fa0aa;
    margin-right: 5px;
    padding: 0 2px;
}

a.ver_mais:hover	{
    color: #8fa0aa;
    background: #d0d5d7;
}

a.ver_mais:hover b	{
    color: #fff;
    background: #8fa0aa;
}
/*fim NOTÍCIAS MATÉRIAS*/

/*início NOTÍCIAS LISTA*/
h3.not_lis{
    float: left;
    color: #23498e;
    border-bottom: solid 1px #ced5d9;
    text-transform: uppercase;
    padding: 0 0 3px 0;
}
h4.not_lis{
    float: left;
    color: #6b6b6b;
    font-size: 10pt;
    text-transform: uppercase;
    padding: 0 0 3px 0;
    margin: 20px 0 15px 0;
}
ul.not_lis{
    float: left;
    list-style: none;
}
ul.not_lis li{
    float: left;
    list-style: none;
    width: 697px;
}
ul.not_lis li span.link{
    width: 615px;
    float: right;
    margin: 0 0 10px 0;
}
ul.not_lis li div.fva{
    float: left;
    margin: 3px 0 0 0;
    width: 72px;
}
ul.not_lis li div.fva span{
    float: left;
    width: 24px;
}
ul.not_lis li div.fva span a{
    padding: 0;
}
ul.not_lis li a{
    float: left;
    color: #6b6b6b;
    font-size: 13px;
    padding: 0 5px 0 5px;
}
ul.not_lis li a:hover{
    background: #11316c;
    color: #FFF;
    text-decoration: none;
}

#not_mat_conteudo{
    text-align: justify;
}
/*fim NOTÍCIAS LISTA*/

/*AGENDA E AUDIOS*/

#agenda_not_subtit	{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.audios	{
    float: left;
    width: 326px;
    padding: 10px;
    margin: 0 19px 10px 0;
    line-height: 120%;
}
.audios a	{
    float: left;
    text-decoration: none;
    color: #23498E;
}
.audios a:hover	, .audios:hover{
    float: left;
    text-decoration: underline;
}
.audios:hover{
    background: #eaeef1;
    width: 100%;
}
.audios img	{
    float: left;
    margin: 0 10px 0 0;
}
.audios span{
    font-weight: 800;
}
/*FIM DE AGENDA E AUDIOS*/


/* INÍCIO CONFIGURAÇÃO DE PAGINAÇÕES */

.paginacao {
    position: relative;
    float: right;
    width: 687px;
    margin: 0 0 0 0;
    padding: 10px;
    background: #ebeff2;
    font-size: 13px;
    color: #535d63;
}

.paginacao div {
    margin-left: 40px;
    margin-right: 40px;
}

.paginacao span {
    color: #535d63;
    background-color : #fff;
    padding : 2px 5px 2px 5px;
}

.paginacao a {
    text-decoration: none;
    color: #535d63;
    padding : 2px 5px 2px 5px;
}

.paginacao a:hover {
    text-decoration: none;
    background-color : #123981;
    color : #fff;
}

.paginacao form	{
    position: relative;
    float: right;
    width: 120px;
}

.paginacao form label	{
    float: left;
    margin: 0 0 0 0;
}

.paginacao form input.busca	{
    position: absolute;
    border: solid 0;
    top: 0;
    left: 50px;
    width: 38px;
    padding: 4px 5px 3px 5px;
    background: #FFF;
}

.paginacao img{
    position: absolute;
    top: 0;
    left: 95px;
}

/* FIM CONFIGURAÇÃO DE PAGINAÇÕES */



#mapa li	{
    line-height: 160%;
}
#mapa a	{
    color: #6B6B6B;
    padding: 0 3px 0 3px;
}
#mapa a:hover	{
    text-decoration: underline;
}
#mapa ul	{
    list-style-position: inside;
}
#mapa ul li	{
    /*list-style-type: disc;*/
    list-style-image: url(../img/mapa-li.gif);
    font-weight: 600;
}
#mapa ul li ul li	{
    /*list-style-type: circle;*/
    list-style-image: url(../img/mapa-li-li.gif);
    font-weight: 100;
}
#mapa ul li ul li ul li	{
    /*list-style-type: square;*/
    list-style-image: url(../img/mapa-li-li-li.gif);
    font-weight: 100;
}
#mapa ul li ul li ul li ul li	{
    list-style-image: url(../img/mapa-li-li-li-li.gif);
    font-weight: 100;
}


/* INÍCIO DE SERVICOS */

#busc	{
    float: left;
    width: 697px;
    margin: 0 29px 20px 0;
}
#busc_b	{
    float: left;
    text-align: right;
    width: 697px;
}

#busc_b span {
    background: #d6dcdf;
    color: #5f6e80;
    padding: 2px 10px 2px 10px;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#busc_b span#desativado {
    cursor: pointer;
}

#busc_b span#ativado {
    cursor: default;
}

#busc_b #ativado.busc_azul	{
    background: #244771;
    color: #FFF;
}
#busc_b #ativado.busc_laranja	{
    background: #e45e27;
    color: #FFF;
}
#busc_b #ativado.busc_cinza	{
    background: #6f767d;
    color: #FFF;
}
#busc_b #ativado.busc_verde	{
    background: #16643d;
    color: #FFF;
}

#busc_b #desativado:hover.busc_azul {
    background: #244771;
    color: #FFF;
    cursor: pointer;
}
#busc_b #desativado:hover.busc_laranja	{
    background: #e45e27;
    color: #FFF;
    cursor: pointer;
}
#busc_b #desativado:hover.busc_cinza	{
    background: #6f767d;
    color: #FFF;
    cursor: pointer;
}
#busc_b #desativado:hover.busc_verde	{
    background: #16643d;
    color: #FFF;
    cursor: pointer;
}

#busc_camp_azul	{
    float: left;
    width: 677px;
    background: #244771;
    color: #FFF;
    padding: 4px 10px 10px 10px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
}
#busc_camp_laranja	{
    float: left;
    width: 677px;
    background: #e45e27;
    color: #FFF;
    padding: 4px 10px 10px 10px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
}
#busc_camp_cinza	{
    float: left;
    width: 677px;
    background: #6f767d;
    color: #FFF;
    padding: 4px 10px 10px 10px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
}
#busc_camp_verde	{
    float: left;
    width: 677px;
    background: #16643d;
    color: #FFF;
    padding: 4px 10px 10px 10px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
}

#conteudo-servicos a  {
    text-decoration: none;
    font-size: 16px;
    color: #6b6b6b;
    margin:  0;
    padding:  0;
}

#conteudo-servicos p  {
    color: #999;
    font-size: 15px;
    margin: 5px 0 5px 0;
    border-bottom:  solid 1px #E6E6E6;
    padding: 0 0 10px 0;
}

h5.servico{
    font-size: 13px;
    color: #363636;
}

/*FIM DE SERVICOS*/
#r_s	{
    float: left;
    width: 210px;
    border: solid 1px #dee3e6;
    background: url(../img/rs-bg.jpg) repeat-x top #bec6cb;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
#r_s ul	{
    float: left;
    list-style: none;
    width: 196px;
    margin: 12px 12px 12px 15px;
}
#r_s ul li	{
    float: left;
    margin: 0 10px 0 0;
}
#r_s ul li a.rs_face	{
    float: left;
    width: 37px;
    height: 37px;
    background: url(../img/rs-face-on.png);
}
#r_s ul li a.rs_face:hover	{
    background: url(../img/rs-face.png);
}
#r_s ul li a.rs_you	{
    float: left;
    width: 37px;
    height: 37px;
    background: url(../img/rs-you-on.png);
}
#r_s ul li a.rs_you:hover	{
    background: url(../img/rs-you.png);
}
#r_s ul li a.rs_twt	{
    float: left;
    width: 37px;
    height: 37px;
    background: url(../img/rs-twt-on.png);
}
#r_s ul li a.rs_twt:hover	{
    background: url(../img/rs-twt.png);
}
#r_s ul li a.rs_google	{
    float: left;
    width: 37px;
    height: 37px;
    background: url(../img/rs-google-on.png);
}
#r_s ul li a.rs_google:hover	{
    background: url(../img/rs-google.png);
}
#r_s img.tit	{
    float: left;
    margin: 3px 0 0 3px;
}
.esconde {
    text-indent: -9999px;
    display: block;
}

#mapa_index	{
    float: left;
    width: 210px;
    border: solid 1px #dee3e6;
    /*background: url(../img/rs-bg.jpg) repeat-x top #bec6cb;*/
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 0 0 9px 0;
    text-align: center;
}
#mapa_index img.tit	{
    float: left;
    margin: 3px 0 9px 3px;
}

#tempo_index	{
    float: left;
    width: 210px;
    border: solid 1px #dee3e6;
    background: url(../img/rs-bg.jpg) repeat-x top #bec6cb;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 0 0 0 0;
}
#tempo_index img.tit	{
    float: left;
    margin: 3px 0 0 3px;
}


#destaque_index  { 
    float: left; 
    width: 210px; 
    border: solid 1px #DEE3E6; 
    /*background: url(../img/rs-bg.jpg)*/ 
    repeat-x top #BEC6CB; 
    -webkit-border-bottom-right-radius: 7px; 
    -webkit-border-bottom-left-radius: 7px; 
    -moz-border-radius-bottomright: 7px; 
    -moz-border-radius-bottomleft: 7px; 
    border-bottom-right-radius: 7px; 
    border-bottom-left-radius: 7px; 
    padding: 0 0 9px 0; 
    text-align: center;
}

#destaque_index  img.tit { float: left; margin: 3px 0 9px 3px; }


/*
.tit	{
        float: left;
        position: relative;
        float: left;
        width: 100%;
        background: black;
        }
.tit_data	{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        width: 70px;
        background: pink;
        }
.tit_tit	{
        position: absolute;
        top: 0;
        left: 80px;
        z-index: 7;
        background: orange;
        }
.tit_data_dia	{
        float: left;
        width: 100%;
        font-size: 36px;
        text-align: center;
        margin: 0 0 -10px 0;
        }
.tit_data_mes	{
        float: left;
        width: 100%;
        font-size: 20px;
        text-align: center;
        background: teal
        }
.tit_tit h3	{
        color: #000099;
        }
.tit_tit span	{
        color: #999;
        }
*/

.subtit {
    font-family: Titulo, "Trebuchet MS", Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #8fa0aa;
    border: solid 0;
    padding: 0 5px 3px 0;
    text-transform: uppercase;
    margin: 20px 0 15px 0;
}
.subtit_linha {
    font-family: Titulo, "Trebuchet MS", Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    font-size: 13px;
    color: #8fa0aa;
    border: solid 0;
    padding: 0 0 3px 0;
    text-transform: uppercase;
    border-bottom: solid 1px #dee2e5;
    margin: 20px 0 15px 0;
}

.nao_aparecer {
    display: none;
}

p img { 
    margin: 10px;
}

/*início de PERFIL*/
#perfil	{
    float: left;
    width: 697px;
    margin: 0 29px 0 0;
    color: #6e6f6e;
    margin: 0 0 30px 0;
}
#perfil_box	{
    float: left;
    width: 665px;
    padding: 15px;
    border: solid 1px #e0e5e7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#perfil_box_foto	{
    float: left;
    width: 470px;
}
#perfil_box_foto img	{
    float: left;
    margin: 0 20px 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#perfil_box_foto .foto	{
    font-size: 23px;
    margin: 10px 0 -4px 0;
    font-weight: 100;
    padding: none;
}
#perfil_box_foto span	{
    font-size: 13px;
    color: #8fa0aa;
    font-weight: 100;
}
#perfil_box_foto hr	{
    background-color: #e4e8eb;
    height: 1px;
    margin: 10px 0;
}

#perfil_box_foto .endereco	{
    font-size: 13px;
    margin: 6px 0;
    line-height: 120%;
    font-weight: 100;
}
#perfil_box_foto p img	{
    float: left;
    margin: 3px 0 0 0;
}

#perfil_box_foto .tel	{
    font-size: 16px;
    margin: 0;
    line-height: 120%;
    font-weight: 100;
    color: #8fa0aa;
}

#perfil_box_foto .tel span	{
    font-size: 13px;
}
#perfil_box_foto .tel span img.foto	{
    margin:  0 5px 0 0;
}
#perfil_box_map	{
    float: right;
    width: 177px;
    margin: 10px 0 0 0;
}
#perfil_box_apres	{
    float: left;
    font-size: 13px;
    width: 665px;
}
#perfil_box_apres h5	{
    font-size: 17px;
    color: #a5acb4;
    margin: 15px 0 0 0;
    font-weight: 100;
    font-style: italic;
    text-transform: uppercase;
}
#perfil_box_apres_box	{
    float: left;
    font-size: 13px;
    width: 635px;
    background: #e8e8e8;
    padding: 10px 15px;
}
/*fim de PERFIL*/

/*início de EQUIPE*/
#equipe	{
    float: left;
    width: 697px;
    margin: 20px 29px 0 0;
    color: #6e6f6e;
}
#equipe h5	{
    font-size: 17px;
    color: #A5ACB4;
    margin: 0 0 2px 0;
    font-weight: 100;
    font-style: italic;
    text-transform: uppercase;
}
#equipe_geral	{
    float: left;
    width: 665px;
    padding: 10px 15px 0 15px;
    border: solid 1px #e0e5e7;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
a.equipe_box	{
    float: left;
    width: 645px;
    padding: 10px;
    margin: 0 0 15px 0;
    background: #e8e8e8;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
a.equipe_box:hover	{
    background: #f0f0f0;
}
.equipe_box img	{
    float: left;
    margin: 0 15px 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.equipe_box h6	{
    font-size: 16px;
    margin: 5px 0 -4px 0;
    font-weight: 100;
    color: #6E6F6E;
}
.equipe_box p	{
    font-size: 13px;
    margin: 10px 0 0 0;
    line-height: 120%;
    font-weight: 100;
}

.equipe_box .email	{
    margin: 10px 0 0 0;
    padding: 1px 5px;
}
.equipe_box .email span.email_color	{
    background: #fff;
    padding: 1px 5px;
}
.equipe_box span	{
    font-size: 13px;
    color: #8FA0AA;
    font-weight: 100;
}

/*fim de EQUIPE*/
#tabela_borda_princ	{
    float: left;
}
.tabela_borda	{
    border: solid 1px;
}
.tabela_borda tr td	{
    border: solid 1px;
    padding: 2px 0 2px 15px;
}



#accordion	{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#accordion h3 a{
    font-size: 12px;
    padding-left: 30px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: #e8e8e8;
}

ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #6e6f6e;
    font-size: 16px;
    text-transform: uppercase;
    background: #e9efef;
}

.ui-state-hover a, .ui-state-hover a:hover{
    background: #dadfe2;

}

#accordion span.ui-icon.ui-icon-triangle-1-e { /* Pasta fechada */
    background: url(../img/folder.png) no-repeat left;
}

#accordion span.ui-icon.ui-icon-triangle-1-s { /* Pasta aberta */
    background: url(../img/folder_page.png) no-repeat left;
}

/*título ativado*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0;
    background: #e8e8e8;
    color: #6e6f6e;
    font-size: 16px;
    text-transform: uppercase;
}



#accordion h3.ui-corner-all a{
    color: #6e6f6e;
}
#accordion h3.ui-corner-all a:hover{
    color: #6e6f6e;
}

#accordion h3.ui-state-active a{
    color: #fff;
}
#accordion h3.ui-corner-top a{
    color: #6e6f6e;
}
#accordion h3.ui-corner-top a:hover{
    color: #6e6f6e;
}



.ui-accordion .ui-accordion-content {
    padding: 15px;
}
.ui-accordion .ui-accordion-content {
    float: left;
    width: 100%;
    padding: 15px;
    background: #FFFFFF;
    border: solid 0;
    font-size: 14px;
    list-style: none;
}
.accordion_cont	{
    background: #fff;
    padding: 10px 20px;
    width: 590px;
    color: #767776;
}
.accordion_cont a	{
    float: left;
    text-decoration: none;
    color: #8fa0aa;
    width: 590px;
    background: url(img/conc-icon-pdf.png) no-repeat left;
    padding: 0 0 0 20px;
    margin: 5px 0 5px 0;
}
p a.accordion_mais	{
    text-align: left;
    text-decoration: none;
    color: #8fa0aa;
    background: url(img/conc-icon-mais.png) no-repeat left;
    width: 625px;
    padding: 0 0 0 25px;
    margin: 13px 0 0 0;
}
.accordion_cont a:hover	{
    text-decoration: underline;
}
.accordion_cont ul	{
    float: left;
    list-style: none;
    margin: 0 0 10px 0;
}
.accordion_cont ul li	{
    float: left;
    margin: 2px 0 2px 0;
}
ul, menu, dir {

    list-style: none;
}
.ui-accordion .ui-accordion-header {
    border: solid 0;

}

#box_video	{
    float: left;
    width: 446px;
    padding: 4px;
    border: solid 1px #dedede;
}
#box_video_esq	{
    float: left;
    width: 444px;
}

#video	{
    height: auto;
    float: left;
    position: relative;
    width: 207px;
    margin: 4px 7px 4px 8px;
}

#video p{
    height: 35px;
    width: 200px;
}
#video img.destaque	{
    width: 207px;
    height: 138px;
    z-index: 8;
}
#video a.seta	{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: url(../img/videos-seta.png) no-repeat right top;
}
#video a.seta:hover	{
    filter:alpha(opacity=65);
    -moz-opacity:.65;
    opacity:.65;
}
#box_video_esq p	{
    float: left;
    padding: 2px 6px 2px 6px;
    color: #11316c;
    font-weight: bold;
    font-size: 10pt;
    margin: 2px 0;
}
#box_video_esq p span	{
    color: #606060;
}
#box_video_esq_demais_b	{
    z-index: 12;
    float: left;
    margin: 0 0 -1px 6px;
    _margin: 0 0 0 3px;
    width: 434px;
}
#box_video_esq_demais_b ul	{
    float: left;
    list-style: none;
}
#box_video_esq_demais_b ul li	{
    float: left;
}
#box_video_esq_demais_b ul li a	{
    float: left;
    background: #e2e7ea;
    margin: 0 6px 0 0;
    padding: 3px 5px 4px 5px;
    font-size: 10pt;
    color: #606060;
    text-decoration: none;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
}
#box_video_esq_demais_b a:hover	{
    text-decoration: underline;
}
#box_video_esq_demais_b a.b_on:hover	{
    text-decoration: none;
}
#box_video_esq_demais_b a.b_on	{
    cursor: default;
    background: #fff;
    color: #606060;
    padding: 3px 5px;
    border-left: solid 1px #cdd4d8;
    border-top: solid 1px #cdd4d8;
    border-right: solid 1px #cdd4d8;
}
#box_video_esq_demais	{
    float: left;
    margin: 0 0 0 6px;
    _margin: 0 0 0 3px;
    padding: 9px 0 7px 0;
    width: 434px;
    border: solid 1px #CDD4D8;
}
#box_video_esq_demais ul	{
    float: left;
    list-style: none;
    width: 414px;
    margin: 0 0 0 10px;
    _margin: 0 0 0 5px;
}
#box_video_esq_demais ul li	{
    float: left;
    list-style: none;
    width: 399px;
    margin: 0 0 3px 0;
    padding: 0 0 0 15px;
    font-size: 10pt;
    background: url(../img/videos-seta.gif) no-repeat left;
}
#box_video_esq_demais ul li a	{
    color: #606060;
    text-decoration: none;
}
#box_video_esq_demais ul li a:hover	{
    text-decoration: underline;
}

/*========   ANUÁRIO   ==========*/
/*========   Caixa de Referências   ==========*/
.referencias-caixa{
	float: left;
	font-size: 13px;
	background: #e8e8e8;
	padding: 10px 15px;
	width:100%;
}

.referencias-titulo{
	width:100%;
	font-weight:bold;
}

.referencias-titulo span{	
	font-weight:bold;
}

.referencia-container{
	padding-top:7px;		
}

.referencia-indice{
	float:left;
}

.referencia-conteudo{
	padding-left:25px;
}

.citacao {
     font: 14px/22px normal helvetica, sans-serif;
     margin-top: 10px;
     margin-bottom: 20px;
     margin-left: 50px;
     padding-left: 15px;
     border-left: 3px solid #ccc;
     width:90%;	 
     float:right;
}

/*========   FIM Caixa de Referências   =======*/
/*========   FIM ANUÁRIO   ==========*/



/*========   Noticia Principal   =======*/

#noticia-descricao{
    float: right;
}

#news-view
{
    float:left;
}

#box-destaque-news{
    float: left;
    position: relative;
    width: 697px;
    height: 317px;
    background-color: #efefef;
}

#news{
    width: 216px;
    float: left;
    text-decoration:none;
    margin:0 0 0 0px;
}

#news li{
    width: 246px;
    height: 50px;
    list-style: none;
    color: #fff;
    border-top: solid 1px;
    overflow: hidden;
    padding: 5px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
}

#news li:first-child{
    border: none;
    height: 63px;
}

#news li:first-child a h4{
    font-size: 13pt;
}

#news .selected a h4{
    color: white;
}


#news li a{
	color: #ddd !important;
    text-decoration:none;
}

#news li a h4 {
    float: left;
    width: 210px;
    font-size: 10pt;
    line-height: 14pt;
    cursor: pointer;
    margin: 5px 0 0 2px;
    color: #777;
    font-weight: 100;
}

#news li a:hover{
}

#news li p{
}

#news li:hover p{
	display: block;
}

#news .selected{
    background-color:#427497;
}

.nav-noticia-destaque-ceta{
    display: none;
    position: absolute;
    width: 21px;
    height: 22px;
    margin-left: -26px;
    margin-top: 12px;
    background-image: url('../img/ceta-azul-destaque-noticia.png');
    z-index: 1000;
}

#news li:first-child .nav-noticia-destaque-ceta{
    margin-top: 18px;
}


.selected .nav-noticia-destaque-ceta{
    display: block;
}

#news p{
    font-size:11px;
}


#news-image-description{
    width:420px;
    height: auto;
    min-height: 30px;
    padding: 10px 10px 9px 10px;
    z-index:2;
    position:absolute;
    background:#000;
    color:#FFF;
    opacity:.9;
    text-shadow:#333;
    bottom: 0px;
}

/*========   FIM NOTICIA PRINCIPAL   ==========*/

.box-retranca{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #dde7e9 !important;
}

.box-retranca-titulo{
    float: left;
    background-color: #bbcbcf;
    color: white;
    font-size: 14px;
    font-weight: 100;
    padding: 4px 5px;
    width: 192px;
    margin: 4px;
    text-shadow: 1px 1px 2px #567b83;
    text-align: left
}

/* =========== CSS NOVO TOPO ====================== */

#topo{
    background-color: white;
    border-top: solid 4px #034ea1;
    overflow: hidden;
}

#topo_logo
{
    float: left;
    width: 620px;
    margin-top: 25px;
    text-align: center;
}

#menu{
    border-bottom: solid 4px #034ea1;
    font-family: verdana;
    font-size: 12px;
    font-style: italic;
    margin-top: -37px;
}

#topo-decorador-cinza{
    background-color: #eee;
    height: 30px;
}

#topo-center{
    width: 970px;
    margin: 0 auto;
}

#topo-imagem{
    float: left;
    width: 1235px;
    height: 213px;
    background-image: url('../imagens/topo-fundo.png');
    background-position: left;
    position: relative;
    margin-top: -29px;
}

#topo-auxiliar{
    min-width: 2850px;
    max-width: 7000px;
    width: 100%; 
}

#data-feira{
    background-color: rgba(235,235,235,.3);    
    margin-left: 98px;
    padding: 7px 50px 6px;    
    transform: skew(-26deg,0deg);
    -moz-transform: skew(-26deg,0deg);
    -webkit-transform: skew(-26deg,0deg);
    -o-transform: skew(-26deg,0deg);
    -ms-transform: skew(-26deg,0deg);
    color: white;
    text-shadow: 0px 0px 2px rgba(0,0,0,.5);
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    -ms-transition: background-color 1s;    
    font-size: 16px;
}

#topo-imagem:hover #data-feira{
    background-color: rgba(120,120,200,.95);
}

.box-noticia-destaque{
    float: left;
    width: 155px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 2px 0px 0px;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    min-height: 220px;
}

.box-noticia-destaque img{
    float: left;
    width: 250px;
    height: auto;
    margin: 0 auto;
}

.box-noticia-destaque .mask{
    width: 142px;
    height: 129px;
    overflow: hidden;
    text-align: center;    
}

.box-noticia-destaque a, .box-noticia-destaque h4{
    color: #888;
}

.box-noticia-destaque h4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0;
    display: none;
}

.box-noticia-destaque div{
    float: left;
    margin: 0 0 5px 0;
}

.box-noticia-destaque:first-child h4{
    float: left;
    display: block;
    width: 230px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.box-noticia-destaque:first-child div{
    float: left;
    width: 230px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 10px 10px;
}

.box-noticia-destaque:first-child{
    background-color: #eee;
    width: 470px;
    padding: 5px;
    margin: 0px 0px 20px;
    min-height: auto;
    height: auto;
 }

.box-noticia-destaque:first-child img{
    width: 200px;
    height: auto;
}


.box-noticia-destaque:hover{
    background-color: #427497;
    color: white;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
    -ms-transition: background-color .5s;
}

.box-noticia-destaque:first-child:hover{
    color: #888;
}

.box-noticia-destaque:first-child:hover a,
.box-noticia-destaque:first-child:hover h4{
    color: #fff;
}

.box-noticia-destaque:hover a,.box-noticia-destaque:hover h4{
    color: white;
}

.box-noticia-destaque:first-child:hover .button{
    background-color: #eee;
    color: #888;
}


.box-noticia-destaque .button{
    float:right;
    background-color: #427497;
    color: white;
    width: 100px;
    padding: 5px 20px;
    text-align: center;
}

.box-noticia-destaque .conteudo{
    height: 75px;
}

#ultimos-banners{
    margin-top: 15px;
    margin-right: 30px;
    float: right;
}

#box_search{
    float: left;
    margin: 0px 0 15px;
}

/* CSS PARA PÁGINA DE VÍDEOS */

#videos #videos_box{
    margin: 0px;
}

#videos .inteiro{
    margin-bottom: 10px;
}

