*{ margin: 0; padding: 0; box-sizing: border-box;font-family: Arial;font-size: 1rem;font-weight: 200} 


/* Estilos generales */
.contenedor{ max-width: 80rem; margin: auto;}

body{font-family: Arial;  background: #ffffff;}

h1{color: #ffffff; font-size: 5rem; text-align: center; padding: 2rem;}

header{background: #ff872f;}

.destacado{ color: #bf5959;  background: white;}


/* Estilos de nav */

nav{ text-align: center;}


/* Estructura */
main {display: flex;justify-content: space-between;}

section{ display: flex; flex-wrap: wrap; justify-content: space-between;margin-top: 1rem;background: #ffedda;width: 60%;height: auto;}

article{ background: #ffffff; padding: 10%;}

aside{width: 39%; height: 15rem; background: #dddcdb;margin-top: 1rem }

.masleidas{ width: 100%;height: 15rem; margin: 0.5rem}
.publicidad{width: 35%;height: 50%;margin: 0.5rem;}

footer{margin: 1rem 0rem 1rem 0rem;height: 8rem; background: #313131}
