/* Customize the nav-justified links to be fill the entire space of the .navbar */

body {
  padding-bottom: 40px;
  color: #111;
  background: #ccc  url(https://funjdiaz.net/almanaque/media/fondo.png);
}

img { max-width: 100% ;}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar {
  background-color: #911;
  min-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.navbar-inverse .navbar-brand {
  color: #dcc;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ccc;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 15px;
  }
}


/* CUSTOMIZE THE NAVBAR justified
-------------------------------------------------- */

.nav-justified {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nav-justified > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-weight: bold;
  color: #555;
  text-align: center;
  background-color: #d7d7d7; /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
  background-image:         linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #eee;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
	font-size: 12px;
    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;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}


.jumbotron {
  background-color: #fdfdfd;
  border: 1px solid transparent;
  border-color: #d99;
  margin-bottom: 20px;
  padding: 20px 20px;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 16px;
}

a {
  color: #811;
  font-weight: 400;
}

a:hover,
a:focus {
  color: #c11;
  text-decoration: underline;
}

.jumbotron p.subtitulo1 {
  color: #a00;
  font-weight: 400;
}

.jumbotron p.min {
  font-size: 14px;
}

.jumbotron p.neg {
  font-weight: 400;
}

.jumbotron p.mineg {
  font-weight: 400;
  font-size: 14px;
}


/*DTR: 2021-02-24, Agregar estilo a los "span" con el termino de busqueda.*/
/*
buscar.marcado span.termino { background:#F0F0A0; color:#811; }
*/