.bordes {
  border-left: 10px solid #CCCCCC;
  border-right: 10px solid #CCCCCC;
}

/*Banner*/
.banner .cont-banner {
  background-color: #111111;
  margin: 0 7px;
  position: relative;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .banner .cont-banner {
    margin: 0px;
  }
}
.banner .cont-banner .banner-imagen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111111;
  margin-left: 0;
  margin-right: 0;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.banner .cont-banner .logo {
  margin-top: 15px;
  text-align: left;
}
.banner .cont-banner .cont-info {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: right;
}
.banner .cont-banner .cont-info .deporte-sexo {
  font-size: 16px;
  color: #74ACDF;
  font-weight: bold;
}
.banner .cont-banner .cont-info .nombre {
  margin: 5px 0;
  font-size: 30px;
  text-shadow: 2px 2px 2px #000000;
  color: #cccccc;
  font-weight: bold;
}
.banner .cont-banner .cont-info .info {
  color: #e5e5e5;
}
.banner .cont-banner .fecha {
  margin-top: 15px;
  margin-right: 15px;
  font-size: 16px;
  text-align: right;
  color: #74ACDF;
}

/*Costado*/
.costado {
  border-left: 10px solid #333333;
  padding-bottom: 1px;
}
.costado .tipo {
  margin-bottom: 10px;
  padding-right: 5px;
}
.costado .seccion {
  margin-bottom: 5px;
  padding-right: 5px;
}
.costado a:hover .seccion {
  color: #666666;
}
.costado .activo .seccion {
  color: #666666;
  margin-bottom: 5px;
  padding-right: 5px;
}
.costado .notas {
  margin-top: 10px;
}
.costado .notas a .nota {
  border-left: 10px solid #CCCCCC;
  border-right: 10px solid #CCCCCC;
  margin-bottom: 10px;
  height: 100px;
  overflow: hidden;
  position: relative;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.costado .notas a:hover .nota {
  border-left: 10px solid #74ACDF;
  border-right: 10px solid #74ACDF;
}
.costado .notas a .nota .imagen {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 65%;
  left: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.costado .notas a:hover .nota .imagen {
  opacity: 1;
}
.costado .notas a .nota .cont-nota {
  position: absolute;
  color: #333333;
  top: 0;
  right: 0;
  left: 35%;
  padding: 0 5px;
  text-align: left;
}
.costado .notas a:hover .nota .cont-nota {
  color: #111111;
}
.costado .notas a .nota .cont-nota .titulo {
  font-size: 17px;
  font-family: squares, Tahoma;
  margin-bottom: 2px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.costado .notas a .nota .cont-nota .corto {
  font-size: 12px;
}
.costado .notas a .nota .cont-nota .corto span {
  font-weight: bold;
}
#costado.stick {
  position: fixed;
  top: 0;
  z-index: 500;
  margin-top:12px;
}
#costado.stick2 {
  position: absolute;
  bottom: 0;
  z-index: 500;
  margin-bottom:12px;
}

/*Costado Movil*/
.costado-movil {
  position: fixed;
  margin-top: -45px;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #FFFFFF;
}
.costado-movil .menu-titulo {
  color: #FFFFFF;
  background-color: #74ACDF;
  margin-bottom: 7px;
  overflow: auto;
}
.costado-movil .menu-titulo .tipo {
  float: right;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  padding-right: 10px;
}
.costado-movil .menu-titulo .costado-movil-boton {
  float: right;
  height: 45px;
  line-height: 45px;
  padding: 12px;
}
.costado-movil .menu-titulo .costado-movil-boton .icon-bar {
  background-color: #FFFFFF;
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
}
.costado-movil .costado-movil-boton .icon-bar + .icon-bar {
  margin-top: 6px;
}
.costado-movil a .seccion {
  background-color: #e5e5e5;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  color: #000000;
  text-align: right;
  padding: 0 10px;
  margin-bottom: 7px;
}


/*Ultimos Partidos*/
.ult_partidos {
  position: relative;
  overflow: hidden;
  height: 95px;
  margin: 5px 7px 15px 7px;
  padding: 0 10px;
}
.ult_partidos a .anterior, .ult_partidos a .siguiente {
  position: absolute;
  width: 10px;
  height: 95px;
  line-height: 95px;
  background-color: #c5c5c5;
  top: 0;
  color: #333333;
  font-size: 12px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ult_partidos a:hover .anterior, .ult_partidos a:hover .siguiente {
  background-color: #333333;
  color: #74ACDF;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ult_partidos .anterior {
  left: 0;
}
.ult_partidos .siguiente {
  right: 0;
}
.ult_partidos .todos_partidos {
  overflow: hidden;
}
.ult_partidos table {
  table-layout: fixed;
}
.ult_partidos table .par.cuadro {
  height: 95px;
  margin: 0 5px;
  padding: 0 10px;
}
.ult_partidos table .par.cuadro.enjuego {
  background-color: #111111;
  color: #e5e5e5;
}
.ult_partidos table .par.cuadro.enjuego .resultado {
  background-color: #2d2d2d;
}
.ult_partidos table .par.cuadro.enjuego .estado {
  color: #ffeb3b;
}
.ult_partidos table .par.cuadro table {
  table-layout: auto;
}
.ult_partidos table .par.cuadro .fase {
  height: 30px;
  line-height: 30px;
  font-family: squares, Tahoma;
}
.ult_partidos table .par.cuadro .resultado {
  height: 40px;
  line-height: 40px;
  background-color: #c5c5c5;
  font-family: squares, Tahoma;
}
.ult_partidos table .par.cuadro .corto {
  height: 25px;
  line-height: 25px;
  font-family: squares, Tahoma;
}
.ult_partidos table .par.cuadro .estado {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-family: squares, Tahoma;
}

/*Clasificados*/
.clasificados .equipos {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
}
.clasificados .equipos .equipo {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 50%;
  float: left;
}
.clasificados .equipos .equipo .bandera {
  width: 36px;
  float: left;
}
.clasificados .equipos .equipo .nombre {
  float: left;
  line-height: 24px;
  padding-left: 5px;
  color: #333333;
}

/*Liga*/
.tabla {
  margin-bottom:10px;
}
.tabla .nombre {
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  margin-bottom: 3px;
}
.tabla table thead {
  background-color:  #e5e5e5;
  line-height: 25px;
}
.tabla table tbody tr {
  border-bottom: 2px solid #e5e5e5;
  font-family: squares, Tahoma;
}
.tabla table tbody tr .pais-fila {
  padding-left:5px;
  font-family: Arial;
}
.tabla .acotacion {
  background-color: #e5e5e5;
  line-height: 24px;
}
.tabla .acotacion span {
  margin: 0 4px 0 8px;
  padding: 0 4px;
}
.fechas {
  margin: 0 0;
}
.fechas .fecha ul li a {
  margin-right: 10px;
  background-color: #e5e5e5;
  color: #333333;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fechas .fecha ul li a:active, .fechas .fecha ul li a:hover, .fechas .fecha ul .active a {
  background-color: #333333;
  color: #e5e5e5;
}


/*Eliminatoria*/
.eliminatoria {
  margin-bottom:10px;
}
.eliminatoria .nombre {
  padding: 0 0 0 5px;
  margin-bottom: 3px;
  overflow: hidden;
  height: auto;
}
.eliminatoria .nombre ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.eliminatoria .nombre ul li {
  display: inline;
  text-align: center;
  padding: 0;
  margin: 5px 5px 0 0;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  width: 15%;
  min-width: 110px;
  max-width: 130px;
}
.eliminatoria .nombre ul .active {
  background-color: #FFFFFF;
}
.eliminatoria .nombre ul li a {
  color: #FFFFFF;
}
.eliminatoria .nombre ul li a:hover {
  color: #333333;
}
.eliminatoria .nombre ul .active a {
  color: #333333;
}
.eliminatoria .llave {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.eliminatoria .llave .derecha, .eliminatoria .llave .izquierda {
  position: absolute;
  top: 0;
  font-size: 18px;
  margin: 3px 5px 0 5px;
  line-height: 25px;
  z-index: 1;
}
.eliminatoria .llave .derecha a, .eliminatoria .llave .izquierda a {
  color: #333333;
}
.eliminatoria .llave .derecha a:hover, .eliminatoria .llave .izquierda a:hover {
  color: #74ACDF;
}
.eliminatoria .llave .izquierda {
  left: 0;
}
.eliminatoria .llave .derecha {
  right: 0;
}
.eliminatoria .llave .fondo-titulo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #e5e5e5;
  height: 25px;
  line-height: 25px;
}
.eliminatoria .llave table {
  table-layout: fixed;
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}
.eliminatoria .llave table th {
  color: #111111;
  background-color: #e5e5e5;
  height: 25px;
  line-height: 25px;
  font-family: squares;
}
.eliminatoria .llave table td {
  padding: 0 5px 0 5px;
}


@media screen and (max-width: 991px) {
  .fechas .fecha {
    margin-bottom: 10px;
  }
  .fechas .fecha ul li a {
    margin-right: 0;
  }
}
