@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
body {
}
body, h1, h2 {
  font-family:'Open Sans', sans-serif;
  font-weight:600;
}

.contenido {
  padding:12% 0 15%;
}
.negro {
  background: url(bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
  text-shadow:0 1px 2px #000;
}
.blanco {
  background:#fff;;
  /* min-height:700px; */
  padding:4% 0 15%;
  box-shadow:0 0 30px #555;
}
h1, h2 {
  background:rgba(0,0,0,0.6);
  border-radius:6px;
  text-align:center;
  padding:10px 0;
}
h1 {
  font-size:45px;
}
h2 {
  font-size:32px;
}
.fa-key {
  /* font-size:200px; */
  font-size:10em;
}
.contacto {
  font-size:200%;
  /* padding-top:5%; */
  text-align:center;
}
.contacto a {
  font-size:100%;
}
.sn {
  font-size:180%;
  padding-top:5%;
  text-align:center;
}
.label,
.btn {
  text-shadow:0 1px 1px #333;
}
.promo {
  font-size:30px;
}
.logo {
  background:rgba(255,255,255,0.6);
  display:block;
  padding:10px 20px;
  width:140px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
