/* ****************************************************** */
/* CONFIGURACOES -> HTML E BODY */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    background-color: #f1f1f1;
    /*background: #999 url(imagens/fundo-01.png) top left repeat;*/
    font-family: Arial, Tahoma, Helvetica, sans-serif, Segoe UI;
    font-size: 13px;
    color: #111;
    /*overflow-y: scroll;*/
}

/* ****************************************************** */
/* CONFIGURACOES -> ESTRUTURA PRINCIPAL */
#divGeral {
    width: 980px;
    margin: 0 auto;
    min-height: 100%;
    background-color: #fff;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-size: 14px;
    line-height: 1.7em;
    -webkit-box-shadow: 1px 1px 15px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 15px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 15px rgba(50, 50, 50, 0.75);
}

#divTopo {
    width: 980px;
    text-align: center;
    height: 261px;
    margin: 0 auto;
    height: 279px;
    
}

#divMenu {
    width: 195px;
    float: left;
    display: table;
    color: #fff;
    padding-top: 0px;
    background-color: #f2f2f2;
    margin-top: 20px;
}

#divConteudo {
    width: 755px;
    min-height: 500px;
    float: left;
    background-color: #fff;
    padding: 10px 5px 30px 15px;
    line-height: 1.77em;
    margin: 0;
    margin-top: 20px;
    text-align: justify;
}

    #divConteudo p {
        text-align: justify;
    }

#divRodape {
    width: 980px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 12px;
    background-color: #333333;
    bottom: 0;
    margin-top: 10px;
}

    #divRodape img {
        border: 0;
    }


/* ****************************************************** */
/* CONFIGURACOES -> MENU */
#divMenu img {
    /*margin: 15px 0 0 10px;*/
    /*margin-left: 10px;*/
}

#divMenu ul {
    /*margin-left: 10px;*/
    margin: 0;
    padding: 0;
    background-color: #fff;
}

    #divMenu ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 10px;
        border-bottom: 1px dotted #ccc;
        line-height: 1.7em;
        border-left: solid 3px #e1eae8;
        font-size: 14px;
    }

        #divMenu ul li:hover {
            background-color: #f1f1f1;
            border-left: solid 3px #333333;
        }

caption {
    background-color: #f0f0f0;
    font-weight: bold;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    color: #666666;
    text-align: left;
    padding-left: 3px;
}

.sublinhado {
    text-decoration: underline;
}


#divMenu ul li a:link, #divMenu ul li a:active, #divMenu ul li a:visited {
    color: #333333;
    display: block;
    font-size: 13px;
    text-decoration: none;
}

#divMenu ul li a.verde {
    color: #005d5b;
    display: block;
}

#divMenu ul li a:hover {
    color: #005d5b;
    display: block;
    text-decoration: none;
}

#divMenu div {
    margin-left: 20px;
}




/* ****************************************************** */
/* CONFIGURACOES -> DIVERSOS */
h1 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: -1px;
    margin-top: -1px;
}

h2 {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

a:link, a:active, a:visited {
    text-decoration: none;
    outline: none;
    color: #0000ee;
}

a:hover {
    color: #0000ee;
    text-decoration: underline;
}

.table {
    background-color: #c9c9c9;
    width: 100%;
}

    .table td {
        background-color: #ffffff;
        text-align: left;
        padding: 4px;
    }

    .table th {
        background-color: #f0f0f0;
        text-align: center;
        font-weight: bold;
    }

.tableBorda tr td {
    border: solid 1px #999;
}

.verdeESCURO {
    color: #cdcdcd;
}

.verdeESCUROFUNDO {
    background-color: #F9F9F9;
}

.verdeAGUA {
    background-color: #f3f3f3;
}

.dia {
    color: #007c76;
    font-weight: bold;
}

.periodo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #f2f2f2;
    color: #9b9b9b;
    font-weight: bold;
}

.periodoConteudo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 5px;
}

.periodoConteudoNivel2 {
    padding-left: 12px;
}

.caixa {
    /*border: solid 1px #eae8e8;*/ /*border: solid 1px #cdcdcd;*/
    width: 100%; /*margin-left: 12px;*/
}

    .caixa tr td, .caixa tr th {
        border: solid 1px #cdcdcd;
    }

.clear {
    clear: both;
}

.campoLeft {
    float: left;
    margin-right: 30px;
}

.campoLinha {
    padding: 5px;
}

.larguraCampo {
    width: 400px;
}

.tituloCampo {
    font-weight: bolder;
    font-size: 11px;
}

.legenda {
    font-size: 10px;
    color: #999;
}

.btnGerarBoleto {
    background-color: #f7f7f7;
    padding: 12px;
    display: block;
    width: 280px;
    margin: 0 auto;
    border: 2px solid #ccc;
    text-decoration: none;
}

.itemapoio {
    margin-bottom: 30px;
}


.verde {
    color: #0f7b69;
    font-weight: bold;
}

.parceiros, .localizeSe {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

    .parceiros a {
        float: left;
        display: inline-block;
        padding: 16px;
    }

        .parceiros a img {
            height: 110px;
        }

    .localizeSe p {
        text-align: center !important;
    }


a.cronograma{
    float: right;
    display: inline-block;
    padding: 12px 28px;
    background-color: #d8e077;
    margin-bottom: 20px;
    width: 213px;
    text-align: center;
    margin-right: 8px;
    color: #3c5826;
    text-decoration: none;
    font-weight: bold;
}

a.cronograma span{
    float: left;
    line-height: 16px;
    display: inline-block;
}

a.cronograma:hover span {
    color: #333333;
    text-decoration: underline;
}

a.cronograma img{
    float: left;
    width: 16px;
    margin-right: 10px;
    border: 0;
}





@media (min-width: 980px) {
    #divMenu {
        display: table !important;
    }

        #divMenu ul li {
            display: list-item !important;
        }

            #divMenu ul li.botaoMenu {
                display: none !important;
            }
}


@media (max-width: 980px) {

    .parceiros a img {
        height: 70px;
    }

    .localizeSe p img {
        max-width: 100%;
    }

    #divGeral {
        width: 99%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    iframe {
        width: 98%;
    }

    #divTopo {
        width: 100%;
        margin: 0;
        border-left: none;
    }

    #divConteudo {
        width: 96%;
        padding: 2%;
        margin-top: 18px;
    }

    #divMenu, #divRodape {
        width: 100%;
    }

        #divMenu ul li.botaoMenu {
            background-color: #f1f1f1;
            color: #333333;
            display: block;
            cursor: pointer;
            line-height: 18px;
        }

            #divMenu ul li.botaoMenu img {
                width: 20px;
            }

    #divTopo, #divTopo img {
        height: inherit !important;
        max-width: 100%;
    }

    #divMenu ul li:not(.botaoMenu) {
        display: none;
    }

    .anoAnteriores {
        width: 95%;
        float: none;
    }

    .submenu {
        position: relative;
        float: none;
        width: 100%;
        height: auto;
        background-color: #F9F9F9;
        border: solid 1px #E9E9E9;
        text-align: left;
        min-width: 188px;
        line-height: 26px;
        margin-bottom: 32px;
        margin-top: 0;
    }
}
