#topo {
    display: block;
    width: 100%;
    color: #fff;
}

#cabecalho {
    display: block;
    width: 100%;
    height: 4em;
    background-color: #053552;
    font-size: 0.7em;
}

.texto_cab_reduzido {
    display: none;
}


.btn_sair{
    position: absolute;
    right: 0.8em;
    top: 2.0em;
    z-index: 999;
}

.brasao_gov {
    float: left;
    max-width: 5.0em;
    margin-top: 0.2em;
    padding: 0.5em;
}

.texto_cab_completo {
    vertical-align: center;
    text-align: center;
}

.texto_cab_completo_spam {
    font-size: 1.0em;
}


@media only screen and (min-width: 801px)  {

    .brasao_gov {
        float: left;
        max-width: 5.0em;
        margin-top: 0.6em;
        padding: 0.7em;
    }

    #cabecalho {
        height: 6em;
        font-size: 0.6em;
    }

    .texto_cab_completo {
        font-size: 1.7em;
    }

    .texto_cab_completo_spam {
        float: center;
        font-size: 1.7em;
        vertical-align: center;
        text-align: center;
    }

    .sessao {
        position: absolute;
        top: 0.5em;
        right: 0.8em;
    }

    .btn_sair {
        top: 2.0em;
    }

    #cabecalho {
        font-size: 0.8em;
    }

}