/* LOGIN */
.login-block {
  width: 320px;
  padding: 20px;
  margin: 0 auto;
}
p.right {
  text-align: right;
}
a.link:link, a.link:visited {
  color: #6098f2;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
a.link:hover, a.link:active {
  color: #1956b7;
  text-decoration: underline;
}
a.mini:link {
  font-size: 13px;
}
/* CAMPEONATOS */
.btn-clear{
  border:none;
  outline:none;
  background:none;
  cursor:pointer;
  padding:0;
  font-family:inherit;
  font-size:inherit;
  width: 100%;
}
.content {
  max-width: 800px;
  padding: 30px;
  margin: auto;
  text-align: center;
  margin-top: 25px;
}
.contenedor {
  text-align:center;  
}

.thumbnail {
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
  background-color: #FFF;
  border-radius: 15px;
}

.thumbnail img {
  width: auto;
  height: 130px;
  padding-top: 5px;
}
.thumbnail .caption {
  text-align: center;
}
.thumbnail .caption:before {
  content: '';
  display: inline-block;
  height: 60px;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.thumbnail .caption h4 {
  display: inline-block;
  vertical-align: middle;
  width: 99.8%;
}
/* FECHAS */
.fechas {
  list-style:none;  
}
.fechas li {
  padding: 10px;
}
.btn_fechas{
  height: 65px;
  width: 490px;
  border-radius: 15px;
  border: none;
  background: #FFF;
  color: #00316D;
}
.btn_fechas[disabled]{
  background: #D7D7D7;
  color: #929292;
  cursor:not-allowed;
}
.des {
  font-size: 30px;
  font-weight: 600;
}
.info {}
.info:before {
  content: "\f017";
  font-family: FontAwesome;
  padding-right: 0.5em;
}