.glyphicon-stats { 
  top: 0.65em;
  right: 0.35em;
  font-size: 30px;
}

.boton {
  background-color: #9c0022;
  border-color: #9c0022;
  border-bottom-color: #9c0022;
  color: white;
  border-radius: 5px;
  border-style: solid;
  padding-bottom: 70px;
  height: 70px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.boton:hover{
  background-color: #8f0020;
  border-color: #8f0020;
  color: white;
}

.boton:focus{
  background-color: #8f0020;
  border-color: #8f0020;
  color: white;
  outline: none;
}

.link:hover {
  color: #8f0020;
}

.banner_opendata {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.container2 {
  position: relative;
  width: 100%;
}