.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(225, 235, 169);    
    border-top: 1px solid black;
    border-bottom: 1px solid black;   

}

.nav-item {
    margin-left: 2px;
    margin-right: 2px;
    border-bottom: 2px solid transparent;
} 

.nav-item:hover {
    background-color: rgb(244, 240, 227);
    border-bottom: 2px solid rgb(0, 61, 48);
}
.EstiloNB {
    margin-right: -15px;
      left: 200;    
      width: 145px; /* Ancho del círculo */
      height: 90px; /* Alto del círculo */
      background-color: rgb(244, 240, 227); /* Color de fondo */
      border-radius: 0%; /* Esto crea el círculo */
      border-right: 1px solid black;
      border-left: 1px solid black;
      
}


body{
    background-color: rgb(244, 240, 227);
}


.card {
    border: 1px solid rgb(0, 61, 48);
}

.card-header {
    display: flex;
    justify-content: space-between; /* Distribuye el espacio entre los elementos */
    align-items: center; /* Alinea verticalmente los elementos en el centro */    

    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    background-color: rgb(225, 235, 169);
    color: rgb(0, 61, 48);
    border-bottom: 1px solid rgb(0, 61, 48);    
}

.card-footer {
    border-top: 1px solid rgb(0, 61, 48);
}

h1 {
    color: rgb(225, 235, 169);
}

.navbg {
    background-color: rgb(225, 235, 169);
}

.anchonav {
    width: 100px;
}

.inicio {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;     /* Centra verticalmente */
}


.btnIniciar {
    color: rgb(244, 240, 227);
    background-color: rgb(0, 61, 48);
    border-color: rgb(0, 61, 48);
    font-weight: bold;
}

.iSesion {
    margin-top: 50px;
    width: 130%;
}

.resultado {
    display: flex;
    justify-content: right; /* Centra horizontalmente */
    align-items: right;     /* Centra verticalmente */
}


#btnNavegador {
    justify-content: left; 
}

.Titulo {
    text-align: center;
    width: 100%;
}


.btnAtrasTitulo {
    display: flex;
    justify-content: space-between; /* Distribuye el espacio entre los elementos */
    align-items: center; /* Alinea verticalmente los elementos en el centro */
}

th {
    background-color: lightblue;
    border-color: black;
    border-width: 1px;
    color: black;
    text-align: left;
    font-size: 12px;
}

thead {
    border: 1px black;
}

.cerrar-sesion {
    display: flex;
    justify-content: right; /* Centra horizontalmente */
    margin-right: 0px;
    align-items: center;     /* Centra verticalmente */


}


