.texto {
  font-size: 16px;
  color: #333333;
}
.texto > a {
  color: #333333;
}
.texto > a:hover {
  color: #000000;
}

/*Banner*/
.face {
    padding: 0 7px;
}
.face-post {
    background-color: rgb(224, 224, 224);
    background-size: cover;
    background-position: 50% 50%;
    height: 250px;
    margin-bottom: 7px;
    border-bottom: 5px solid #111111;
    position: relative;
}
.face-post .face-texto {
    background-color: #111111;
    padding: 15px 15px 10px 15px;
    color: #FEFEFE;
    text-shadow: 2px 2px 2px #000000;
    font-size: 16px;
    line-height: 23px;
    font-family: arial;
    position: absolute;
    text-align: right;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
    overflow: auto;
}
.face-post .face-texto p {
    display: inline-block;
}
.face-post .face-texto p a {
    color: #74ACDF;
}
.face-post .botones {
    padding: 5px 45px 10px 0px;
    font-size: 13px;
    line-height: 23px;
    color: #CCCCCC;
    position: absolute;
    text-align: center;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.face-post .botones i {
    padding: 0 5px 0 50px;
}
.face-post .cabecera {
    padding: 10px 5px 5px 5px;
    font-size: 13px;
    line-height: 23px;
    color: #CCCCCC;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.face-post .cabecera .botonera {
    opacity: 0.7;
}
.face-post .cabecera .botonera a:focus {
    color: #FFFFFF;
}
.face-post .cabecera .botonera a:focus.active,
.face-post .cabecera .botonera .active{
    color: #74ACDF;
}
.face-imagen {
    background-color: #333333;
    background-size: cover;
    background-position: 50% 50%;
    height: 250px;
    margin-bottom: 7px;
    border-bottom: 5px solid #111111;
}



@media screen and (max-width: 767px) {
    .face {
        padding: 0 0px;
    }
    .face-post .face-texto {
        background-color:  rgba(17, 17, 17, 0.8);
        font-size: 14px;
    }
    .face-post .botones {
        padding: 5px 25px 10px 0px;
    }
    .face-post .botones i {
        padding: 0 5px 0 30px;
    }
}




.noticia-fondo {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  height: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.noticia-fondo:hover, .noticia-fondo:active {
  background-color: rgba(0, 0, 0, 0.8);
  color:#FFFFFF;
}
.noticia-fondo .deporte {
  color: #74ACDF;
  text-align: right;
  font-weight: bold;
}
.noticia-fondo a .titulo {
  color: #CCCCCC;
  text-shadow: 2px 2px 2px #000000;
  margin: 5px 0 5px 0;
  font-size: 30px;
  text-align: right;
  font-weight: bold;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.noticia-fondo a:hover .titulo {
  color: #FFFFFF;
}
.noticia-fondo a .corto {
  text-align: right;
}
.noticia-fondo a:hover .corto {
  color: #FFFFFF;
}
.noticia-fondo .vermas {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #74ACDF;
}
.noticia-fondo .leidas {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  font-size: 12px;
  padding: 2px 7px;
  background-color: rgba(17,17,17,0.5);
}
#slider ol.bjqs-markers {
  position: absolute;
  top: 0px;
  left: 22px;
}
#slider ol.bjqs-markers li a {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  font-size: 1px;
  color: rgba(255,255,255,0.4);
  background-color: rgba(255,255,255,0.4);
}
#slider ol.bjqs-markers li a:hover, #slider ol.bjqs-markers li a:active {
  color: rgba(116, 172, 223, 0.8);
  background-color: rgba(116, 172, 223, 0.8);
}
#slider ol.bjqs-markers .active-marker a {
  color: rgba(116, 172, 223, 0.8);
  background-color: rgba(116, 172, 223, 0.8);
}

/*Twitter*/
.twitter {
  border-left: 10px solid #333333;
  height: 430px;
}
.twitter .lo_ultimo {
  background-color: #e5e5e5;
  padding: 4px;
  height: 30px;
}
.twitter .lo_ultimo a {
  color: #222222;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.twitter .lo_ultimo a:hover {
  color: #74ACDF;
}
.twitter .contenido {
  overflow: hidden;
}
.twitter .contenido .cortar {
  margin-top: -56px;
  margin-bottom: -52px;
}

/*Calendario*/
.calendario table {
  width: 100%;
  padding-bottom: 100%;
  background-color: #FFFFFF;
  border-right: 10px solid #333333;
}
.calendario table tr th {
  text-align: center;
  padding: 2% 0;
  text-transform: uppercase;
  color: #666666;
  background-color: #FFFFFF;
  font-size: 10px;
  border-bottom: 2px solid #e5e5e5;
}
.calendario table tr .month {
  padding: 2% 0;
  color: #333333;
  background-color: #e5e5e5;
  font-size: 18px;
}
.calendario table tr td {
  width: 14%;
  position: relative;
  height: 0;
  text-align: center;
}
.calendario table tr td .dia {
  margin: 0% 15% 15% 15%;
  padding-bottom: 25%;
  padding-top: 25%;
  color: #666666;
  border-bottom: 3px solid #e5e5e5;
}
.calendario table tr .con_dato .dia {
  font-weight: bold;
  border-bottom: 3px solid #666666;
}
.calendario table tr .hoy .dia {
  color: #666666;
  border-bottom: 3px solid #666666;
  background: #e5e5e5;
}
.calendario table tr td .active .dia {
  color: #666666;
  border-bottom: 3px solid #666666;
  background: #e5e5e5;
}
.calendario table tr .arg .dia {
  font-weight: bold;
  border-bottom: 3px solid #74ACDF;
}
.calendario table tr .arg .active .dia {
  font-weight: bold;
  border-bottom: 3px solid #74ACDF;
}
.calendario table tr .con_dato a .dia,
.calendario table tr .con_dato a:visited .dia,
.calendario table tr .con_dato a:active .dia {
  color: #666666;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calendario table tr .con_dato a:hover .dia {
  color: #74ACDF;
  border-bottom: 3px solid #74ACDF;
}
.calendario .cal {
  position: relative;
}
.calendario .cal .prev-mes {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 2% 0;
  font-size: 22px;
}
.calendario .cal .sig-mes {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 2% 0;
  font-size: 22px;
}
.calendario .cal .prev-mes a, .calendario .cal .prev-mes a:visited, .calendario .cal .prev-mes a:active,
.calendario .cal .sig-mes a, .calendario .cal .sig-mes a:visited, .calendario .cal .sig-mes a:active {
  color: #333333;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.calendario .cal .prev-mes a:hover, .calendario .cal .sig-mes a:hover {
  color: #74ACDF;
}
.detalles-calendario .fila-titulo {
  padding: 0px 10px;
  background-color: #e5e5e5;
  color: #000000;
  margin: 0px 7px;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  font-family: squares;
}
.detalles-calendario .fila {
  border-left: 10px solid #FFFFFF;
  border-right: 10px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #666666;
  margin: 0px 7px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.detalles-calendario .arg {
  color: #000000;
  background-color: #f3f3f3;
}
.detalles-calendario .fila .ganador {
    font-weight: bold;
}
.detalles-calendario .fila .perdedor {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.detalles-calendario .fila .local-bandera {
  position: absolute;
  line-height: 29px;
  top: 0;
  left: 0;
  width: 44px;
}
.detalles-calendario .fila .visitante-bandera {
  position: absolute;
  line-height: 29px;
  top: 0;
  right: 90px;
  width: 44px;
}
.detalles-calendario .fila .visitante-bandera img, .detalles-calendario .fila .local-bandera img {
  margin-top: -2px;
}
.detalles-calendario .fila .local {
  position: absolute;
  top: 0;
  left: 55px;
  text-align: left;
}
.detalles-calendario .fila .visitante {
  position: absolute;
  top: 0;
  right: 145px;
  text-align: right;
}
.detalles-calendario .fila .resultado {
  position: absolute;
  top: 0;
  right: 90px;
  left: 0;
  text-align: center;
}
.detalles-calendario .fila .estado-hora {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  text-align: center;
  background-color: #e5e5e5;
  color: #000000;
}


/*Noticias*/
.imagen-noticia {
  background-color: rgb(224, 224, 224);
  background-size: cover;
  background-position: 50% 50%;
  height: 200px;
  position: relative;
}
.noticia {
  position: absolute;
  bottom:0;
  width: 100%;
}
.titulo-noticia {
  background-color: rgba(244, 244, 244, 0.7);
  padding: 5px;
  color: #080a0b;
  font-size: 16px;
  text-shadow: 2px 2px #FFFFFF;
  margin-top: 1px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.titulo-noticia:hover {
  background-color: rgba(116, 172, 223, 0.7);
  text-shadow: 2px 2px rgba(116, 172, 223, 0.7);
}
.tag-noticia{
  background-color: rgba(0, 0, 0, 0.7);
  color: #F3F3F3;
  padding: 3px;
  margin-right: 1px;
  font-size: 12px;
}
.tag-cont {
  display: block;
}
.videos {
  padding: 7px;
}
.videos .video {
  background-color: #000000;
}



@media screen and (max-width: 767px) {
  .twitter {
    border-left: 0px solid #333333;
  }
  .calendario table {
    border-right: 0px solid #333333;
  }
  .detalles-calendario .fila .estado-hora {
    width: 55px;
  }
  .detalles-calendario .fila .visitante-bandera {
    right: 60px;
  }
  .detalles-calendario .fila .visitante {
    right: 120px;
  }
  .detalles-calendario .fila .resultado {
    right: 60px;
  }
}
