* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #F4ECF7;
    }

nav
{
    display: flex;
    justify-content: flex-end;    
    
}

nav ul {
    
    list-style: none;
    display: flex;
    justify-content: center;

        
    }

nav ul li {
    margin: 0.15em;
    padding-right: .15em;
    padding-left: .15em;
    height: 2em;
    display: flex;
    justify-content: center;
    
    }


nav ul li a {
    width: 4.5em;
    text-decoration: none;
    background-color: #D2B4DE ;
    color: #F4ECF7;
    display: flex;
    justify-content: center;
    align-items: center;

    }

body{
    font-family:"berlin sans fb";
    color: white;
    
    
    

    background-color: #008080;
    display: flex;
    flex-direction: column;
    flex-wrap:nowrap;
    justify-content: center;
    
}
main {
font-family:"century gothic";
    color: #008080; 
    
    background-color: #00FFFF;
    display: flex;
    flex-direction: column;
    flex-wrap:nowrap;
    justify-content: center;    
}
img {width: 50%;
    height: auto;
    max-width: 50%;
    margin: auto;
    display: flex;
    box-shadow: .5em .5em .5em 0rem silver
   
}
.contenido ul {
    
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contenido ul li {
    height: 4em;
    width: 10em;
    display: flex;
    justify-content: center;
   
       }


.contenido ul li a {
    font-size: 13px;
    width: 9em;
    text-decoration: none;
    background-color: #D2B4DE  ;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    

    }
footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

footer ul li {
    width: 4em;
    height: 2.3em;
    margin-left: 1em;
    display: flex;
    justify-content: center;
    }
* {
    margin: .25em;
    padding: .25em;
    box-sizing: border-box;
}


footer ul li a {
 background-color:#00FFFF;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.leyenda {
    font-family:'Poppins', sans-serif;
    font-size: x-small;
    line-height: 1.5em;
    background-color: #D2B4DE;
    display: flex;
    justify-content: center;
    color: white;
    font-weight: 100;
    
}

