body {
  margin-top: -20px;
}


/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: lightgray;
  border: 1px solid #000000;
  font-family: 'Questrial', sans-serif;
  font-size: 13pt;
  font-style: normal;
  font-variant: normal;
  line-height: 35px;
  /*border-radius: 5px;*/
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  color: #777;
  text-align: center;
  background-color: #ffffff; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #000000;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: lightgray;
  background-image: none;
  color: black;
}


@media (min-width: 768px) {
  .nav-justified {
    max-height: 67px;
  }
  .nav-justified > li > a {
    border-right: 1px solid black;
    /*border-left: 1px solid #fff;*/
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
    /*border-radius: 5px 0 0 5px;*/
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    /*border-radius: 0 5px 5px 0;*/
  }
}


.masthead {
  background-color: lightgray;

}

.masthead h3 {
  padding-top: 15px;
  padding-bottom: 20px;
}

.botonera {
  width: 138px;
  min-width: 138px;
  max-width: 138px;
}
