p {
    text-align: justify;
}

.pad {
    padding: 10px;
}

#modal {
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity = 50);
    display: none;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
}

#TableCrossTab{
	/*margin-left: 1px;*/
}

.navegacaoListaNovo {
    font-weight: normal;
}

.navegacaoListaBoldNovo {
    font-weight: bold;
}

#dialogShadow {
    background-color: #000;
    opacity: .2;
    filter: alpha(opacity = 20);
    display: none;
    z-index: 12000;
    position: absolute;
    -moz-border-radius: 5px;
}

#dialog {
    z-index: 13000;
    position: absolute;
    background-color: #fff;
    -moz-border-radius: 5px;
}

    #dialog .titulo {
        font-size: 9pt;
        color: #333;
        font-weight: bold;
        float: left;
        width: 100%;
    }

    #dialog .mensagem {
        font-size: 9pt;
        color: #777;
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    #dialog .acao {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

#dialog {
    position: absolute;
}

.closeDialog {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url('../img/b_fechar2.gif');
}

html {
    /*background: url('../imagens/bg-geral.jpg') left 58px repeat-x;*/
    font-family: Segoe UI;
    font-size: 10pt;
    margin: 0;
    color: #777;
}

select.municipio {
    font-size: 8pt;
    width: 100%;
    float: left;
    margin-top: 5px;
    font-family: Segoe UI,Arial;
}

#divRegiao {
    display: none;
    padding: 5px;
    background-color: #fff;
    font-weight: bold;
    color: #555;
    border: 1px solid #777;
    position: absolute;
}

.fg-tooltip {
    padding: .8em;
    border-width: 2px !important;
    position: absolute;
    z-index: 9999;
}

    .fg-tooltip .fg-tooltip-pointer-down, .fg-tooltip .fg-tooltip-pointer-down-inner {
        position: absolute;
        width: 0;
        height: 0;
        border-bottom-width: 0;
        background: none;
    }

    .fg-tooltip .fg-tooltip-pointer-down {
        border-left: 7px dotted transparent;
        border-right: 7px dotted transparent;
        border-top-width: 14px;
        bottom: -14px;
        right: auto;
        left: 50%;
        margin-left: -7px;
    }

    .fg-tooltip .fg-tooltip-pointer-down-inner {
        border-left: 5px dotted transparent;
        border-right: 5px dotted transparent;
        border-top: 10px solid #fff;
        bottom: auto;
        top: -14px;
        left: -5px;
    }
/*pointer alignment*/
.fg-tooltip-left .fg-tooltip-pointer-down {
    border-left: 0;
    border-right: 17px dotted transparent;
    border-top-width: 14px;
    bottom: -14px;
    right: auto;
    left: 1em;
    margin: 0;
}

.fg-tooltip-left .fg-tooltip-pointer-down-inner {
    border-left: 0;
    border-right: 12px dotted transparent;
    border-top: 10px solid #fff;
    bottom: auto;
    top: -14px;
    left: 2px;
}

.fg-tooltip-right .fg-tooltip-pointer-down {
    border-left: 17px dotted transparent;
    border-right: 0;
    border-top-width: 14px;
    bottom: -14px;
    right: 1em;
    left: auto;
    margin: 0;
}

.fg-tooltip-right .fg-tooltip-pointer-down-inner {
    border-left: 12px dotted transparent;
    border-right: 0;
    border-top: 10px solid #fff;
    bottom: auto;
    top: -14px;
    right: 2px;
    left: auto;
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
        font-size: 1em;
    }

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }


select.municipio option {
    padding: 20px;
}

.colunaAbas {
    width: 475px;
    float: left;
    margin: 15px 0px 0px 0px;
}

.col4 {
    width: 150px;
    float: left;
}


.colunaServicos {
    width: 200px;
    float: left;
}

.titServicos {
    font-style: italic;
    font-size: 12pt;
    color: #777;
}

img {
    border: 0;
}

html.interna {
    background-image: url('../imagens/bg-interna.gif' );
    background-repeat: repeat-x;
    margin: 0;
}

body {
    margin: 0;
}


#geral, .geral {
    width: 950px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}

#topo .pics img {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
}

#topo {
    width: 100%;
    height: 120px;
    /* position: relative;*/
    float: left;
    margin-top: -3px;
    margin-top: -18px \0/;
}

#menu-superior {
    margin-top: 10px 0 5px 0; /*	border-bottom: 1px solid #165994;*/
    float: left;
    width: 100%;
}

    #menu-superior .left a {
        font-family: Segoe UI;
        color: #fff;
        font-size: 9pt;
        margin-right: 20px;
    }

    #menu-superior .right a {
        font-family: Segoe UI;
        color: #fff;
        font-size: 9pt;
        margin-left: 20px;
    }


#logo-espaco {
    margin-top: 10px; /*border-top: 1px solid #306fa7;*/
    float: left;
    width: 210px;
    height: 48px;
}

    #logo-espaco a {
        width: 210px;
        height: 48px;
        display: block;
    }

#topo div {
    display: inline !important;
    position: relative !important;
}

#conteudo {
    /*margin-top: 20px; 	padding-bottom:20px; 	float: left; 	width: 100%; 	position:relative;*/
    margin-top: 20px;
    padding: 5px 0; /*overflow: auto;*/
    width: 949px;
    position: relative;
    display: block;
    clear: both;
    margin: 20px auto;
    margin-bottom: 60px;
}


#banner .topo {
    background-image: url('../imagens/topo-home-area-azul.gif');
    height: 5px;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    margin: 0;
}

#banner .bottom {
    background-image: url('../imagens/topo-bottom-area-azul.gif');
    height: 5px;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}

#banner .banner-conteudo-left {
    width: 470px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    background-color: Transparent;
}

#banner .banner-conteudo-right {
    width: 208px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

#lblFonte {
    width: 100%;
}

#banner .banner-conteudo {
    float: left;
    background-image: url('../imagens/background-banner.gif' );
    height: 170px;
    background-repeat: no-repeat;
    width: 719px;
    position: relative;
}

#banner {
    width: 480px;
    height: 95px;
    margin-bottom: 0;
    float: left;
}

h1 {
    font-family: Segoe UI;
    font-size: 18pt;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    margin: 0;
    letter-spacing: -1px;
}

h2 {
    font-family: Segoe UI;
    font-size: 11pt;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    margin: 0;
}

a {
    font-family: Segoe UI;
    font-size: 9pt;
    color: #ff7200;
    text-decoration: none;
}

    a:hover {
        font-family: Segoe UI;
        font-size: 9pt;
        color: #ff7200;
    }

    a.titulo {
        color: #777;
        font-size: 10pt;
        font-style: italic;
        text-decoration: none;
        font-weight: bold;
    }

        a.titulo:hover {
            color: #555;
            font-size: 10pt;
            font-style: italic;
            text-decoration: none;
        }


.divisao-listagem {
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #cecece;
    margin-bottom: 15px;
    margin-top: 18px;
    color: #000;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    float: left;
}

.documento p {
    color: #555555;
}

h3 {
    font-family: Segoe UI; /*font-size: 11pt; */
    font-weight: normal;
    font-style: italic;
    color: #2b2b2b;
    margin: 0;
    padding: 0;
}

p {
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: normal;
    color: #555;
    margin-top: 5px;
}

    p.banner-p {
        color: #fff;
        margin: 0;
        margin-bottom: 3px;
        margin-top: 3px;
    }

.clear {
    float: left;
    width: 100%;
}

#s2 {
    margin-bottom: 20px;
}

small {
    margin-top: 5px;
    float: left;
    width: 100%;
}

p.banner-p-main {
    color: #fff;
    margin-top: 5px;
    height: 45px;
}

.banner-p-main-2 .texto {
    color: #fff;
    margin-top: -5px;
    font-size: 16px;
    font-style: italic;
    font-family: "Segoe UI", Arial;
}

.texto, .ico-banner-home {
    float: left;
    margin-right: 3px;
}

.banner-p-main-2 span img {
    margin-bottom: -5px;
    margin-left: 10px;
    margin-right: 5px;
}

.documento {
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background-image: url('../imagens/bg-documento.gif');
    background-position: bottom center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}

.documento_inforRelacionada {
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background-position: bottom center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}

.documento span {
    margin: 0;
    padding: 0;
}

.menu-documento {
    margin-right: 10px;
    float: left;
}

    .menu-documento span {
        height: 16px;
        float: left;
    }

.documento span.right {
    float: right;
    font-size: 11px;
    font-style: italic;
}

.menu-documento span, .visualizar-dados span, .menu-dados span {
    margin-right: 5px;
    width: auto;
    font-size: 11px;
    font-style: italic;
}

    .menu-documento span img, .visualizar-dados span img, .menu-dados span img {
        margin-bottom: -5px;
    }

.banner-conteudo-right-top {
    margin-bottom: 10px;
    float: left;
}

.banner-conteudo-right-bottom {
    margin-top: 18px;
    float: left;
    width: 100%;
}

    .banner-conteudo-right-bottom div {
        float: left;
        margin: 0px 5px 0 0;
    }

input.text-pesquisa {
    padding: 3px;
    width: 135px;
}

.col4-1 {
    width: 22%;
    float: left;
    margin-right: 5xp;
}

.col4-2 {
    width: 49%;
    float: left;
}

.col4-3-visu {
    /*width: 76%; 	float: left; */
    position: absolute;
    left: 220px;
    float: none;
}

.col4-3 {
    width: 77%;
    float: right;
    font-style: italic;
}


.imgMapaEstrategia {
    text-align: center;
}

.col4-4 {
    width: 99%;
    float: left;
}

.left {
    float: left;
    width: 40%;
}

.right {
    float: right;
    width: 40%;
    text-align: right;
    margin: 0;
    padding: 0;
}

.right_inforRelacionada {
    float: right;
    width: 40%;
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 8pt;
    font-family: Segoe UI;
}


ul.servicos, li.servicos {
    list-style-image: url('../imagens/bullet.gif' );
    margin: 0;
    margin-bottom: 5px;
    font-family: Segoe UI;
    font-size: 10pt;
}

ul.servicos {
    padding-top: 5px;
    padding-left: 15px;
}

.servicos-area {
    /*background-image: url('../imagens/bg-area-lateral.gif' ); 	background-repeat: no-repeat;*/
    margin-left: 0;
    padding: 15px;
    width: 206px;
}

.servicos-area-link-externo {
    background-repeat: no-repeat;
    margin-left: 2px;
    width: 200px;
    padding-top: 1px;
    padding-left: 5px;
    margin-bottom: 21px;
    margin-top: 26px;
    color: #000;
    font-size: 12pt;
    font-family: Segoe UI;
    font-style: italic;
    float: left;
    text-align: justify;
    border: 1px solid #cecece;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}



#rodape {
    width: 950px;
    background-color: #fff;
    background-image: url('../imagens/bg-rodape.gif' );
    background-repeat: repeat-x;
    float: left;
    margin-top: 15px;
}

.fonte {
    color: #999;
    font-size: 9pt;
    padding-bottom: 5px;
    font-style: italic;
}

#rodape-conteudo {
    width: 940px;
    height: 100px;
    margin: 0 auto;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

    #rodape-conteudo img {
        margin-left: 10px;
    }

    #rodape-conteudo .padder span {
        float: left;
        font-size: 11px;
        color: #777;
    }

.rodape-right {
    float: right;
}

.breadcrumb {
    width: 100%;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9eaea;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #777;
}

    .breadcrumb a {
        color: #777;
    }

.menu-1 {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #777;
    padding-bottom: 25px;
    float: left;
    font-style: italic;
}

#divVisualizacao {
    border-right: 1px solid #E9EAEA;
    margin-right: 10px;
}

#lblDestino {
    margin: 0 0 0 23%;
}

.btVoltar {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 8pt;
    right: 14.5%;
    color: #000;
    position: absolute;
    cursor: pointer;
}

    .btVoltar a {
        color: #77777f;
        font-size: 10pt;
    }

.visualizar-dados, .menu-dados {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 8px;
}

.voltarArea {
    width: 100%;
    float: left;
    border-bottom: 1px solid #efefef;
    margin-bottom: 5px;
}

#lblNota, #lblFonte {
    padding-top: 3px;
    float: left;
    clear: both;
    font-size: 8pt; /*color:#999;*/
    color: Black;
}

h4 {
    font-size: 12pt;
    margin: 0;
    padding: 0;
    font-style: italic;
}

a.navegacao2 {
    color: #cecece;
}

#AreaNoticia {
    height: 100%;
    float: left;
}

#s2 {
    height: 110px;
    cursor: pointer;
}

.banner-p-main-2 {
    position: absolute;
    bottom: 6px;
}

#divCrossTab {
}

#graficoInformacao {
    margin: 0 auto;
    width: auto;
}

a.navegacao2:hover {
    text-decoration: none;
}

.conteudo-interna {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.descricao-conteudo-interna {
    font-size: 8pt;
    font-style: normal;
    margin-top: 5px;
}

.tabela {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.visualizar-dados li, .menu-dados li {
    padding: 3px;
    margin-right: 3px;
    display: inline;
    cursor: pointer;
    float: left;
}

li.em-uso {
    background-color: #fff;
    border-top: 1px solid #e9eaea;
    border-left: 1px solid #e9eaea;
    cursor: text;
    padding-right: 0;
    color: #333;
    -moz-border-radius: 3px;
}

#pesquisa {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 8pt;
}

    #pesquisa table, #pesquisa tr, #pesquisa td, #pesquisa tbody {
        border: 0;
    }

    #pesquisa input, #pesquisa select {
        padding: 2px;
    }

li.hover, .hover {
    border: 1px solid #cecece;
    padding: 2px;
    color: #333;
    -moz-border-radius: 3px;
    background-color: #ccc;
}

ul#accordion li a.link-interno {
    color: #fff;
    width: 100%;
    float: left;
    overflow: visible;
    padding: 8px;
    border-top: 1px solid #fcb84d;
    border-bottom: 1px solid #fc7700;
}

.listagem {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.conteudo-listagem {
    margin-top: 25px;
    float: left;
    width: 745px;
}


#area-login {
    background-color: #104778;
    position: absolute;
    width: 100%;
    height: 34px;
    text-align: right;
    background-image: url('../imagens/bg-area-login.gif' );
    background-position: bottom;
    background-repeat: repeat-x;
    font-size: 8pt;
    color: #fff;
    top: 58px;
    left: 0;
    z-index: 2222;
}

#trGeral td {
    margin-left: 0;
}




#lnkPesquisar {
    margin: 0;
    padding: 0;
    color: #777;
}

li.pesquisa-li a {
    color: #fff;
    margin: 0;
    padding: 0;
}

.menu-dados li {
    border: 1px solid #cecece;
    padding: 2px;
    color: #333;
    -moz-border-radius: 3px;
}

    .menu-dados li span {
        color: #000;
    }

#area-login input {
    font-size: 8pt;
    width: 80px;
    height: 13px;
    border: 0;
    padding: 1px;
}

#login-click img {
    margin-right: 3px;
}

.campos-login, .botoes-login {
    float: right;
    cursor: auto;
}

.campos-login {
    margin-top: -1px;
    margin-right: 10px;
    font-style: italic;
}

.botoes-login {
    margin-right: -10px;
}

    .botoes-login img {
        margin-right: 5px;
        cursor: pointer;
    }

.menu-lateral {
    background: #D1DEE9;
    margin: 0;
    padding: 0;
    width: 200px;
    border: 1px solid #B0C4D5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 25px;
    padding: 0 0 15px 0;
}

    .menu-lateral li {
        list-style: none;
    }

hr {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid #cecece;
    height: 1px;
}

li a:hover {
    text-decoration: none;
    outline: 0;
}

li a {
    outline: 0;
}

.menu-lateral-titulo {
    text-transform: uppercase;
    padding: 5px;
    font-size: 10pt;
    font-weight: bold;
    color: #FF7D07;
    background: url(../imagens/bg-menu-fixo-topo.png) left top repeat-x;
}

.menu-lateral-conteudo {
    padding: 5px;
    color: #fff;
    height: 15px;
}

    .menu-lateral-conteudo a {
        display: block;
        margin-bottom: 5px;
        color: #a85700;
    }

.titulo_label_novo {
}

input.caixatexto, textarea, select, #cbDestinatario {
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    padding: 5px;
    font-family: Segoe UI, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
}

.caixaTextoFaleConosco {
    background-color: #ECEDEF;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    padding: 5px;
    font-family: Segoe UI, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
}

#s1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 280px;
    z-index: -1;
    height: 119px;
    width: 671px;
}

.ico-banner-home {
    margin-top: -1px;
}


#s1 img {
    position: absolute;
    bottom: 0;
    display: block;
}

.btEnviarMensagem {
    margin-left: 118px;
}

#s1, #s2 {
    background-color: transparent;
}

    #s2 div {
        background-color: transparent;
    }

        #s2 div p {
            background-color: transparent;
        }

.background-0 {
    background-image: url(../imagens/bg-topo.gif);
}

.background-1 {
    background-image: url(../imagens/bg-topo.gif);
}

.background-2 {
    background-image: url(../imagens/bg-topo-2.gif);
}

.background-3 {
    background-image: url(../imagens/bg-topo-3.gif);
}

.background-4 {
    background-image: url(../imagens/bg-topo-4.gif);
}


#__asptrace {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000000000000000;
}

.titulo_agregacao {
    font-size: 16pt;
    padding-bottom: 6px;
    padding-top: 6px;
}

.navegacao2 {
    font-size: 12pt;
    padding-bottom: 6px;
    padding-top: 6px;
}

#conteudoListagem table tbody tr td {
    padding-bottom: 10px;
    padding-top: 10px;
}

    #conteudoListagem table tbody tr td div.documento {
        padding-bottom: 10px;
        padding-top: 10px;
    }
/*
#divHistorico 
{display:none;
	visibility:hidden;
}
*/

a.linkTopo {
    border: 0 none;
    font-size: 7pt;
}

.h3 {
    text-align: justify;
}

html {
    text-align: inherit;
}

.wait {
    position: absolute;
    width: 100px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -20px;
    text-align: center;
    background-color: #222;
    color: #fff;
    z-index: 9999999;
    padding-top: 10px;
}

/*   Banner Noticia 13/08/2010  */

#table_perfilMunicipal {
    padding: 0;
    width: 100%;
    border-top: 1px solid #cecece;
    font-family: Segoe UI;
    font-size: 12pt;
}

    #table_perfilMunicipal td {
        padding: 5px;
        padding-left: 0;
    }

input #filterInput {
    padding: 3px;
    border: 1px solid #cecece;
    font-family: Segoe UI;
    font-size: 12pt;
    color: #111111;
    margin-bottom: 20px;
    outline: none;
}

label {
    font-size: 12pt;
    color: #999999;
    font-family: "Segoe UI";
    font-style: italic;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}


#bannerblue {
    width: 719px;
    height: 139px;
    float: left;
    background: url('../EstruturacaoGeral/images/bg-banner.jpg');
    font-family: Segoe UI;
}

.side1banner {
    width: 436px;
    height: 139px;
    float: left;
}

.side2banner {
    width: 283px;
    height: 139px;
    float: left;
}

.titulobanner, .subtextbanner {
    font-size: 8pt;
    font-style: italic;
    color: #8fb1d0;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.subtextbanner {
    font-size: 7pt;
}

.bannerplaceholder {
    width: 406px;
    height: 71px;
}

.padderbanner {
    padding: 15px;
}

.labelbanner {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 8px;
}

.inputbanner {
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
    float: left;
}

.searchbanner {
    width: 202px;
    height: 29px;
    background: url('../EstruturacaoGeral/images/inputtext.png') no-repeat;
    border: 0;
    padding-left: 5px;
}

.textbannerinside {
    outline: none;
    width: 200px;
    height: 29px;
    border: 0;
    background: transparent;
}

.bannerok {
    width: 34px;
    height: 29px;
    background: url('../EstruturacaoGeral/images/button-ok.png') no-repeat;
    border: 0;
    margin-left: 5px;
    padding: 0;
    float: left;
    cursor: pointer;
}

.leftbanner {
    float: left;
    height: 29px;
}

a .titnoticiabanner {
    color: #ffffff;
    text-decoration: none;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

a .pnoticiabanner {
    color: #ffffff;
    text-decoration: none;
    font-style: normal;
    font-size: 12px;
}

.bannerplaceholder a {
    text-decoration: none;
}

    .bannerplaceholder a:hover div {
        color: #cbdcf6;
    }

.subtextbanner a {
    color: #ff7d07;
    text-decoration: none;
    font-weight: bold;
    margin-top: 5px;
}


#table_perfilMunicipal {
    color: #777777;
    font-family: Segoe UI;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 10px;
}



.alinhadoaesquerda {
    float: left;
    width: 480px;
}

.alinhadoadireita {
    float: right;
    width: 248px;
}

/* .colunaAbas{position: relative !important;} */

.sessoes {
    list-style: none;
    position: relative;
    padding: 10px 10px 0 10px;
    /*background: url('../EstruturacaoGeral/images/fundo.jpg') left top no-repeat;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 212px;
    /*height: 315px;*/
    float: right;
    margin-top: 15px;
}
    .sessoes li:last-child img{
        width: 100%;
    }

    .sessoes li.titulo {
        font-size: 16px;
        font-weight: bold;
        color: #FF9A00;
        padding: 0;
        background: none;
        border-bottom: 1px solid #CFD0CF;
    }

    .sessoes li {
        font-size: 11px;
        color: #777;
        border-bottom: 1px solid #E4E5E4;
        padding: 0 0 15px 0;
        /*margin: 0 0 10px 0;*/
    }

        .sessoes li h3, .sessoes li h3 a {
            margin: 0;
            font-style: italic;
            color: #333;
            font-weight: bold;
        }

        .sessoes li.veja-todas {
            padding: 0;
            margin: 0;
            text-align: right;
            background: none;
        }

            .sessoes li.veja-todas a {
                color: #777;
                text-decoration: none;
            }

        .sessoes li p {
            margin: 0;
        }

            .sessoes li p a {
                font-weight: normal;
                font-size: 9pt;
                font-style: italic;
                color: #333;
            }

        .sessoes li:last-child {
            border-bottom: none;
        }
/*
.noticias-internas ul, .noticias-internas
{
    width: 212px;
    clear: both;
    margin: 0 !important;
}
.noticias, .noticias-internas ul
{
    width: 210px;
    padding: 10px;
    float: right;
    position: relative !important;
    background: #FFF;
    margin: 0 !important;
    margin: 0;
    font-style: italic;
    color: #333;
    font-weight: bold;
}
.noticias li.titulo
{
    font-size: 16px;
    font-weight: bold;
    color: #FF9A00;
    padding: 0;
    background: none;
    border-bottom: 1px solid #CFD0CF;
}
.noticias li, .noticias-internas ul li
{
    font-size: 10px !important;
    color: #777;
    background: url('../EstruturacaoGeral/images/fundo-li.png') center bottom no-repeat;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
}
.noticias li h3, .noticias li h3 a
{
    margin: 0;
    font-style: italic;
    color: #333;
    font-weight: bold;
}
.noticias li.veja-todas
{
    padding: 0;
    margin: 0;
    text-align: right;
    background: none;
}
.noticias li.veja-todas a
{
    color: #777;
    text-decoration: none;
}
*/

#image_rotate {
    list-style: none;
    width: 480px;
    float: left;
    padding: 0;
    width: 480px;
    margin: 5px 0 0 0 !important;
}

    #image_rotate li img {
        width: 480px;
        height: auto;
    }

    #image_rotate li, #image_rotate li h3 {
        clear: both;
        display: block;
        color: #999;
        font: italic 10pt "Segoe UI", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    }

        #image_rotate li h3 {
            font-weight: bold;
            margin: 0;
            padding: 0;
        }

    #image_rotate li {
        font-style: normal;
    }

        #image_rotate li a {
            text-indent: 50px;
        }

ul#image_rotate li a {
    float: right;
    display: block;
    clear: both;
}

.enderecos {
    background: #FBFBFB;
    width: 100%;
    display: block;
    height: 100px;
    border-top: 4px solid #0B355F;
    clear: both;
}

    .enderecos ul, .creditos ul {
        width: 950px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        font-size: 12px;
        color: #777;
        height: 84px;
    }

    .enderecos ul {
        border-bottom: 1px solid #CCC;
        padding-bottom: 15px;
    }

        .enderecos ul li strong {
            font-size: 10px;
        }

        .enderecos ul li {
            font-size: 10px;
            line-height: 16px;
            margin: 10px 10px 0 0;
            padding: 0 10px 0 0;
            float: left;
            border-right: 1px solid #CCC;
        }

            .enderecos ul li strong {
                color: #FF9F3A;
                font-weight: bold;
                font-style: italic;
            }

            .enderecos ul li.no-border {
                border-right: none;
            }

            .enderecos ul li.direita {
                float: right;
                margin-top: 25px;
            }

.creditos {
    background: #FFF;
    padding: 5px 0;
    height: 30px;
    text-transform: uppercase;
}

    .creditos ul {
        height: 30px;
        line-height: 30px;
    }

    .creditos .ano {
        color: #FF9F3A;
        float: left;
    }

    .creditos .bvr {
        float: right;
        height: 20px;
        margin-top: 5px;
    }

.informacoesInstitucionais {
    padding-left: 12px;
}


/* CORREÇÃO DAS COLUNAS */

/*.linha_correcao{width:200px !important; word-wrap:break-word !important;-ms-word-wrap:break-word !important; text-align: left !important;}*/

.pesquisa {
    clear: both;
    margin: 0;
    display: block;
    float: left;
    background: url(../EstruturacaoGeral/images/bg-banner.jpg) left top no-repeat;
    padding: 15px 0 0 15px;
    width: 465px;
    height: 80px;
    float: left;
}

    .pesquisa h3 {
        color: #FF7D07;
        float: left;
        margin: 0;
        padding: 0;
    }

    .pesquisa .tipodebusca {
        color: #fff;
        float: right;
        height: 20px;
        margin-right: 50px;
    }

        .pesquisa .tipodebusca label {
            float: left;
            font-size: 10pt;
            margin: 0 10px 0 0;
            display: inline;
            color: #FFF;
        }


    .pesquisa input[type=text], .pesquisa select {
        width: 230px;
        height: 21px;
        background: #FFF;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -wekit-border-radius: 5px;
        padding: 3px 5px;
        border: 1px solid #FFF;
        float: left;
        font-size: 12px;
        color: #333;
        margin: 0 5px 0 0;
    }

    .pesquisa select {
        width: 240px;
        height: 28px;
    }

    .pesquisa input[type=submit] {
        width: 34px;
        height: 29px;
        background: url('../EstruturacaoGeral/images/button-ok.png') no-repeat;
        border: 0;
        margin-left: 5px;
        padding: 0;
        cursor: pointer;
    }

.campodebusca {
    margin: 10px 0 0 0;
    float: left;
    clear: both;
    width: 440px;
}

.buscaavancada, .buscaavancada:focus, .buscaavancada:hover {
    float: left;
    text-align: center;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFF;
    background: url('../EstruturacaoGeral/images/busca-avancada.png') no-repeat;
    text-decoration: none;
    font-size: 11px;
    width: 120px;
    height: 30px;
    margin: 0 10px 0 20px;
    font-weight: bold;
}

.links-institucionais {
    clear: both;
    display: block;
    margin: 10px auto 15px;
    text-align: right;
    width: 949px;
    height: 41px;
}



/*coisa nova*/
#novaAreaNoticia {
    margin: 0;
    padding: 0;
    /*float: right; */
    width: 248px;
}

    #novaAreaNoticia .noticias {
        margin: 0 0 0 15px;
        padding: 0;
    }

        #novaAreaNoticia .noticias .topo {
            background: url('../EstruturacaoGeral/images/topo-noticias.jpg') left top no-repeat;
            width: 227px;
            height: 18px;
        }

        #novaAreaNoticia .noticias .rodape {
            background: url('../EstruturacaoGeral/images/rodape-noticias.jpg') left top no-repeat;
            width: 227px;
            height: 18px;
            margin-top: -10px;
        }

        #novaAreaNoticia .noticias ul {
            border-left: 1px solid #CECECE;
            border-right: 1px solid #CECECE;
            width: 205px !important;
            padding: 0 10px;
            margin: 0;
            list-style: none;
            background: #FFF /*url('../EstruturacaoGeral/images/fundo-ul.jpg') top left repeat-x*/;
        }

        #novaAreaNoticia .noticias .titulo {
            border-left: 1px solid #CECECE;
            border-right: 1px solid #CECECE;
            font-size: 16px;
            font-weight: bold;
            color: #FF9A00;
            padding: 0 10px;
            display: inline-block;
            width: 205px;
            background: url('../EstruturacaoGeral/images/fundo-ul.jpg') top left repeat-x;
            border-bottom: 1px solid #CFD0CF;
        }

        #novaAreaNoticia .noticias ul li {
            font-size: 11px;
            color: #777;
            padding: 10px !important;
            margin: 0 !important;
            list-style: none !important;
        }

            #novaAreaNoticia .noticias ul li h3 a {
                font-weight: normal;
                font-size: 9pt;
                font-style: italic;
                color: #333;
                margin: 0;
            }

            #novaAreaNoticia .noticias ul li.veja-todas {
                padding: 0;
                margin: 0;
                text-align: right;
                background: none;
            }

                #novaAreaNoticia .noticias ul li.veja-todas a {
                    color: #777;
                    text-decoration: none;
                }

            #novaAreaNoticia .noticias ul li .chapeu {
            }

            #novaAreaNoticia .noticias ul li span span {
                margin: 0;
                font-style: italic;
                color: #333;
                font-weight: bold;
                font-size: 10pt;
            }

.botaoajuda {
    margin-right: 95px;
    height: 40px !important;
    display: inline-block;
    width: 140px;
}
/* TOPO NOVO TOPO.ASCX */
body {
    background: url('../imagens/bg-geral.jpg') left 58px repeat-x;
    margin: 0;
    padding: 0;
}

.cabecalho-bvr {
    width: 950px;
    height: 120px;
    margin: 0 auto;
    font-family: Segoe UI;
    font-size: 9pt;
}

    .cabecalho-bvr a {
        color: #fff;
    }

    .cabecalho-bvr ul, .cabecalho-bvr ul li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .cabecalho-bvr ul {
        height: 25px;
    }

        .cabecalho-bvr ul li {
            float: left;
            margin-right: 20px;
        }

    .cabecalho-bvr .menu-bvr1 {
        margin: 5px 0;
        float: left;
    }

    .cabecalho-bvr .menu-bvr2 {
        margin: 5px 0;
        float: right;
    }

    .cabecalho-bvr .logo {
        clear: both;
        width: 210px;
        height: 46px;
        background: url('../imagens/logo.gif') left center no-repeat;
        display: block;
    }

        .cabecalho-bvr .logo span {
            display: none;
        }

#s1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 58px;
    left: 485px;
    z-index: -1;
    height: 119px;
    width: 671px;
}

#topo-governo {
    width: 100%;
    margin: 0 auto;
    height: 58px;
    background: url('../imagens/bg-topo-governo.jpg') repeat-x;
}

    #topo-governo #dentro-topo-governo {
        width: 970px;
        height: 58px;
        margin: 0 auto;
    }

        #topo-governo #dentro-topo-governo .imagem-topo-governo {
            float: left;
            margin-top: 3px;
            margin-left: -30px;
        }

        #topo-governo #dentro-topo-governo ul.ul-topo-governo {
            float: right;
            margin: 0;
            padding: 0;
        }

            #topo-governo #dentro-topo-governo ul.ul-topo-governo .separa-topo-governo {
                float: left;
                width: 2px;
                height: 10px;
                background: url('../imagens/separa-topo-governo.png');
                margin: 24px 0 0;
            }

        #topo-governo #dentro-topo-governo li.li-topo-governo {
            float: left;
            list-style: none;
            font-family: Jockey One;
            font-size: 13px;
            text-transform: uppercase;
        }

            #topo-governo #dentro-topo-governo li.li-topo-governo a {
                font-family: Jockey One !important;
            }

                #topo-governo #dentro-topo-governo li.li-topo-governo a.link-topo-governo {
                    float: left;
                    padding: 16px 6px 20px;
                }

                #topo-governo #dentro-topo-governo li.li-topo-governo a.link-topo-governo {
                    color: #3d6c8b;
                    text-decoration: none;
                    border-top: 4px solid #225582;
                }

                #topo-governo #dentro-topo-governo li.li-topo-governo a:hover.link-topo-governo {
                    color: #2675a1;
                    text-decoration: none;
                    border-top: 4px solid #43a6dd;
                }

                #topo-governo #dentro-topo-governo li.li-topo-governo a.link-topo-governo.expresso-topo-governo {
                    color: #349ce7;
                }

                #topo-governo #dentro-topo-governo li.li-topo-governo a:hover.link-topo-governo.expresso-topo-governo {
                    color: #04b6f6;
                }

                #topo-governo #dentro-topo-governo li.li-topo-governo a.link-topo-governo.expresso-topo-governo span.topo-governo {
                    float: left;
                    margin-top: 3px;
                    margin-right: 4px;
                }

                #topo-governo #dentro-topo-governo li.li-topo-governo a.link-topo-governo.lai-topo-governo span.topo-governo {
                    float: left;
                    margin-top: 2px;
                    margin-right: 4px;
                }



.col4-3 .campodebusca ul {
    width: 440px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

    .col4-3 .campodebusca ul li {
        float: left !important;
        display: inline !important;
    }

/* Destaques na página inicial do BDE */
ul.dest {
    list-style-type: none;
    display: table;
    padding: 5px;
    width: 100%;
    table-layout: fixed;
    padding-left: 0px;
}

    ul.dest li.dest-item {
        display: table-cell;
        width: auto;
        text-align: center;
    }

table.crosstab td {
    white-space: pre-wrap !important;
}
