/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Exo', sans-serif;
  padding-top: 0px; }

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */ }

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -140px;
  /* Pad bottom by footer height */
  padding: 0 0 140px; }

#header {
  border-bottom: 5px solid #FFCC00;
  margin-bottom: 15px;
  background: url(../img/black.png); }
  #header .navbar {
    background-image: none;
    background-repeat: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px; }
  #header .navbar-default {
    background-color: transparent;
    border-color: transparent; }
  #header .nav {
    text-transform: uppercase;
    letter-spacing: 5px;
    float: right;
    margin-top: 50px; }
    #header .nav a {
      color: white; }
    #header .nav li {
      margin: 0 20px; }
    #header .nav li.last {
      margin-right: 0; }

#bs-example-navbar-collapse-1 {
  margin-right: -15px;
  padding-right: 0; }

ul {
  list-style: none;
  padding-left: 0; }
  ul li {
    list-style: none;
    padding-left: 0; }

.principal {
  font-weight: 200;
  margin-top: 150px; }
  .principal strong {
    font-weight: 400; }

footer {
  font-size: 0.8em;
  height: 140px; }
  footer .col-sm-3, footer .col-sm-2 {
    border-right: 1px solid #FFCC00;
    height: 60px; }
    footer .col-sm-3:last-child, footer .col-sm-2:last-child {
      border-right: none; }
  footer .footer {
    padding: 20px 0;
    color: white;
    background: url(../img/gray.png); }
    footer .footer a {
      color: white; }
    footer .footer .indigo img {
      float: right; }
  footer .acciones {
    background: url(../img/black.png);
    text-align: center;
    color: white;
    height: 60px;
    padding: 10px 0;
    padding-top: 15px; }
    footer .acciones strong {
      color: #FFCC00; }
    footer .acciones .col-sm-4, footer .acciones .col-sm-3 {
      border-right: 1px solid #FFCC00;
      height: 40px; }
      footer .acciones .col-sm-4:last-child, footer .acciones .col-sm-3:last-child {
        border-right: none; }

.legal a {
  color: black; }

.bla {
  background: url(../img/gray.png);
  position: absolute;
  right: 0;
  margin-top: 100px;
  border-left: 3px solid white;
  color: white;
  padding: 30px;
  padding-left: 50px;
  height: 200px; }
  .bla h1 {
    font-weight: 300;
    letter-spacing: 4px;
    font-family: 'Exo', sans-serif;
    line-height: 1.4em; }

.slidetext {
  width: 600px; }
  .slidetext h1 {
    display: none; }
