@charset ''utf-8'';
body {
        background-color: rgba(236, 133, 110, 90);
        font-family: sans-serif;
        color: ghostwhite
}


nav{
    
    display:flex;
    justify-content: space-around;
    padding:0em;
    background-color: rgba(255, 255, 255);
    box-sizing: border-box;
    border: 3px solid black;
    width: 400px;
    margin: auto;
    margin-top: 1.5em;
    }

nav ul li {
    display:inline-block;
    list-style:none;
    padding: 0;
    margin: 0,8em;
    
    
    }

nav ul li a{
    color: #f89467;
    text-decoration: none;
    font-family: monospace;
    font-size: 1.5em;
    display:flex;
    justify-content: center;
    width: 100%;
    
    }
nav ul li a:hover{
    background-color: black;
    
}
.x {
    font-style: italic;
    opacity: 0.5;
    
    display: flex;
    justify-content: center;
}

.actual {
    padding: 0.4em;
    background-color: rgba(255, 255, 255);
    box-sizing: border-box;
    border: 3px solid black;
    width: 240px;
    text-align: left;
    color: #f89467;
    font-family: monospace;
    font-weight: lighter;
    display:flex;
    flex-direction: column;
    justify-content: center;
    }
.destacado {
    margin: auto;
    text-align: center;
    max-width: 30em; 
    
}
.z{
    font-style: italic;
    margin: auto;
    text-align: center;
    max-width: 30em;    
}

.abajo{
    display: flex;
    justify-content: center;
    min-width: auto;
    max-width: auto;
    
     }
.aa{
   margin: auto;
    text-align: center;
    max-width: 30em; 
    margin-bottom: 1em;
     }

.foto{
    display: flex;
    justify-content: center;    
    
    }
.centrar
{ display: flex;
 justify-content: center;
    
}

.nombres{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
    
}

    
.t {
    font-style: italic;
    opacity: 0.5;
     margin: auto;
    margin-top: 2em;
    text-align: center;
    max-width: 30em; 
}
#naveg {
    text-emphasis-color: aqua;
    }



@media screen and (sin-width:30em){
    


    