body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0px;
    margin-right: 15px;
    background-image: url("../images/pagina_editada.jpg");
    height: 2345px;
    background-position: -10px 0px;
}

#pagina {
    height: 100%;
}

#subvenciones {
    color: #095899;
    font-weight: bold;
    display: flex;
    width: fit-content;
    height: 60px;
    margin-top: 69px;
    margin-left: 15px;
    background-color: white;
    border: 0px;
    align-items: center;
}

#gc, #lz {
    color: black;
    height: 100%;
    margin-left: 10px;
    border: 0px;
    background-color: white;
    font-size: 20px;
}

#gc:hover, #lz:hover {
    color: #095899;
}