/* 
    Created on : 11/12/2019, 09:02:58
    Author     : PAULO HENRIQUE
*/

html, body {height:100%;}

body {
    margin: 0;
    padding: 0;
    border: none;
    font: 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
    text-align: center;

    
}


body#templateLogin #topo {
    height: 40px;

}










#conteudo {
    padding-bottom: 30px;
    

}



#rodape {
    position: absolute;
    height: 25px;
    width: 100%;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #c30;
    clear: both;
    margin-top: 5px;
    background-color: #6699ff;
    
}



#topo {
    position: relative;
    background:#cfc;
    width:100%;
    height:54px;
    
    text-align:center;
    padding-top:1px;
    background-image: url("/siceb/javax.faces.resource/imagens/topo.png.html");

}






#tudo {
    position: relative;
    min-width: 800px;
    max-width: 1000px;
    text-align: left;
    min-height: 100%;
    text-align: left;
    margin: 0 auto;
    background-color: white;
    /* background-image: url(imagens/fundo2.png); 
    background-size: 1000px;
    background-position: bottom;
    background-repeat: no-repeat;
    */

    
}


#roteiro { 
    float: right;
    margin-top: 15px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 13px;
    color: white;
    text-align: right;
    

}