html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: url(juntos.jpg) center top no-repeat;
  background-size: 715px 457px, 90px 70px;
  background-color: #F2F2F2;
}
.wrap {
  width: 1230px;
  margin: 100px auto 0 auto;
  padding: 0 25px 50px 25px;
}
h1 {
  font-size: 7em;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: .85em;
  font-weight: 100;
  display: inline-block;
}
h1 span {
  display: block;
  padding: 0 0 0px 0;
  border-bottom: 5px solid #000;
}
h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: normal;
  width: 250px;
  padding: 20px 0 0 0;
}
div.intro {
  float: left;
}
div.info {
  float: right;
  padding: 46px 0 0 0;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.8);
  width: 180px;
  line-height: 1.5em;
}
div.info p {
  padding-bottom: 20px;
}
div.video {
  float: bottom;
  padding: 46px 0 0 0;
  font-size: 1em;
  width: 180px;
}
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: #000;
}
/* layouts smaller than 600px, mobiles*/
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 500px) {
  body {
    background-size: 356px 308px, 90px 70px;
  }
  .wrap {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 250px;
    padding: 0 0 80px 0;
  }
  h1 {
    font-size: 5em;
  }
  div.intro {
    float: none;
  }
  div.info {
    float: none;
    width: auto;
    padding-top: 25px;
  }
}    