.cabeza{
    padding: 5px;
    color: blue;
}

footer{
    /*margin-top: 28%;*/
}

.Text-Center{
    text-align: center;
}

._justificarTexto{
    text-align-last: justify;
}

.noDecorationList{
    list-style: none;
}

.nav{
    background-color: lightblue;
    padding: 5px;
    border-radius: 25px;
}

.lvl1{
    background-color: black;
}

.lvl2{
    background-color: navy;
}

.lvl3{
    background-color: white;
}

.carousel-inner{
    border-radius: 25px;
}

.non{
    background-color: rgb(216, 213, 213);
    border-radius: 15px;
}

.CornerCircle{
    border-radius: 50px;
}

.backPage{
    
}