@charset "utf-8"
html {
    background: #c1fdfd;
}
body { background: rgb(240, 231, 216);
       font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
       font-size: 12px;
       line-height: 1.5;
     }



*{box-sizing: border-boc;
margin: auto;
padding: inherit;

}
.contenedortotal {
    background:#fff;
    padding: inherit;
}

.menu {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    
}

ul,ol {
    list-style: none;
    justify-content: center;
    text-align: center; 
    font-family: oswald;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}


.nav li a {
    background-color:rgb(187, 217, 215);
    color: rgb(18, 16, 55);
    text-decoration: none;
    padding: 20px 35px;
    display: block;
    float: left;
    text-align: center; 
}

.nav li a:hover {
    background-color:rgb(207, 77, 18);
    color: rgb(240, 231, 216);
    
    
}


img {
    max-width: 70%;
    align-content: center;
    display: flex;
    
}