:root{
}

div#div_pagina.pagina{
    position: relative;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div_cabecalho.cabecalho{
    /*background-color: lightseagreen;*/
    flex-grow: 0;
    background: url("../img/barra-amarelo-azul.png.xhtml") repeat-x;
    background-position: bottom;
    padding-top: 5pt;
    padding-bottom: 15pt;
    padding-left: 7pt;
    padding-right: 7pt;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div#div_conteudo.conteudo{
    /*background-color: orangered;*/
    flex-grow: 1;
    padding: 10px;
}

div#div_rodape.rodape{
    /*background-color: lightseagreen;*/
    flex-grow: 0;
    background: url("../img/barra-amarelo-azul.png.xhtml") repeat-x;
    background-position: top;
    padding-top: 15px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#div_cabecalho.cabecalho img#img_logo.cabecalho{
    width: 40pt;
}

div#div_cabecalho.cabecalho h1#titulo_aplicacao.cabecalho{
    margin-left: 10pt;
    font-size: 25pt;
}

/******************************************************************************
**** Customização
******************************************************************************/

.dialogo{
    width: 70% !important;
}

.dialogo p.mensagem{
    text-align: justify;
}