@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto');
html{
    width: 100%;
}

body{
    text-align: center;
    width: 98%;
    padding: 1%;
    margin: 0;
    background-color: rgb(52, 139, 160);
    
}

a:hover{
        color: skyblue;
}

header img{
    height: 5em;
}

.dgpc {
    background-color: white;
    padding: 1em;
    text-align: center;
}
.institucional{
    height: 100%;
}
.institucional p {
    background-color: white;
    margin: 10px 3%;
    display: inline-block;
    width: 22em;
    text-align: center;
    padding: 0.5em;
    border: 2px solid grey;
}

.div-bg{
    background-image: url("imagenes/techo.jpg");
    background-position: center center; 
    background-size: cover;
    height: 18em;
}

main{
    text-align: center;
}

 nav{ 
    background-color: #d6cdcd;
    padding: 0.9em 0 0 0;   
    text-align: center;
}
    
header nav ul { 
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;
    text-align: center;
    flex-flow: row wrap;
}

nav ul li {

    margin-top: 0px;
    text-align: center;
}
    
header ul li a {
    color: black;
    text-decoration: none;
    display: block;
    width: 17em;
    height: 1.9em;
    text-align: center;
    margin: auto;
    font-family: 'Roboto', sans-serif;
}

section nav ul { 
        
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-around;
    text-align: center;
    flex-flow: row wrap;
    padding-bottom: 0.5em;
}

nav ul li {

    margin-top: 0px;
     text-align: center;
}

section ul li a {
    color: black;
    text-decoration: none;
    display: block;
    width: 17em;
    height: 1.9em;
    text-align: center;
    margin: auto;
    font-family: 'Roboto', sans-serif;
}
section{
    margin-bottom: 2%;
}

footer{
    color: #c2e0f7;
    margin: auto;
    margin-top: 2%;
    text-align: center;
    text-align: center;
    padding:1em 2em 1em 2em; 
    background-color: #005a65;

}

.mapa {
    width: 80%;
    max-width: 930px;
    margin-bottom: 1%;
}

.panel {
    width: 80%;
    max-width: 930px;
    margin-bottom: 1%;

.carta {
    text-align: left;
    color: aliceblue;
    font-family: 'Roboto', sans-serif;
}