/*Estilos Generales*/
html {max-width: 80rem; justify-content: center}
body{font-family: calibri; font-size: 1.5rem; text-align: center; color:white}

header{background: greenyellow; height: 2rem; padding: 0.5rem;}

footer {background: greenyellow; height: 2rem; padding: 0.5rem;}

main {border-color: blue; border-style:solid; border-width: 5px}
div {; display:flex; flex:wrap; justify-content:space-between ; padding:0rem 0.5rem;}

section {background: #2993b5; height:33.5rem; ; width:66%;margin:1rem 0rem 0.4rem 0rem;  }

.chico {background: rgb(255, 128, 0); height:8rem; margin:0rem 0.4rem 0.4rem 0.4rem; justify-content: center; align-items: flex-end;}

.mediano {background: rgb(255, 128, 0); height:10rem; margin:0.4rem; }

.grande {background: rgb(255, 128, 0); height:11rem; margin:0.4rem;}

aside {background: grey; height:21rem; width:33%; justify-content: center; align-items: flex-end; margin:1rem 0rem 0rem 0.3rem}
