* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
}

.barra-del-nav {
    height: 80px;
    padding-top: 10px;
    padding-left: 10px;
}

.fondo-titulo {
    color: white;
    background-color: #1321ed;
    text-align: center;
}

h1 {
    text-align: center;
    color: #1321ed;
}

h2 {
    text-align: center;
    color: #1321ed;
}

h5 {
    text-align: center;
    color: #1321ed;
    text-decoration: underline;
}

.separador {
    height: 20px;
}

.TNesTM {
    color: #5271ff;
}

.MiPPW {
    color: #00a8f3;
}

.I2DCWH {
    color: #a066a7;
}

.I2DCPAds {
    color: #f66505;
}

.boton {
    background-color: #1321ed;
    color: white;
    margin-left: 42%;
    width: 120px;
    height: 30px;
    text-align: center;
    border-radius: 5%;
}

.fondo-del-footer {
    background-color: #1321ed;
    height: 120px;
    margin-top: 20px;
    height: 250px;
}
.texto-del-footer {
    text-align: center;
    margin-top: 20px;
    color:white;
}

.ubicación-en-el-footer {
    padding-top: 30px;
}