body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  background: #222;
  color: #fff;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a {
  color: #f00070;
  text-decoration: none;
}
.quieromas {
  max-width: 1280px;
  font-size: 52px;
  line-height: 1em;
  text-align: right;
  margin-bottom: 1.5em;
}
.insaciables {
  margin: 2.5em 8em 2.5em;
  text-align: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 1px solid #808080;
  padding: 1.5em;
}
.consejo {
  color: #808080;
  font-size: 22px;
  margin: 2.5em 0em 2.5em;
  text-align: center;
}
.device{
  border: 0;
  vertical-align: bottom;
}
img {
  border: 0;
  vertical-align: middle;
}
h1 {
  font-family: 'Salsa';
  text-align: center;
  font-size: 72px;
  line-height: 1em;
}
h2,
.links {
  text-align: center;
}
@media (min-width: 481px) {
  .navigation {
    list-style: none;
    padding: 0;
  }
  .navigation li {
    display: inline-block;
  }
  .navigation li:not(:first-child):before {
    content: '| ';
  }
}
