/*header*/
body > header{
    font-size: 300%; 
    font-family: Nabla;
    background-color: #b70000;
    margin-right: 0;
    margin-left: 0;
    padding: 15px 0;
    display: flex;
}
/*logo*/
header > a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
/*footer*/
body > footer{ 
    background-color: #000000;
    color:#ffffff;
    margin: 0;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 20px;
}


/*Enlaces del Header*/
header > a:hover{
    background: #bb4400;
}
.Registro{
    position:absolute;
    margin: 0;
    top: 35px;
    right: 5%;
}
.Registro >li{
    font-size: 50%;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    text-align: center;

}
.Registro #InicioS:hover{ 
    background: #bb4400;
}
.Registro #Registrarse:hover{
    background: #bb4400;
}