/*.ConfigInicio {
    margin-top: -34px;
    width: 100%;
    height: 600px;
    background: #E0E0E0;
    background: #E0E0E0 url(../img/fundo1.jpg);
    background: #E0E0E0 url(../img/fundo_cod.png);
}*/

.formatoColuna {
    cursor: pointer;
    /*background: #E0E0E0;*/
    border: none;
    width: 50%;
    height: 45px;    
}

.formatoTabela {
    cursor: pointer;
    /*background: #E0E0E0;*/
    border: none;
    width: 900px;
    height: 230px;
    margin-left: 50px;
    margin-top: 20px;
    
}

.formatoTabela_1 {
    /*cursor: pointer;*/
    background: #E0E0E0;
    width: 100%;
    height: 100px;
    margin-left: 0px;
    margin-top: 0px;
    vertical-align: middle;
}

.formatoTabela_2 {
    background: #FFFFFF;
    cursor: pointer;
    width: 860px;
    /*height: 70px;*/
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 13px;    
    vertical-align: middle;
}

.TituloG {
    width: 380px;
    height: 25px;
    color:#DFEBF2 !important;
    cursor: pointer;
    /*background: #6E0000;#4082AB*/
    background: rgb(64, 130, 171);
    text-align: center;
    font-size: 28px;
    vertical-align: middle;
}

.buttonAnim:hover {
    width: 420px;
    height: 50px;
    color:#DFEBF2 !important;
    cursor: pointer;
    background: rgb(64, 130, 171);
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
}

.buttonAnim {
    width: 420px;
    height: 50px;
    color:rgb(64, 130, 171);
    cursor: pointer;
    background: rgba(10,10,10, .05);
    text-align: center;
    font-size: 15px;
    vertical-align: middle;   
}