#banner {
    width: 100%
}
body {
    font-family:'Calibri';
    
    color: #333;
    background: #ddece1;
    line-height: 1.6;
}

section {
    padding-left: 5%;
}
h2 {
    text-decoration: underline;
    
}
nav ul {
    height: 50px;
    background-color: #faf2f2ee;
    
    display: flex;
    justify-content: center;
    gap: 2rem;

    
}

nav ul li {
    
    display: flex;
    
}


.fuente {
    text-align: center;
    font-family:'System';
    color:#059b1e;
    font: size 16px;

}

#año {
text-align: left;
width: 100px;
}
#album {
    text-align: left;
    width: 300px;
}
#detalle {
    text-align: left;
    width: 600px;
}
.tablas {
    border-style: solid;
}

#pie {
    text-align: center;
}