@charset "utf-8";
body{background-color: mistyrose;
    font-family: roboto;
}
header {color: darkblue;}
footer {color: palevioletred;}

header nav ul li{
    min-width: 4em;
    margin:.25em 0 .25em .25em;
     list-style-type:none;
    display: flex
        justify-content:center;
    flex-wrap: wrap;
    
}
header nav ul li a
{background-color: darksalmon;
    color:white;
    border-radius:.25em;
  font-weight: bold;
    text-align: center;
    display:block; 
        
}
header .contenedora{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: auto
    
}
main h1{text-align: center;}
main h2 {text-align: center;}
main ol li{text-align: center;
align-items:center;
    list-style-type:none;
    
}
main ul li{text-align: center;
list-style-type:none;}
main div {text-align: center;
    
}
header img {width 10%;
   }
main .presentacion{
    align-items: center;
    margin:0;
    padding:0;
    box-sizing: border-box;
}
#ro{width: 70%;
margin: 3em;
}

main moron{
    align-items: center;
}
img {max-width:100%;
max-height: 100%;
    height: auto;
    justify-content: center;
    margin: auto;}