* {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline;
}

body {
    overflow-x: hidden;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

.clear {
    display: block;
    clear: both;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
}

footer {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 40px !important;
    width: 1000px !important;
    position: relative !important;
    line-height: inherit !important;
    padding: 0 !important;
    font-size: inherit !important;
}

a {
    cursor: pointer;
}

.img-center {
    display: block;
    /*margin-right: auto;*/
    margin-left: auto;
}

.watermark {
    color: rgba(66, 139, 202, 0.65);
    font-style: italic;
}

.container {
    width: 1031px !important;
    margin-top:2em;
}

/*------------------------------------------------------------- HEADER --------------------------------------------------------------*/
.headerMenu {
    width: 1000px;
    margin: auto;
}

#top {
    height: 177px;
    background: url("../../Images/bg-header.png") no-repeat #FFFFFF;
}

    #top > #acess-top {
        height: 40px;
    }

    #top > #bg-top img#logo {
        height: 110px;
    }

    #top > #bg-top h1 {
        padding-top: 0.8em;
        background-position: left center;
        background-repeat: no-repeat;
        height: 1em;
        width: 2em;
    }

#bg-top a {
    cursor: pointer;
}

/*#bg-top img {
    height: 137px;
    /*padding: 20px;
    width: 100%;
}*/

.none-radius {
    border-radius: 0 !important;
}

/*------------------------------------------------------------- TEXT --------------------------------------------------------------*/
.bar-header {
    background: none repeat scroll 0 0 rgb(41, 96, 149);
    color: white;
    font-weight: bold;
    padding-bottom: 9px;
    padding-top: 9px;
    text-indent: 0.5em;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
    height: 33px;
}

.bar-destaque {
    background: none repeat scroll 0 0;
    color: black;
    font-weight: bold;
    padding-bottom: 9px;
    padding-top: 15px;
    text-indent: 0.7em;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 33px;
}

.header-slider {
    background: rgb(41, 96, 149);
    color: white;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0 !important;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.box-slider {
    width: 200px;
    height: 100px;
    border: 1px solid;
    margin-right: 20px;
    padding: 0px;
}

.text-img {
    font-size: 13px;
}

.titulos-slider {
    border-bottom: 5px solid #5C94CF;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 16px;
    width: 400px;
}

.titulos-slider1 {
    border-bottom: 5px solid #5C94CF;
    font-weight: bold;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 16px;
    width: 189px;
}


#legenda > a {
    font-weight: bold;
}

.space-align {
    padding: 10px;
}

.box-concurso {
    padding: 13px 0px;
    text-align: justify;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DFE1E1;
    width: 100%;
    margin-bottom: 23px;
    float: left;
    font-size: 11px;
}

.box-grupos {
    background: none repeat scroll 0 0 #F5F5F5;
    margin-bottom: 5px;
    border: 2px solid white;
    font-size: 12px;
}

.box-grupos-filtro {
    background: none repeat scroll 0 0 #F5F5F5;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border: 2px solid white;
    /*font-size: 12px;*/
}

.box-grupos-titulo {
    background: none repeat scroll 0 0 rgb(41, 96, 149);
    color: white;
    margin-bottom: 5px;
    border: 2px solid white;
    font-size: 14px;
    font-weight: bold;
}

.box-vertical2 {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DFE1E1;
    font-size: 11px;
    margin-bottom: 23px;
    min-height: 167px;
}

.box-vertical4 {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DFE1E1;
    font-size: 11px;
    margin-bottom: 23px;
    min-height: 318px;
}

.box-height {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DFE1E1;
    font-size: 11px;
    margin-bottom: 23px;
}

.box-destaques {
    position: relative;
    width: 95%;
    height: auto;
    background: #DFE1E1;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    margin: 0 auto auto;
}

.box-destaques:after {
	top:auto;
	bottom: 0px;
	left: 0.9%;
	right: auto;
}

.icones-acesso {
    float: left;
    height: 5.5em;
    padding-right: 10px;
    width: auto;
}

.img-concurso {
    float: left;
    height: 88px;
    width: 98px;
    font-size: 4em;
    padding-right: 10px;
}

.btn-calendario {
    width: 19px;
    vertical-align: text-bottom;
    margin-left: -3px;
    cursor: pointer;
}

.img-foto_sec_foto {
    float: left;
    margin: 10px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.padding-right-10px {
    padding-right: 10px;
}

.padding-left-null {
    padding-left: 0 !important;
}

.padding-right-null {
    padding-right: 0 !important;
}

.align-center {
    height: 82.3px;
    margin: 0 auto;
    padding-top: 10px;
    width: 85%;
}

.opcoes-top {
    padding: 5px;
    text-align: right;
}

.intranet {
    float: right;
    margin-right: 25px;
}

    .intranet img {
        display: inline-block;
        height: 17px;
        vertical-align: text-bottom;
    }

    .intranet a {
        vertical-align: middle;
        color: #4D4D4D;
        cursor: pointer;
        text-decoration: none;
    }

        .intranet a:hover {
            color: #4D4D4D;
            cursor: pointer;
            text-decoration: underline !important;
        }

.acessibilidade {
    margin-right: 3px;
}

.box-caracteresRestantes {
    font-size: x-small;
    font-weight: bold;
}

.info-obrigatorios,
.info-tamanhomax {
    font-size: small;
    font-weight: bold;
}

.info-tamanhomax {
    position: absolute;
    margin-top: -10px;
}

.icon-intranet {
    background-image: url("../../../Images/lock.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.icon-mail {
    background-image: url("../../../Images/mail.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.icon-a {
    background-image: url("../../../Images/a.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.icon-aPlus {
    background-image: url("../../../Images/a+.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.icon-aLess {
    background-image: url("../../../Images/a-.png");
    background-position: left center;
    background-repeat: no-repeat;
}

.box-carrosel {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DFE1E1;
}

#playPauseLista, #playPauseNoticias{
    border-radius:3px 4px;
    z-index:9999;
    cursor:pointer;
    background:url(../../Images/pause.png) no-repeat center center;
    width:30px;
    height:20px;
    border:2px solid rgb(41, 96, 149);
    padding:0px 5px 1px 5px;
    float:left;
}

#playPauseNoticias{    
    margin-top:-15px;
    margin-left:3px;
}

#playPauseLista{
    margin-left:15px;
}

#playPauseNoticias.paused, #playPauseLista.paused{
    background:url(../../Images/play.png) no-repeat center center;
}

.maisNoticias {
    background: url('../../Images/bt_noticias.png') no-repeat left bottom;
    margin-left: 520px;
    margin-top: -19px;
    margin-bottom: 7px;
    padding: 5px 14px;
}

    .maisNoticias a {
        color: white;
        font-size: 12px;
        margin-left: 12px;
    }

        .maisNoticias a:hover {
            color: white;
            text-decoration: none;
        }

.header-slider-horizontal5 {
    height: 36px;
}

    .header-slider-horizontal5 span {
        vertical-align: middle;
    }

span.txt-horizontal4 {
    color: #6d6d6d;
}


.div-horizontal4:hover span.txt-horizontal4 {
    color: #000000;
}

/*#region [ListaHorizontal5] */

.box-horizontal5 {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DFE1E1;
    height: 255px;
    margin-bottom: 10px;
}

    .box-horizontal5 .paragrafo-horizontal5 {
        padding: 7px;
        width: 100% !important;
    }

        .box-horizontal5 .paragrafo-horizontal5 p {
            margin: 0;
            font-size: 11px;
            line-height: 1.5;
            text-align: justify;
        }

.img-carrosel {
    width: 100%;
    height: 130px;
    padding: 5px;
}

.paragrafo-carrosel {
    font-size: 11px;
    line-height: 1.5;
    padding: 7px;
    text-align: justify;
    width: 100% !important;
}

/*#endregion */

/*#region [ListaHorizontal6] */

.box-horizontal6 {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #DFE1E1;
    /*height: 220px;*/
    margin-bottom: 10px;
}

    .box-horizontal6 .paragrafo-horizontal6 {
        padding: 7px;
        width: 100% !important;
    }

        .box-horizontal6 .paragrafo-horizontal6 p {
            margin: 0;
            font-size: 11px;
            line-height: 1.5;
            text-align: justify;
        }

        .box-horizontal6 .paragrafo-horizontal6 h5 {
            margin-top: 0;
            text-align: center;
            font-weight: bold;
        }

.img-carrosel {
    width: 100%;
    height: 130px;
    padding: 5px;
}

.paragrafo-carrosel {
    font-size: 11px;
    line-height: 1.5;
    padding: 7px;
    text-align: justify;
    width: 100% !important;
}

/*#endregion */

.fundoAcesso {
    background: none repeat scroll 0 0 #E6E6E6;
    clear: both;
}

    .fundoAcesso .conteudoAcesso {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        padding-top: 4px;
        width: 1000px;
    }

        .fundoAcesso .conteudoAcesso span.tituloFooter {
            font-weight: bold;
            font-size: 18px;
            margin-left: 10px;
        }

        .fundoAcesso .conteudoAcesso .acessoColuna {
            float: left;
            margin-top: 10px;
        }

.acessoColuna ul {
    border-left: 1px solid #4d4d4d;
    padding-left: 10px;
}

div.acessoColuna li > a {
    font-size: 13px;
}

/*a.grupoFooter {
    font-weight: bold;
}*/

.linkFooter:hover{
    font-weight: bold;
    text-decoration: underline !important;
}

/*a.grupoFooterHover {
    text-decoration: underline !important;
}*/

.fundoAcesso .conteudoAcesso a, .fundoAcesso .conteudoAcesso span {
    color: #4D4D4D;
    text-decoration: none;
}

#halfCol {
    background: #F5F5F5;
    border: 1px solid #DFE1E1;
    border-radius: 4px 4px 0px 4px;
    height: 300px;
    margin: 0 0 16px;
    overflow: hidden;
}

/*#region [CarrosselImagemUnica] */

#banners {
    border-right: 1px solid #CCCCCC;
    float: left;
    width: 75%;
    height: 300px;
}

    #banners img {
        padding: 0 1px 0 0;
        vertical-align: top;
    }

#banners_container {
    width: 430px;
    height: 300px;
    float: left;
}

#bannersOptions {
    float: right;
    width: 240px;
}

.selecionado {
    background-color: #E6E6E6;
}

.hidden {
    display: none;
}

div.banners_container .caroufredsel_wrapper {
    border-right: 1px solid #DFE1E1;
}

.divImagem {
    float: left;
    display: block;
    /*width: 360px;
        height: 300px;*/
    cursor: pointer;
}

.divTituloCarrossel {
    background: url('../../../Images/bgTituloCarrossel.png') no-repeat left bottom;
    margin-top: 4px;
    margin-left: -8px;
    position: absolute;
    z-index: 10;
    font-weight: bold;
}

    .divTituloCarrossel div {
        background-color: rgb(41, 96, 149);
        color: white;
        padding: 5px 5px 5px 12px;
        margin-bottom: 5px;
    }

.tituloLegenda {
    font-weight: bold;
}
/*#endregion */

/** BANNER MENU*/
.txt_bannermenu {
    border-bottom: 1px solid #DFE1E1;
    color: #6D6D6D;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    padding: 2px 10px;
    height: 60px;
    text-align:justify;
}

    .txt_bannermenu span p {
        margin-bottom: 0px;
    }

#legenda {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    font-size: 12px;
    height: 58px;
    margin-top: 240px;
    opacity: 0.85;
    padding: 5px 0 5px 5px;
    position: absolute;
    width: 360px;
    z-index: 10;
}

    #legenda p {
    }

.txt_bannermenu:hover {
    text-decoration: none;
}

#search {
    border: none;
    float: right;
    padding: 3px 8px;
    width: 220px;
}

#search_text {
    float: right;
    height: 25px;
    width: 170px;
    outline: none;
    border: 1px solid white;
    box-shadow: none;
    color: #4D4D4D;
    font-size: 16px;
}

#search_button {
    float: right;
    height: 25px;
    cursor: pointer;
}

#noticias {
    margin-bottom: 20px;
}

    #noticias p {
        border-bottom: 1px dashed #4D4D4D;
        margin-bottom: 30px;
    }

    #noticias h3 {
        font-weight: bold;
    }

    #noticias > p.txt-noticias {
        font-size: 13px;
        line-height: 2;
        text-align: justify;
        border: none;
    }

.box-noticias {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DFE1E1;
    float: left;
    font-size: 11px;
    margin-bottom: 23px;
    text-align: justify;
    width: 100%;
}

.list-noticia {
    border-bottom: 1px dashed #4D4D4D;
    padding-bottom: 10px;
    padding-top: 20px;
}

    .list-noticia > p {
        font-size: 10px;
        margin-bottom: 0;
    }

    .list-noticia > h4 {
        margin-top: 3px;
    }

.header-noticias {
    background: #296095;
    font-weight: bold;
    padding-bottom: 9px;
    padding-top: 9px;
    text-indent: 0.5em;
    text-transform: uppercase;
    margin-top: 0px;
    color: #FFF;
}

.box-height ul {
    padding: 5px;
}

.box-height li:first-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}

.box-height li {
    background: none repeat scroll 0 0 #CCCCCC;
    border-bottom: 5px solid #F5F5F5;
    padding: 10px;
}

.icons-li {
    height: 20px;
    padding-right: 5px;
}

.icons-email {
    height: 13px;
    padding-right: 5px;
}

.img-principal {
    height: 200px;
    width: 100%;
}

.pgr-grupos {
    text-align: center;
    font-size: 12px;
    background-color: rgb(41, 96, 149);
    color: white;
}

    .pgr-grupos a {
        color: white;
    }

        .pgr-grupos a:hover {
            color: white;
            text-decoration: underline;
        }

    .pgr-grupos .resumo {
        font-weight: bold;
    }

.pgr {
    background-color: #999999 !important;
}

    .pgr td {
        border-width: 0;
        padding: 0 6px;
        border-left: solid 1px #666;
        font-weight: bold;
        color: #fff;
        line-height: 12px;
        background-color: #999999 !important;
    }

    .pgr a:link {
        color: #0A7CFF;
        text-decoration: none;
    }

    .pgr a:visited {
        color: #0D8F1A;
    }

    .pgr a:hover {
        color: #FF670F;
        text-decoration: underline;
    }

    .pgr a:active {
        color: red;
    }

.textAreaComentario {
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 15px;
    border: 1px solid #b9bdc1;
    outline: none;
    padding: 5px;
    height: 60px;
    word-wrap: break-word;
}

.imagem-Upload {
    width: 140px;
    height: 100px;
    border: thin;
    border-color: #333;
}

.imagem-mascara {
    position: absolute;
    right: -270px;
    z-index: 2;
}

.hideImage {
    z-index: 1;
}

.showImage {
    z-index: 3;
}

.textoInformacaoBlocos {
    bottom: -49px;
    font-size: small;
    font-weight: bold;
    position: absolute;
    left: 0;
    min-width: 200px;
}

.textoInformacaoImagem {
    font-size: small;
    font-weight: bold;
}

.chk-lbl-margin label {
    margin-left: 5px;
}

/*#region Páginas */

.pag-noticia-ascom {
    width: 100%;
    margin-top: 18px;
}

/*#endregion */

h6.titulo_informacao_box {
    margin: 0 0 5px;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
}

.link_parceiros {
    display: block;
    float: left;
    margin-left: 17px;
}

.txt_parceiros {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.mapa_site {
    font-size : 15px;
    font-weight: normal;
}

#box-ouvidoria-nacional-do-cnmp {
    margin-top: 20px;
}