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

/* HEADER */
.contenedor{ max-width: 80rem; margin:auto;background: #C0F097}
body{font-family:sans-serif ; background: #ffffff;}
h1{ color: #000000; font-size: 8 rem; margin: 0% 0% 0% 0%; padding: 0.5rem; text-align: center; }



/* NAV */

nav { list-style-type: none; display:block; background: #DB5CD3; margin: 1% 0% 0% 0%; padding: 0.5rem;}
h2{ color: #000000; font-size: 2rem; text-align: center; }

/* SECTION */

section {display: flex; flex-wrap:wrap; justify-content:space-between; background: #B1E0E7;}
section article {width:48%;margin:2% 1% 2% 1%;padding:10rem;}
section article { text-align: center;color: #000000; text-decoration: none;font-size: 2rem; background: #E9B35B;}



/* ASIDE */
aside {display: flex; flex-wrap:wrap; justify-content:space-between;background: #CDCCC9}
.articuloa {width:73%; margin:2% 1% 2% 1%;padding:5rem;}
.articulob {width:23%; margin:2% 1% 2% 1%;padding:5rem;}
aside article { text-align:center;color: #000000; text-decoration: none;font-size: 2rem; background: #E9B35B;}


/* FOOTER */

footer{ margin:0% 0% 20% 0%; color: black; text-decoration: none;text-align: left;background: #65A976}
footer article { text-align:center;color: #000000; text-decoration: none;font-size: 2rem}
p { color: #000000; font-size:2rem; padding: 1rem; text-align: center; }
