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

.titulo{
    color:#000000;
}
.sub{
    color:#000000;
    padding: 0em;
}
nav ul {
        list-style: none;
        padding: 0;
        margin-bottom: 3em;
        }    
div img {
    margin: 10px
    
}
nav ul li{display: inline;
          padding: 10px;   
}

nav ul li a {
    color:#d00b0b;
    text-decoration: none;
        
}
.subtitulos{
    font-style: italic;
    font-size:18px;
    color:mediumaquamarine;
    background-color:#980e0e;
    color: white;
    padding: .3em;
 font-size: 1em;
}
.dato{
    font-size: 13px;
    color: #db4328;
    text-shadow:2em;
    list-style:none;
   }
.redes {margin 2em;
width: 60px;
height: 60px;

}
#texto{font-size:80%;
    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:#000000; 
    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:  #000000;
    background-color: #faefef;
    border-radius: 1em;
    font-size: 1em;
    padding: .2em;
    justify-content: center;
    align-content: center;
    margin: .5em;
    box-shadow: 0 0.2em 0.6em rgba(54, 40, 44, 0.4);
    text-decoration: none;
    list-style: none;
}
#grupo li a { 
    list-style: none;
    text-decoration: none;
    color: darkred;
    text-transform: none;
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.3em;
}