body{
    background-color: rgb(236, 236, 236);
}

.principal {
    background-color: rgb(255, 255, 255);
}

.titulo{
    font-family: inherit;
    color: #0056b3;
}

.secciones{
    color: #0056b3;
    font-weight: bold; 
    margin-top: 1%; 
    margin-bottom: 1%;
}

.subseccion{
    color: #0056b3;
    font-size: 30px; 
}

table{
    font-weight: bold;
    text-align: center;
}

.form-label , .form-check-label{
    color: #003c7c;
    font-weight: 500;
}

.cuerpoPrincipal{
    margin-left: 5%;
    margin-right: 5%;
}

