@charset "utf-8";
* {
    margin: .3em;
    padding: .3em;
    border: .2em;
    box-sizing: border-box;
    font-family: sans-serif;
    justify-content: center;
}
img {padding: 10%;
    
     }
.botones {list-style: none;
    text-decoration: underline;
}
header {background-color:#5eaa9b;
margin: 0em;
padding: 0em;
 
}
body {
    font-family: sans-serif;
    color: #6f6f6f;
    list-style: none;
    display: block;
    background-color: #0f3434;
    margin:0em;
    padding: 1em;
    }

.titulo{
    color:#45adad;
    font-size:2em;
} 
.sub{
    color:#5eaa87;
    padding: 0em;
}


  
div img {
    margin: 10px
    
}
nav ul li{
    display: inline;
    padding: 10px;  
    background-color:#a9d1e3;
    border-radius: .5em;}

nav ul {
        list-style: none;
        padding: 0;
        margin-bottom: 3em;
        display:flex;
        }    
 

    nav ul li{display: inline;
          padding:0px;   
}

    nav ul li a {
    display: flex;
    color:#0f3434;
    text-decoration: none;
    font-size: 20px;
    font-family: "Roboto",sans-serif;
        
}
.subtitulos{
    font-style: italic;
    font-size: .5em;
    color:mediumaquamarine;
    background-color:darkcyan;
    color: white;
    padding: .3em;
 font-size: 1em;
}
.dato{
    font-size: 13px;
    color: #678b78;
    text-shadow:2em;
    list-style:none;
   }
.redes {
    display: flex;
    margin 2em;
    width: 60px;
    height: 60px;

}
#texto{font-size: .8em;
    background-color: whitesmoke;
    opacity: 0.8;
    padding-bottom: 1rem;
    padding: 1.2em;
    margin-top: 1rem;
    border-radius: 1em;
    list-style: none;
}
main h2 {text-align: left;
    font-size: 17px;
    font-weight: 100;
    color: red;
    display: block;
    margin: 0em;
   }

footer {background-color:white;
    color:#4c864c; 
    margin: .9em; .9em;
    padding:.1em;
    font-size:.6em;
    display:block;
    border: 0;}
    

#paginas { list-style: none;
    display: flex;
    flex-direction: row;
    
    }
#grupo  li {
    display: flex;
    color: cadetblue;
    background-color: #cbcbcb;
    border-radius: 1em;
    font-size: 1em;
    padding: .2em;
    align-content: center;
    align-content: center;
    margin: .5em;
    box-shadow: 0 0.2em 0.6em rgba(54, 40, 44, 0.4);
    list-style: none;
}
#grupo li a { 
    list-style: none;
    text-decoration: none;
    color: cadetblue;
}