* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
}
/* ########################################## PALETAS ########################################## */
/*HEADER*/
#header {
  background-color: white;
  height: 57px;
}
#header-logo {
  width: 20px;
}
/*SECCION PALETAS*/
#seccion-paletas #seccion-accesorios {
  background-image: url(../imagenes/productos/paletas/fondo.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 56px;
}
