* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
}
/*HEADER*/
#header {
  background-color: white;
  height: 57px;
}
#header-logo {
  width: 20px;
}
/* ########################################## QUIENES SOMOS ########################################## */
#quienesSomos {
  margin-top: 56px;
}
#quienesSomos h1 {
  text-decoration: underline;
}
/*STAFF*/
#staff-argentina h1 {
  text-decoration: underline;
}
#staff-argentina {
  background-image: url(../imagenes/quienesSomos/FondoArgentina.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contenedor-texto {
  background-color: white;
}
#parrafo {
  padding: 2%;
}
#parrafooculto {
  padding: 2%;
  display: none;
}
#staff-espana {
  background-image: url(../imagenes/quienesSomos/FondoEspana.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#staff-espana h1 {
  text-decoration: underline;
}
