h1, h2, h3 {
    color: rgb(27, 133, 200);
}

ul a {
    color: rgb(51, 51, 51);
}

ul.nav a:hover {
    color: rgb(68, 182, 73);
}

ul .active a {
    background-color: rgb(68, 182, 73) !important;
    color: white !important;
}

body {
    background-image: url("img/noisy-texture.png");
}

.btn.Azul {
    color: white;
    background-color: rgb(27, 133, 200);
}

th {
     background-color: rgb(229, 229, 229);
     font-weight: 400;
}

#tablaTotales caption {
    color: black;
    font-weight: 700;
}

#tablaPromedios caption {
    color: black;
    font-weight: 700;
}
