.fundo_menulateral {
    /*background-image: url(../layout/img/fundo_lateral.png);*/
    background-size: 100vh;
    background-repeat: no-repeat;
    width: 280px !important;
}

.fundo_rodape {
    /*background-image: url('../layout/img/rodape_imagem.png');*/
    background-position: bottom left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}

.rodape_fixo {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}