.serblast {
  background: #dfedfa;
}

.fondonav {
  background: #1e5d92;
  min-height: 52px;
  line-height: 52px;

}

.fondonav a {
  transition: 0.3s;
  background: #1e5d92;
  color: white !important;
}

.fondonav a:hover {
  background: #153d5f;
}

.mapasitio a {
  color: white !important;
  transition: 0.2s;
}

.mapasitio a:hover {
  color: gray !important;
}

.redes {
  transition: 0.2s;
}

.redes:hover {
  transform: scale(1.1);
}

.contenedorFoto {
  min-height: 317px;
  background: #000;
  max-height: 317px;
  overflow: hidden;
}
.contenedorFoto img {
  /* min-height: 317px; */
}

.list-group-item {
  height: 73px !important;
}
