* {margin: 0; padding: 0;}
html {-webkit-font-smoothing: antialiased !important;}
@font-face {
    font-family: "Sequel45";
    src: url(../fuentes/Sequel45.otf);
}
@font-face {
    font-family: "Sequel55";
    src: url(../fuentes/Sequel55.otf);
}
@font-face {
    font-family: "Sequel75";
    src: url(../fuentes/Sequel75.otf);
}
    
body {
    background-color: cadetblue;
    width: 100%;
    font-family: sans-serif;
    margin: 0 auto;
    max-width: 90vw;
    
}

h1 {
    font-family: "Sequel55", "Arial", sans-serif;
    color: palegoldenrod;
    font-size: 1.7em;
    margin-top: 1em;
    height: 
}

h2 {
    font-family: "Sequel45", "Arial", sans-serif;
    color: white;
    font-size: 1.2em;
    margin-top: 0.8em;
}

h3 {
    font-family: "Sequel55", "Arial", sans-serif;
    color: palegoldenrod;
    text-decoration: underline;
    font-size: 1.2em;
    margin-top: 1.3em;
}

main p {
    font-family: "Helvetica", sans-serif;
    color: white;
    font-size: 1em;
}

footer p {
    color: palegoldenrod;
    font-size: 0.75em;
}

a {
    color: white;
    text-decoration: underline white;
}

.guion {
    background-color: white;
    width: 8em;
    height: 0.1em;
    margin: 3.2em auto 0 auto;
}

.botonera {
    display: flex;
    margin-top: 1em;
    height: 2em;
}

.botonera img {max-height: 100%; max-width: 100%;}

/* HEADER */
header nav {
    display: flex;
    margin-top: 0.5em;
}

header nav ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

header nav ul li {
    display: flex;
    width: 21vw;
    height: 3em;
    margin: auto 0.2em;
    border-radius: 0.7em;
    align-items: center;
    justify-content: center;
    background-color: cadetblue;
}

header nav ul li a {
    display: flex;
    text-decoration: none;
    justify-content: center;
    font-size: 0.9em;
}

header nav ul li a:hover {text-decoration: underline;}


/* MAIN */
main nav {margin-top: 0.2em;}

main nav ul {padding-left: 1em;}

main nav ul li a {
    font-size: 0.9em;
    text-decoration: none;
}

main nav ul li a:hover {text-decoration: underline;}

a.lnkvm05 {
    font-size: 1em;
    text-decoration: none;
}

a:hover.lnkvm05 {text-decoration: underline;}

/* MAPA */
#ulMapa1 {
    margin-left: 1em;
    list-style: decimal;
    line-height: 1.5em;
}

#ulMapa2 {
    margin-left: 1em;
    list-style: disc;
}

/* FOOTER */


#ctLogo {
    display: flex;
    
}

#logoDgpc {
    width: 30%;
    height: 100%;
}

#ctFoto {
    display: flex;
    justify-content: center;
}

#foto {
    width: 100%;
    height: 70%;
}