/*
selector {propiedad: valor;}
*/
*{box-sizing: border-box; margin: 0; padding: 0;}
body {background: #F5F5F0; font-family: Arial; color: #04171C; }
h2 {color: #04171C; font-size: 2rem; font-family: Impact; }
.titulo{margin: 2rem 0rem 0rem 0rem;}

/* para sacarle el subrayado */
a{ color: #04171C; text-decoration: none}
footer p {font-size: 0.7rem; color: #04171C; text-align: center; margin: 3rem 0rem 0rem 0rem;}
.destacado {font-family: Arial; font-weight:bold;}
.contenedor {max-width: 1200px; margin: auto;}


/*Menu Principal*/
header {background-color: #C6C6C2; padding-bottom: 1.5rem; padding-left: 1rem;}
header article h1{margin: 0rem 0rem 2rem 0rem; font-size: 4rem; font-family: Impact;}
header img{width: 100%;}
header nav {height: 2rem; display: flex; justify-content: center;}
header nav ul{ display: flex; padding: 0;}
header nav ul li{ list-style-type: none;}
header nav ul li a{ padding: 1rem; background: NONE; border-radius: 0.4rem; margin: 5rem 3rem 1rem 0rem; font-size: 1.5rem;}
header nav ul li a:hover { text-decoration-line: underline; text-decoration-color: #E68114;}

/*Rotulo Grupal*/  
section{display: flex; justify-content: center;}
section article{margin: 2rem 0rem 0rem 0rem ; text-align: center;}
section article img {border-radius: 7rem; border-style: solid; border-color: #04171C; border-width: thick;}
section article h2 {margin-top: 2rem;}
section article h3 {margin: 2rem 0rem 2rem 0rem;}
section div p {font-size: 0.9rem; padding-bottom: 0.3rem;}

.anios {display: flex; justify-content: space-around; text-align: center;}
h4 {margin-bottom: 1rem; font-weight:bold;}