/*Resultado*/
.cuadro-partido {
  position: relative;
  height: 100px;
}
.imagen-deporte {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
.imagen-deporte > .deporte {
  background-color: #333333;
  height: 25px;
  /*color: #74ACDF;*/
  color: #FFFFFF;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  font-family: continuum, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}
.imagen-deporte > .sexo {
  background-color: #333333;
  height: 25px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  font-family: continuum, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}
.imagen-deporte > .imagen {
  height: 50px;
}
.partido {
  position: absolute;
  top: 0;
  right: 0;
  left: 80px;
  border-left: 10px solid #FFFFFF;
  border-right: 10px solid #FFFFFF;
}
.partido > .estado-lugar , .partido > .torneo, .partido > .torneo a {
  background-color: #e5e5e5;
  height: 25px;
  color: #333333;
  font-size: 15px;
  line-height: 25px;
  font-family: squares, Tahoma;
}
.partido > .torneo a:hover {
  color: #74ACDF;
}
.partido > .estado-lugar {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  font-family: continuum, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;;
}
.partido > .estado-lugar .tag {
  color: #FFFFFF;
  padding: 0px 5px;
  background-color: #333333;
  font-size: 14px;
  font-weight: bold;
  font-family: continuum, 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;;
}
.partido > .resultado {
  height: 50px;
  position: relative;
}


/*Partido en juego*/
.enjuego {
  background-color: #111111;
}
.enjuego > .partido {
  border-left: 10px solid #111111;
  border-right: 10px solid #111111;
}
.enjuego > .partido > .estado-lugar , .enjuego > .partido > .torneo, .enjuego > .partido > .torneo a {
  background-color: #333333;
  color: #FFFFFF;
}
.enjuego > .partido > .torneo a:hover {
  color: #74ACDF;
}
.enjuego > .partido > .estado-lugar .tag {
  color: #ffeb3b;
  background-color: #000000;
}

/*Online*/
.online {
  background-color: #111111;
  margin: -5px 7px 5px 7px;
  font-family: squares, Tahoma;
}
.online .titulo {
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
}
.online ul {
  color: #FFFFFF;
  line-height: 25px;
  height: 25px;
  list-style: none;
  background-color: #333333;
  border-left: 10px solid #111111;
  border-right: 10px solid #111111;
  padding: 0 10px;
}
.online ul li {
  display: inline;
  padding: 0 10px;
  margin: 0;
}
.online ul li.active {
  background-color: #111111;
  padding: 2px 10px 10px 10px;
}
.online .video_vivo {
  width: 100%;
  text-align: center;
  padding: 0 10px 10px 10px;
}


@media (max-width: 991px) {
  .partido {
    left: 0;
  }
}
