/* ESTILOS NUEVOS */
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
body {
  background-color: #e8e8e8 !important;
}
.contenedor {
  margin-bottom: 5em;
  margin-top: 2em;
}
.lotes-field,
.content-text {
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 10px;
  box-shadow: 0 0 7px 2px #b5b5b5;
}
.lotes-field .boton_buscar {
  margin-top: 1.8em;
}
.mod_titulo {
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
}

.menu-top {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.menu-top .btn {
  padding: 0px 30px !important;
}
.men-bienvenida {
  margin-bottom: 0 !important;
  font-weight: bold !important;
  font-size: 1.2em !important;
}
footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8) !important;
}
footer p {
  color: #fff;
  margin: 1em 0;
}
.logo-div {
  text-align: center;
  margin: 2em 0;
}
.jumbotron {
  box-shadow: 0 0 7px 2px #b5b5b5;
}
.texto {
  text-align: justify;
}
.texto h4 {
  font-weight: bold;
}
p.info_traza {
  font-style: italic;
  text-align: center;
  margin-bottom: 3em;
}
label.info_cod {
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
  margin-bottom: 2em;
}
.fotos {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
.fotos .img-thumbnail {
  max-width: 70% !important;
}
.glyphicon {
  color: rgb(206, 23, 25) !important;
}
.btn_buscar {
  padding-left: 5em;
  padding-right: 5em;
}
.btn-danger {
  font-weight: bold !important;
}
hr {
  border-top: 1px solid #afafaf !important;
}

/* COLORES DE LAS CAJAS DE LOS FORMUALRIOS */
.form-control:focus {
  border-color: rgba(206, 23, 25, 0.5) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(206, 23, 25, 0.5) !important;
}
