﻿/* Index.html */

.body-background {
    background-color: #fbf7e6;
}


/* Contenedor principal */
/* Contenedor para que la barra de desplazamiento solo esté en el body */

.MainContainer {
    padding-top: 48px;
    padding-bottom: 20px;
    max-height: 100vh;
    overflow-y:auto;
}


/* Barra superior */

.menuBar {
    background-color: #9a7f6a;
    color: #211d19
}


/* Menu lateral */

.MenuPrincipalLateral {
    background-color: #e3c8ac;
    font-weight: 700;
}

    .MenuPrincipalLateral .mud-nav-link .mud-nav-link-text {
        color: #403830;
        font-weight: 700;
        white-space: nowrap;
    }






