* { transition: 0.2s height ease-in-out; }
body { font-family: "Myriad Pro", Myriad, verdana, Univers; font-size: 16px; padding: 0px; margin: 0px; background-color: #f1f2f3; }
    body #Content { min-width: 320px; }
    body #Site { width: 100%; margin-left: 0%; min-width: 310px;  min-height: 100vh; height: fit-content;  position: relative;}
    body #Cabecalho, body #Cabecalho > *, body #Menu > ul { padding: 0px; margin: 0px; }
    body #Cabecalho { background-color: #545454; border-top: 10px solid #313131; }
        body #Cabecalho > span { display: none; }
    /*body #Rodape { background-image: url(../../Images/fundo-cabecalho-home-laranja.png); background-position: center; background-repeat: no-repeat; }*/
    body #Rodape { position: absolute; bottom: 0; float: left; width: 100%; text-align: center; padding: 10px 0px 10px 0px; font-size: 11px; margin-top: 50px; z-index: 0; color: #545454; border-top: 1px solid #aaa; }

.image-background { background-repeat: no-repeat; background-position: 0% 100%; }

body #Conteudo { min-height: 370px; padding-bottom: 15vh!important;}

