* {
  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;
}
/*SECCION TORNEOS*/
#torneos {
  background-color: #f2f3f4;
  margin-top: 56px;
}
#torneos h1 {
  text-decoration: underline;
}
