@import url('https://fonts.googleapis.com/css?family=Roboto');
@charset "utf-8";
* {margin: 0; padding: 0;}
    
body {
    background:#009CDA;
    width: 100%;
    color: white;
    font-family: 'Roboto', sans-serif;
    line-height:1.5em;
    margin: 0 auto;
    max-width: 90vw;
    justify-content: space-between;
}

h1 {
    font-weight: bold;
    line-height:normal;
    text-align:center;
    margin: 3em;
}

h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 1em;
}

h4 {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 0.2em;
}

p {
    font-size: 0.85em;
}

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

/* HEADER */
header nav {
    margin-top:.8em;
}

header nav ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}

header nav ul li {
    width: 21vw;
    line-height: 3em;
    border-radius: 0.7em;
    background-color: rgba(0,0,0,0.2);
}

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 {
    margin-top:1em;
}

main#vm05 section {
    margin-top:1em;
}


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;
}

/* MAPA */

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

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

#mapa {
    width:100%;
}

/* FOOTER */
footer {
    margin-top: 2vh;
    margin-bottom: 1em;
    margin-left: 1vh;
    
}

footer p {
    font-size: 0.75em;
}


#logoDgpc {
    margin-top: 1em;
}