body{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    background-color: #FFFDD8;
}

#logo {
    height: 300px;
    text-align: center;
    padding-top: 60px;
}

#logo img {
    height: 100%;
}

#contacto {
    text-align: center;
    padding-top: 30px;
}

#contacto a {
    text-decoration: none;
    color: rgb(68, 68, 68);
    font-weight: bold;
}

.documentos-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.documentos-btn a{
    text-transform: uppercase;
    color: #1a5e35;
    text-decoration: none;
    font-weight: 900;
    font-size: 24px;
}

.content{
    width: 90%;
    max-width: 800px;
    margin: auto;
}

.cabecera-documentos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0px;
    margin-bottom: 0px;
    flex-direction: column;
}

.cabecera-documentos img{
    width: 150px;
    height: auto;
}
.cabecera-documentos h1{
    text-transform: uppercase;
    color: #1a5e35;
    text-decoration: none;
    font-weight: 900;
    font-size: 40px;
    padding: 0px;
    margin: 0px;
}

article ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

article ul li{
    background-image: url(../img/pdf_ico.png);
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: left center;
    padding-left: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

article ul li a{
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}