@import url("http://fonts.googleapis.com/css?family=Titillium+Web");

body {
  color: #ffae00;
  background-color: #023571;
  font-family: 'Titillium Web';
  font-size: 14px; }

img {
  display: block; }
  img.option {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px; }
    @media (max-width: 320px) {
      img.option {
        width: 90%; } }
  img.thumbnail-content {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 22px; }

header div {
  background: #1E1E1E;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -8px; }
header div.landing {
  background: #1E1E1E;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -17px;
}
  header div h2 {
    text-align: center; }
  header div h2 a {
    color: white;
    text-decoration: none; }
section {
  color: white; }
  section#home, section#section {
    background: url('../img/boca-bg.jpg');
    position: relative;
    margin-right: -8px;
    margin-left: -8px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #D5D5D5; }
  section#listing p {
    text-align: center;
  }
  section#listing a { color: white;}
  section#listing div {
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
    border-bottom: 2px solid #D5D5D5;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, white));
    background: -webkit-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
    background: -o-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
    background: -ms-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
    background: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); }

  section#listing div.first {
    border-top: 2px solid #D5D5D5;
  }
  section#listing span {
    position: absolute;
    top: 20%;
    bottom: 50%;
    left: 40%; }
    @media (max-width: 320px) {
      section#listing span {
        left: 35%; } }
    section#listing span.description {
      position: absolute;
      top: 40%;
      bottom: 50%;
      left: 30%;
      right: 10%; }
      @media (max-width: 320px) {
        section#listing span.description {
          left: 35%; } }
  section#listing i {
    position: absolute;
    color: #929292;
    top: 42%;
    bottom: 50%;
    right: 5%; }
  section#content, section#credits, section#unsubscribe {
    background: #F9FCF8;
    margin-left: -8px;
    margin-right: -8px;
    border-top: 2px solid #D5D5D5;
    border-bottom: 2px solid #D5D5D5; }
    section#wap p, section#web p, section#content p, section#credits p, section#unsubscribe p {
      font-size: 14px;
      margin-left: 8px;
      margin-right: 8px;
      text-align: center;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased; }
    section#wap p#terminos {
      text-align: justify;
      display: none;
    }
    section#content h3 {
      margin-top: -10px;
      margin-left: 8px;
      margin-right: 8px;
      text-align: center;
      font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
    }
    section#content a, section#wap a {
        text-decoration: none;
        color: white;
        font-size: 14px;
    }
    section#content i, section#wap i {
        color: white;
    }

    section#web {
        font-size: 16px;
    }

    section#web a {
        color: black;
    }
    section#unsubscribe p {
        padding: 10px; }
    section#static p {
        margin-left: auto;
        margin-right: auto;
        text-align: justify;
        padding: 15px; }
    section#static a {
        display: block;
        text-align: center; }
section#streaming {
    background: #F9FCF8;
    margin-left: -8px;
    margin-right: -8px;
    border-top: 2px solid #D5D5D5;
    border-bottom: 2px solid #D5D5D5; }
    section#streaming video, section#streaming audio {
        margin-right: 8px;
        margin-left: 8px;
        max-width: 95%; }
    section#streaming p {
        margin-right: 8px;
        margin-left: 8px;
        text-align: justify; }
    input[type=submit].btn, button.btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #777777;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  height: 60px;
  line-height: 50px;
  width: 180px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff; }
  input[type=submit].btn:hover, button.btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf; }
  input[type=submit].btn:active, button.btn:active {
    position: relative;
    top: 1px; }
.technobeatbtn {
    color: #023571 !important;
    border: none !important;
    text-shadow: 1px 1px 0px white !important;
    background: -moz-linear-gradient(45deg,  #ffae00  0%, #FFED14 100%) !important;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffae00), color-stop(100%,#FFED14)) !important;
    background: -webkit-linear-gradient(45deg,  #ffae00  0%,#FFED14 100%) !important;
    background: -ms-linear-gradient(45deg,  #ffae00  0%,#FFED14 100%) !important;
    background: linear-gradient(45deg,  #ffae00  0%,#FFED14 100%)  !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#FFED14',GradientType=1 ) !important;
}
  input[type=text] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 24px;
    border-radius: 3px;
    border: none;
    text-align: center;
  }
footer {
  color: black;
  text-align: center; }
footer span {
    color: black; }
footer a {
    color: black; }
  footer div a {
    color: black; }
  footer div {
      display: block;
      text-align: center; }
 .footerLinks {
     display: block;
     text-align: center;
     color: black; }
 .footerLinks a {
     color: black; }


