<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Fuente extra*/
@font-face {
    font-family: 'robotobold';
    src: url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.eot');
    src: url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('/especiales/recursos_especiales/fonts/robotocondensed-regular-webfont.eot');
    src: url('/especiales/recursos_especiales/fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('/especiales/recursos_especiales/fonts/RobotoCondensed-Regular.ttf') format('truetype'),
         url('/especiales/recursos_especiales/fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'mullerbold';
    src: url('/especiales/recursos_especiales/fonts/muller-extrabold-demo-webfont.eot');
    src: url('/especiales/recursos_especiales/fonts/muller-extrabold-demo-webfont.eot?#iefix') format('embedded-opentype'),
         url('/especiales/recursos_especiales/fonts/muller-extrabold-demo-webfont.woff2') format('woff2'),
         url('/especiales/recursos_especiales/fonts/muller-extrabold-demo-webfont.woff') format('woff'),
         url('/especiales/recursos_especiales/fonts/muller-extrabold-demo-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
width: 100%;
}

/* Reset menÃº techo */

div.box-emol {
float:none;
}

/* General */

#inner-wrap {
max-width: 1280px;
width:100%;
}

#especiales-contenedor-principal {
margin-left:1%;
width:72.5%;
position: relative;
float:left;
}

#contenedor-columnas {
width:100%;
position: relative;
}

/* Header */

#especiales-header {
margin-bottom:36px;
position: relative;
width: 100%;
}

/* Header &gt; Background con resize */

#especiales-header .background-header-out {
padding-top:7%;
position: relative;
width:100%;
}

#especiales-header .background-header {
background-image: url(../img/header.jpg);
background-position: left center;
background-repeat: no-repeat;
background-size: cover;
bottom:0px;
left:0px;
position: absolute;
right:0px;
top:0px;
border: none;
}

/* Header &gt; MenÃº */

#especiales-header ul {
	bottom: -26px;
	display: block;
	height: 26px;
	left: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	background-repeat: no-repeat;
	font-family: 'mullerbold', Arial, Helvetica, sans-serif, Verdana;
	background-color: #f8c514;
/*	border-top: 1px solid #fff;*/
}
#especiales-contenedor-principal #especiales-header #menu-especial {
}


#especiales-header ul li {
	/* [disabled]border-right: 1px solid #fff; */
	float: left;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	margin-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

#especiales-header ul li a:link,
#especiales-header ul li a:visited {
	color: #4d0040;
	text-decoration: none;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

#especiales-header ul li a:hover {
	color: #7C4072;
}

#especiales-header ul li:first-child {
display: none;
}

#especiales-header ul li:nth-child(2) {
margin-left:10px;
}

#especiales-header ul li:last-child {
border-right: none;
}

div.especiales-header-boton {
display: none;
}

/*Noticia principal*/

#noticia-principal {
    background-color: #f3e5c1;
    /* padding: 12px 1.5%; */
    width: 65.3%;
    border-bottom: 4px solid #e7d7ae;
    margin-bottom: 10px;
}

#noticia-principal div.noticia-principal-foto {
position: relative;
}

#noticia-principal div.noticia-principal-foto img {
    width: 100%;
    max-width: 606px;
    opacity: 1;
    border: 0px;
    filter: alpha(opacity=100);
    transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}

#noticia-principal div.noticia-principal-foto:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

#noticia-principal div.noticia-principal-foto a.link-noticia:link,
#noticia-principal div.noticia-principal-foto a.link-noticia:visited {
background-color: #fff;
    color: #4d0040;
    bottom: 0px;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: normal;
    left: 0px;
    padding: 2% 2%;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    width: 96%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    line-height: 34px;
    border-top: 4px solid #4d0040;
    border-bottom: 4px solid #4d0040;
}

#noticia-principal div.noticia-principal-foto:hover a.link-noticia {
	color: #F8C514;
	background-color: rgba(42,0,35,0.85);
}

#noticia-principal p {
font-size: 16px;
    line-height: 20px;
    padding: 0px 10px;
}

/*Tabs*/

a.tab-ver-mas:link,
a.tab-ver-mas:visited,
h3.tab-texto {
	display: block;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	/*background-image: url(../img/vermas.png);
background-position: right -20px;
background-repeat: no-repeat;*/


	background: url(../img/vermas.png) right -20px no-repeat, 
      	url(../img/bg-tabs.png) left no-repeat;
	background-color: #38013A;
	padding: 0 0 0 44px;
	margin: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

a.tab-ver-mas.secundario:link,
a.tab-ver-mas.secundario:visited {
color: #fdc116;
}

a.tab-ver-mas:hover {
	color: #fdc116;
	/*background-image: url(../img/vermas.png);
background-position: right 3px;
background-repeat: no-repeat;*/

	background: url(../img/vermas.png) right 3px no-repeat, url(../img/bg-tabs.png) left no-repeat;
	background-color: #9e5e2a;
}

a.tab-ver-mas.secundario:hover {
color: #666666;
background-image: url(../img/vermas_b.png);
}

/*ProgramaciÃ³n*/

#programacion-portada {
border-bottom: none;
}

table.programacion-fecha {
	font-size: 12px;
	width: 100%;
}

table.programacion-fecha th {
	background-color: #fef6d8;
	border-bottom: 1px solid #ffc630;
	color: #333;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

table.programacion-fecha td {
border-bottom: 1px solid #ccc;
height: 20px;
line-height: 20px;
text-align: center;
}
table.programacion-fecha td img {
	width: 24px;
	height: 24px;
	margin: 5px 3px;
	text-align: center;
}

table.programacion-fecha tr td:first-child {
	background-color: #ffc630;
	color: #333;
	font-weight: bold;
	width: 5%;
}

table.programacion-fecha tr td:nth-child(2) {
	background-color: #f8de5d;
	width: 15%;
}

table.programacion-fecha tr td:nth-child(3), 
table.programacion-fecha tr td:nth-child(7) {
background-color: #fff;
width:32%;
}

table.programacion-fecha tr td:nth-child(4),
table.programacion-fecha tr td:nth-child(6) {
	background-color: #fff;
	font-weight: bold;
	text-align: center;

}

table.programacion-fecha tr td:nth-child(5) {
	background-color: #FFFFFF;
	font-weight: bold;
	width: 10%;
}

table.programacion-fecha tr td:nth-child(8) {
	background-color: #f8de5d;
	color: #023262;
	font-size: 20px;
	font-weight: bold;
	width: 7%;
}

table.programacion-fecha tr td a:link,
table.programacion-fecha tr td a:visited {
font-weight: bold;
color: #666;
text-decoration: underline;
}

table.programacion-fecha tr td a:hover {
text-decoration: none;
}

table.programacion-fecha tr td:nth-child(5),
table.programacion-fecha tr td:nth-child(5) a:link,
table.programacion-fecha tr td:nth-child(5) a:visited {
	font: 13px, Arial, Helvetica, sans-serif;
	color: #000;
}
table.programacion-fecha tr td:nth-child(8), table.programacion-fecha tr th:nth-child(8) { 
	display:none;
}
table.programacion-fecha tr td:nth-child(7) {
border-right: 1px solid #ccc;
}

/*Tabla de posiciones*/

#posiciones-portada {
	top: 0px;
}

table.tabla-posiciones {
font-size: 11px;
width:100%;
}

table.tabla-posiciones th {
	background-color: #fef6d8;
	border-bottom: 1px solid #ffc630;
	color: #333;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

table.tabla-posiciones th:nth-child(2) {
text-align: left;
text-indent: 28px;
}

table.tabla-posiciones td {
	border-bottom: 1px solid #ccc;
	height: 26px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
}

table.tabla-posiciones td:nth-child(even){
background-color: #ededed;
}

table.tabla-posiciones td:first-child {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: #999999;
	width: 6.45%;
}

table.tabla-posiciones td:nth-child(n+3){
width:6.45%;
font-family: 'roboto', Arial, Helvetica, sans-serif;
}

table.tabla-posiciones tbody tr:first-child td:first-child {
/*	background-color: #D31010;*/
	background-color: #e64c00;
}

table.tabla-posiciones tbody tr:nth-child(2) td:first-child,
table.tabla-posiciones tbody tr:nth-child(3) td:first-child,
table.tabla-posiciones tbody tr:nth-child(4) td:first-child,
table.tabla-posiciones tbody tr:nth-child(5) td:first-child {
	background-color: #43B542;
}

table.tabla-posiciones td:nth-child(2) {
text-align: left;
font-weight: bold;
}

table.tabla-posiciones td img {
	float: left;
	width: 26px;
	height: 26px;
	margin: 2px 3px;
}

ul.simbologia-campeonato {
list-style-type: none;
padding:15px 0px;
margin:0px;
}

ul.simbologia-campeonato li {
padding: 15px 20px 15px 80px;
position: relative;
font-size: 12px;
line-height: 17px;
border-bottom: 1px solid #ccc;
}

ul.simbologia-campeonato li:last-child {
border-bottom: none;
}

ul.simbologia-campeonato li span {
display: block;
width: 22px;
height: 22px;
position: absolute;
left:30px;
top:12px;
}

ul.simbologia-campeonato li[data-simbolo="campeon"] span { background-color: #FF5233; }
ul.simbologia-campeonato li[data-simbolo="liguilla"] span { background-color: #FF7962; }
ul.simbologia-campeonato li[data-simbolo="otros"] span { background-color: #ffc630; }

/*Tabla de posiciones-acumulada*/


table.tabla-posiciones-acumulada {
font-size: 11px;
width:100%;
}

table.tabla-posiciones-acumulada th {
	background-color: #fef6d8;
	border-bottom: 1px solid #ffc630;
	color: #333;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

table.tabla-posiciones-acumulada th:nth-child(2) {
text-align: left;
text-indent: 28px;
}

table.tabla-posiciones-acumulada td {
	border-bottom: 1px solid #ccc;
	height: 26px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
}

table.tabla-posiciones-acumulada td:nth-child(even){
background-color: #ededed;
}

table.tabla-posiciones-acumulada td:first-child {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	background-color: #999999;
	width: 6.45%;
}

table.tabla-posiciones-acumulada td:nth-child(n+3){
width:6.45%;
font-family: 'roboto', Arial, Helvetica, sans-serif;
}




table.tabla-posiciones-acumulada tbody tr:nth-child(15) td:first-child,
table.tabla-posiciones-acumulada tbody tr:nth-child(16) td:first-child {
	background-color: #A70606;
}

table.tabla-posiciones-acumulada td:nth-child(2) {
text-align: left;
font-weight: bold;
}

table.tabla-posiciones-acumulada td img {
	float: left;
	width: 26px;
	height: 26px;
	margin: 2px 3px;
}


ul.simbologia-campeonato li[data-simbolo="baja"] span {
	background-color: #A70606;
}

/*Noticias en lÃ­nea*/

#noticias-relacionadas-portada {
top: 493px;
}

#ultimas-noticias {
width:100%;
list-style-type: none;
margin:0px;
padding:0px;
padding-top:5px;
}

#ultimas-noticias li {
width: 100%;
font-size: 13px;
float:left;
clear:both;
margin-bottom:8px;
line-height: 17px;
}

#ultimas-noticias li.noticias-relacionadas-fecha {
	font: normal 16px 'roboto',Arial, Helvetica, sans-serif, Verdana;
	padding: 4px 10px;
	border-bottom: 1px dotted #643410;
	box-sizing: border-box;
}

#ultimas-noticias li img {
float:left;
width: 70px;
height: 47px;
margin-right:8px;
border: none;
}

#ultimas-noticias li span {
	color: #781017;
	font-weight: bold;
	margin-right: 4px;
	height: 12px;
	line-height: 12px;
}

#ultimas-noticias li a:link,
#ultimas-noticias li a:visited {
color: #000;
text-decoration: none;
}

#ultimas-noticias li a:hover {
text-decoration: underline;
}

a.mas-noticias:link,
a.mas-noticias:visited {
background-color: #f8c514;
    width: 70%;
    margin-left: 15%;
    color: #131313;
    text-decoration: none;
    font: 16px/36px 'roboto', Arial, Helvetica, sans-serif;
    padding: 10px 0px;
    display: block;
    float: left;
    clear: both;
    text-align: center;
    margin-top: 5px;
    height: 30px;
    padding-top: 3px;
    margin-bottom: 3px;
    border-radius: 5px;
    transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
}

a.mas-noticias:hover {
	text-decoration: underline;
	background-color: #4D0040;
	color: #fff;
}

/*Box Goleadores*/

#goleadores-portada {
top: 600px;
}

#box-goleadores {
list-style-type: none;
padding:0px;
margin:0px;
width:100%;
}

#box-goleadores li {
display: table-row;
width:100%;
background-color: #333333;
color: #fff;
font-size: 13px;
text-transform: uppercase;
border-bottom: 1px solid #fff;
}

#box-goleadores li div {
display: table-cell;
vertical-align: middle;
width:80%;
border-bottom: 1px solid #fff;
padding-left:7px;
}

#box-goleadores li span {
text-transform: none;
font-size: 11px;
margin-top:2px;
line-height: 14px;
}

#box-goleadores li div:last-child {
width:20%;
background-color: #ffc630;
color: #fff;
text-align: center;
font-family: 'roboto', Arial, Helvetica, sans-serif;
font-size: 35px;
font-weight: 400;
padding:0px;
}

#box-goleadores li img {
float:left;
width:63px;
border: none;
}

/*GalerÃ­as de fotos*/

#galerias-fotos {
width:100%;
list-style-type: none;
padding:0px;
margin:0px;
}

#galerias-fotos li {
width: 50%;
display: inline-block;
position: relative;
}

#galerias-fotos li a:link,
#galerias-fotos li a:visited {
font-family: 'roboto', Arial, Helvetica, sans-serif;
color: #fff;
font-size: 18px;
font-weight: 300;
text-decoration: none;
line-height: 20px;
width: 100%;
}

#galerias-fotos li img {
width: 100%;
opacity: 1;
z-index: 2;
border: none;
filter: alpha(opacity=100);
transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
}

#galerias-fotos li span {
position: absolute;
bottom:10px;
padding:3%;
width: 94%;
display: block;
background-color: #000;
background-color: rgba(0,0,0,0.8);
transition: background 0.3s linear;
-webkit-transition: background 0.3s linear;
-ms-transition: background 0.3s linear;
-moz-transition: background 0.3s linear;
-o-transition: background 0.3s linear;
}

#galerias-fotos li:before {
content: '';
position: absolute;
left:0px;
top:0px;
width: 100%;
height: 199px;
background-color: transparent;
z-index: -1;
}

#galerias-fotos li:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
width: 100%;
}

#galerias-fotos li:hover span {
background-color: #000;
background-color: rgba(0,0,0,1);
}

#galerias-fotos li.hd span:after {
content:'';
position: absolute;
top:-30px;
left:0px;
width: 100%;
height: 35px;
display: block;
background-image: url(../img/iconos/fotosHD.png);
background-repeat: no-repeat;
background-position: center center;
}

#pags-galerias-fotos {
list-style-type: none;
width: 100%;
text-align: center;
display: none;
float:left;
clear:both;
margin:15px 0px;
}

#pags-galerias-fotos li {
display: inline-block;
width: 10%;
height: 25px;
background-color: #004081;
color: #fff;
font-family: 'roboto', Arial, Helvetica, sans-serif;
font-weight: 400;
text-align: center;
line-height: 26px;
font-size: 15px;
transition: background 0.2s linear;
-webkit-transition: background 0.2s linear;
-ms-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
-o-transition: background 0.2s linear;
}

#pags-galerias-fotos li:last-child {
margin-right:0px;
}

#pags-galerias-fotos li.activo,
#pags-galerias-fotos li.activo:hover {
background-color: #013262;
cursor: default;
}

#pags-galerias-fotos li:hover {
cursor: pointer;
background-color: #9a3e21;
}

/*Ficha equipos*/

div.ficha-equipo {
display: block;
padding:10px;
position: relative;
text-align:center;
}

div.ficha-equipo img {
	border: 2px solid #DFDFDF;
}

div.ficha-equipo ul {
list-style-type: none;
padding:0px;
margin:0px;
margin-left:230px;
width:80%;
width: calc(100% - 230px);
margin-bottom:10px;
text-align:center;
}

div.ficha-equipo ul li {
font-size: 12px;
border-bottom: 1px solid #d3d3d3;
position: relative;
padding:3px 0px;
font-weight: bold;
}
div.ficha-equipo ul li h4 {
font-size: 26px;
position: relative;
padding:3px 0px;
font-weight: normal;
font-family: 'mullerbold', Arial, Helvetica, sans-serif, Verdana;
text-align:center;
margin:0;
}

div.ficha-equipo ul li b {
font-weight: bold;
position: absolute;
left:3px;
top:3px;
text-align:center;
}

div.ficha-equipo ul li span {
font-weight: normal;
display: block;
margin-left:110px;
text-align:center;
}

div.ficha-equipo ul li a:link,
div.ficha-equipo ul li a:visited {
text-decoration: none;
color: #226199;
transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}

div.ficha-equipo ul li a:hover {
color: #3496EC;
}

/*Lista plantel*/

ul.lista-plantel {
list-style-type: none;
padding:0px;
margin:0px;
border-bottom: 4px solid #dfdfdf;
}

ul.lista-plantel li {
border-left: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;
border-bottom: 1px solid #EDEDED;
padding: 5px 0px;
text-indent: 20px;
}

ul.lista-plantel li.posicion {
background-color: #B5D5F2;
border-left: 1px solid #B5D5F2;
border-right: 1px solid #B5D5F2;
border-bottom: 1px solid #B5D5F2;
text-indent: 12px;
font-weight: bold;
}
/*Box Goleadores*/

#opta-widget-idx-goleadores {
background-color: #fff;
min-height: 200px;
}

#opta-widget-idx-goleadores h2 {
display: none;
}

#opta-widget-idx-goleadores table {
border-collapse: collapse;
}

#opta-widget-idx-goleadores table th {
background-color: #fef6d8;
text-align: left;
color: #333;
font-size: 12px;
font-weight: bold;
padding: 8px 5px;
border-bottom: 1px solid #ffc630;
}

#opta-widget-idx-goleadores table tr td {
background-color: #fff;
padding: 8px 6px;
font-size: 12px;
line-height: 16px;
}

#opta-widget-idx-goleadores table tr th:first-child,
#opta-widget-idx-goleadores table tr th:nth-child(3),
#opta-widget-idx-goleadores table tr th:last-child {
text-align: center;
}

#opta-widget-idx-goleadores table tr td:first-child,
#opta-widget-idx-goleadores table tr td:nth-child(3),
#opta-widget-idx-goleadores table tr td:last-child {
text-align: center;
font-family: 'roboto', Arial, Helvetica, sans-serif;
font-size: 12px;
}

#opta-widget-idx-goleadores table tr td:first-child {
font-family: 'robotobold', Arial, Helvetica, sans-serif;
padding-right:8px;
border-right: 1px solid #d8d8d8;
}

#opta-widget-idx-goleadores table tr td:last-child,
#opta-widget-idx-goleadores table tr:nth-child(even) td:last-child {
background-color: #d8d8d8;
font-family: 'roboto', Arial, Helvetica, sans-serif;
border-bottom: 1px solid #ffffff;
font-size: 14px;
}

#opta-widget-idx-goleadores table tr:nth-child(even) td {
background-color: #ededed;
}

/*CrÃ©ditos*/

#especiales-creditos {
width: 96.875%;
background-color: #f4f4f4;
font-family: Arial, Helvetica, sans-serif;
padding: 5px 1.56%;
font-size: 9px;
color: #666666;
text-align: left;
}

#especiales-creditos a:link,
#especiales-creditos a:visited {
color: #666666;
text-decoration: none;
transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
}

#especiales-creditos a:hover {
color: #333333;
}

.especiales-creditos-autor {
font-size: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
margin-bottom: 5px;
padding-bottom: 5px;
}

.especiales-creditos-autor strong{
font-weight: bold;
color: #4D5C64;
}

/*Redes sociales*/

ul#redes-sociales {
float:right;
list-style-type: none;
background-color: #f4f4f4;
}

ul#redes-sociales li {
display: inline-block;
width: 25px;
height: 25px;
margin-right:4px;
border-radius: 2px;
text-align: center;
}

ul#redes-sociales li img {
width: 18px;
height: 18px;
margin-top:3px;
border: none;
}

ul#redes-sociales li:nth-child(1) {
background-color: #55acee;
}

ul#redes-sociales li:nth-child(2) {
background-color: #3b5999;
}

ul#redes-sociales li:nth-child(3) {
background-color: #d74a38;
}

ul#redes-sociales li:nth-child(4) {
background-color: #cc1f27;
}

ul#redes-sociales li span {
display: none;
}

/*Box columna*/

div.box-columna {
position: absolute;
right:0px;
top:0px;
width:33.3%;
}

/*Box central*/

div.box-central {
	width: 65.3%;
	background-color: #ededed;
	border-bottom: 4px solid #dfdfdf;
	font-size: 13px;
	margin-bottom: 10px;
	height: auto;
	display: inline-block;
}
.box-central h6 {
	/* [disabled]width: 100%; */
	box-sizing: border-box;
	font: normal 16px 'roboto', Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	margin: 10px 0 0 10px;
	background-color: rgba(255,255,255,1.00);
	display: inline-block;
	border: 1px solid #C1B5BF;
}
div.box-central-equipospage {
	width: 65.3%;
	background-color: #ededed;
	font-size: 12px;
	margin-bottom: 10px;
	height: auto;
	float:left;
}

div.box-central.blanco {
background-color: #fff;
border-bottom: none;
}

div.box-central p {
padding:10px;
margin:0px;
line-height: 17px;
}

div.box-central-eq {
	width: 100%;
	background-color: #ededed;
	border-bottom: 4px solid #dfdfdf;
	font-size: 12px;
	height: auto;
	float:left;
}




/*MenÃº equipos principal*/

#menu-equipos-principal {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#menu-equipos-principal a:link,
#menu-equipos-principal a:visited {
	color: #023262;
	text-decoration: none;
	width: 100%;
	display: block;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}

#menu-equipos-principal li {
float:left;
width: 23%;
margin-left: 1%;
margin-right: 1%;
background-color: #fff;
text-align: center;
margin-bottom:10px;
color: #fff;
transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}

#menu-equipos-principal li img {
margin: 10px auto 7px auto;
border: none;
max-width: 85px;
}

#menu-equipos-principal li span {
	background-color: #fff;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	text-align: center;
	padding: 5px 0px;
	display: block;
	text-transform: uppercase;
	color: #131313;
	border-bottom: 3px solid #DFDFDF;
}

#menu-equipos-principal li:hover {
	color: #131313;
	background-color: #f3e5c1;
}

#menu-equipos-principal li:hover a {
	color: #E0B135;
	cursor: pointer;
}

/*MenÃº equipos lateral*/

ul#box-equipos {
list-style-type: none;
margin:0px;
background-color: #F0F0F0;
width: 96%;
padding: 10px 2% 3px 2%;
}

ul#box-equipos li {
display: inline-block;
width: 12.5%;
text-align: center;
margin-bottom:5px;
}

ul#box-equipos li img {
margin-bottom: 2px;
border:none;
max-width: 24px;
}

ul#box-equipos li a:link,
ul#box-equipos li a:visited {
font-size: 11px;
color: #000;
text-decoration: none;
text-transform: uppercase;
margin-bottom:7px;
}

ul#box-equipos li a:hover {
text-decoration: underline;
}

/*Calendario*/

span.titulo-nav-box-central {
	background-color: #023262;
	display: block;
	color: #fff;
	font-size: 11px;
	padding: 5px 0px;
	width: 20%;
	margin-left: 10px;
	font-weight: bold;
	text-align: center;
}

ul.nav-fechas-calendario {
list-style-type: none;
padding:15px 10px 20px 10px;
margin:0px;
	text-align: center;
}

ul.nav-fechas-calendario li {
	box-sizing: border-box;
	font: normal 16px 'roboto', Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	margin: 0px 2px 0 0;
	background-color: rgba(255,255,255,1.00);
	display: inline-block;
	border: 1px solid #C1B5BF;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	border-bottom: 2px solid #39012a;
	margin-bottom: 5px;
}

ul.nav-fechas-calendario li:hover {
	background-color: #FFC600;
	color: #023262;
	cursor: pointer;
}

h4.calendario-fecha {
margin:0px;
background-color: #ccc;
color: #000;
font-size: 12px;
font-weight: bold;
text-indent: 10px;
padding:5px 0;
position: relative;
margin-top:10px;
}



.tab-otro2 a:link,
.tab-otro2 a:visited {
	float: right;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #38013A;
	color: #fff;
	padding: 0px 10px;
	text-decoration: none;
	text-align: center;
	text-indent: 0px;
	line-height: 32px;
	height: 30px;
	
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.tab-otro2 a:hover {
	color: #C1B5BF;
}

/*Ads*/

div.publicidad-superior img {
width:100%;
border: none;
margin: 10px 0px;
}

div.publicidad-superior img[src^="https://ad.doubleclick.net"] {
margin: 0px;
}

div.publicidad-superior a {
background-color: #fff;
}

div.publicidad-movil-techo {
display: none;
}

div.publicidad-inferior {
display: inline-block;
text-align: center;
width:65.3%;
margin-bottom:10px;
}

div.publicidad-inferior img {
width:100%;
max-width: 600px;
display: inline-block;
text-align: center;
border: none;
}

div.publicidad-derecha {
float:left;
margin-left:1.4%;
width:24%;
margin-top:30px;
}

div.publicidad-derecha img {
width:100%;
border: none;
position: static;
}

div.publicidad-movil-superior,
div.publicidad-movil-central,
div.publicidad-movil-inferior {
display: none;
}

div.banner_off_random {
float:none!important;
}


/*Historia*/

.historia-copa {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

div.box-central-historia {
	width: 100%;
	background-color: #ededed;
	border-bottom: 4px solid #FFFFFF;
	font-size: 12px;
	height: auto;
	float: left;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.historia-copa img {
	width: 100%;
	float:left;
	max-width:280px;
	padding-right: 15px;
	padding-bottom: 10px;
}
div.historia-copa h6 {
	font: 18px/18px Arial, Helvetica, sans-serif, Verdana;
	background-color: #f6e69b;
	margin: 0;
	padding: 6px 2px;
	font-weight: bold;

}
div.historia-copa p {
	font: 13px/17px Arial, Helvetica, sans-serif, Verdana;
}

div.box-central-historia-menu {
	width: 100%;
	background-color: #ededed;
	border-bottom: 4px solid #FFFFFF;
	font-size: 13px;
	height: auto;
	float: left;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.historia-copa-menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
div.historia-copa-menu img {
	width: 100%;
	float:left;
	max-width:none;
	padding-right: 15px;
	padding-bottom: 10px;
	
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
}
div.historia-copa-menu:hover img {
	opacity: 0.8;
filter: alpha(opacity=80);
}
div.historia-copa-menu h6 {
	font: 18px/18px Arial, Helvetica, sans-serif, Verdana;
	background-color: #f6e69b;
	margin: 0;
	padding: 8px 2px 8px 15px;
	font-weight: bold;
}

div.historia-copa-menu h6 a {
	color: #000;
	text-decoration: none;	
}
div.historia-copa-menu h6 a:hover {
	text-decoration:underline;
}

/*GRUPOS SIDEBAR*/
.box-grupos{
	float:left;
	width: 100%;
	height:auto;
	margin-top:5px;
}
.fila-grupos{
	float:left;
	width: 100%;
	height:auto;
	background-color: #F7F7F7;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.fila-grupos2{
	float:left;
	width: 100%;
	height:auto;
	background-color: #EAEAEA;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.nombre-grupos{
	float: left;
	width: 21%;
	height: auto;
	padding-bottom: 4%;
	padding-top: 4%;
	background-color: #c1b5bf;
	font: 13px 'roboto', Arial, Helvetica, sans-serif;
	color: #403c3c;
	text-align: center;

}
.nombre-grupos2{
	float: left;
	width: 21%;
	height: auto;
	padding-bottom: 4%;
	padding-top: 4%;
	background-color: #f3e5c1;
	font: 13px 'roboto', Arial, Helvetica, sans-serif;
	color: #6d520c;
	text-align: center;
}

.nombre-trans{
	float: left;
	width: 25%;
	height: auto;
	padding-bottom: 3%;
	padding-top: 3%;
	background-color: #c1b5bf;
	font: 15px 'roboto', Arial, Helvetica, sans-serif;
	color: #403c3c;
	text-align: center;

}
.nombre-trans2{
	float: left;
	width: 25%;
	height: auto;
	padding-bottom: 3%;
	padding-top: 3%;
	background-color: #f3e5c1;
	font: 15px 'roboto', Arial, Helvetica, sans-serif;
	color: #6d520c;
	text-align: center;
}

.nombre-trans img, .nombre-trans2 img {
	height: auto;
	width: 100%;
    max-width: 36px;
	
}
.box-paises {
	width: 79%;
	float: left;
}

.box-equipos-transpa {
	width: 75%;
	float: left;
	padding: 1.5% 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 17px;
	vertical-align: middle;
}

.box-escudo-grupos {
float: left;
    width: 13%;
    height: auto;
    display: block;
    text-align: center;
    /* margin-right: 1.5%; */
    margin-left: 3.3%;
}
.escudo-grupos{
	float:left;
	height:auto;
	padding-top:5px;
	text-align: center;
	width:100%;
}
.escudo-grupos img{
	width: 100%;
	max-width: 36px;

}
.escudo-grupos img a {
	opacity: 1.0;
	transition: opacity 0.6s linear 0s;
	-webkit-transition: opacity 0.6s linear 0s;
	-o-transition: opacity 0.6s linear 0s;
	-webkit-opacity: 1;
}
.escudo-grupos img:hover {
	opacity: 0.7;	
}
.texto-grupos {
	float:left;
	width: 100%;
	height:auto;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align: center;
	padding-top:2px;	
	padding-bottom:2px;
}
.texto-grupos a {
	color:#000000;
	text-decoration:none;
	font-size: 11px;
}
.texto-grupos a:hover {
	color: #90170C;
}
/*GRUPOS SIDEBAR*/

/* LOS CAMPEONES */
div.box-central-historia-cam {
	width: 100%;
	background-color: #fff;
	border-bottom: 4px solid #FCC603;
	font-size: 13px;
	height: auto;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.historia-campeones {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.historia-campeones th  {
	background-color: #F8F8F8;
	padding: 10px 0 8px 0;
	border-bottom: 3px solid #EDC250;
	border-top: 1px solid #C5C5C5;
}
.historia-campeones td  {
	background-color: #fff;
	padding: 5px 0 5px 0;
	text-align: center;
	border-bottom: 1px solid #C5C5C5;
	    line-height: 17px;
	}
.historia-campeones td:nth-child(1) {
	font-weight: bold;
	background-color: #f3e5c1;
}
.historia-campeones td:nth-child(2) {
	font-weight: normal;
	font-style:normal;
	}
.historia-campeones td:nth-child(3) {
	background-color: #EDEDED;
}
.historia-campeones td:nth-child(4) {
	font-weight: normal;
}
.historia-campeones td:nth-child(5) {
	background-color: #EDEDED;
}

/* FIN LOS CAMPEONES */
.tab-otro2 {
	width: 100%;
	float: left;
	background-color: #c1b5bf;
	display: block;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	color: #131313;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

.tab-otro3 {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	display: block;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 28px;
	line-height: 30px;
	text-indent: 10px;
	color: #131313;
	margin: 0 0 3px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(84,42,88,1.00);
	border-top: 1px solid rgba(84,42,88,1.00);
}

.base-tabla-8columnas td a {
	color: #131313;
	text-decoration: none;

}

.base-tabla-8columnas td a:hover {
	text-decoration: underline;

}



/* ===== RESOLUCIÃ“N &lt; 1180 ===== */

@media (max-width: 1180px) {

/*GRUPOS SIDEBAR*/
.escudo-grupos img{
	width: 100%;
	max-width: 44px;
	margin-top:0px;
}
.nombre-grupos {
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
}
.nombre-grupos2 {
	padding-bottom:20px;
	padding-top:20px;
}
	
.nombre-grupos2, .nombre-grupos {

font: 15px 'roboto', Arial, Helvetica, sans-serif;

}
	
.nombre-trans{

	padding-bottom: 1.5%;
	padding-top: 1.5%;


}
	
	
.nombre-trans2{

	padding-bottom: 1.5%;
	padding-top: 1.5%;
}
	

/*GRUPOS SIDEBAR*/


/*Noticia principal*/

#noticia-principal {
padding: 0;
width: 100%;
}

#noticia-principal div.noticia-principal-foto img {
max-width:100%;
}

#noticia-principal div.noticia-principal-foto a.link-noticia:link, #noticia-principal div.noticia-principal-foto a.link-noticia:visited {
line-height: 28px;	
}

#noticia-principal p {
	padding-top: 0px;

}
/*ProgramaciÃ³n*/

#programacion-portada {
width:100%;
}

/*Noticias en lÃ­nea*/

a.mas-noticias:link,
a.mas-noticias:visited {
float:none;
font-size: 14px;
}

/*Boxes columna*/

div.box-columna {
position: static;
width:100%;
float:left;
margin-bottom:10px;
}

/*Box central*/

div.box-central {
width: 100%;
margin-bottom:10px;
}

/*Ads*/

div.publicidad-inferior {
width:100%;
}
ul#box-equipos li img {
max-width: 40px;
}

/*historia*/
div.box-central-equipospage {
    width: 100%;
}
}

/* ===== RESOLUCIÃ“N &lt; 960 ===== */

@media (max-width: 960px) {

/* Header */

#especiales-header {
margin-bottom:34px;
}

#especiales-header .background-header-out {
padding-top:13%;
}

#especiales-header .background-header {
background-image: url(../img/header_tablet.jpg);
}

/* Header &gt; MenÃº */

#especiales-header ul {
bottom:-24px;
height: 24px;
}

#especiales-header ul li {
font-size: 11px;
height: 12px;
line-height: 12px;
padding-left: 5px;
padding-right: 5px;
}

#especiales-header ul li:nth-child(2) {
margin-left: 2px;
}

/*Noticia principal*/

#noticia-principal div.noticia-principal-foto {
position: relative;
}

#noticia-principal div.noticia-principal-foto a.link-noticia:link,
#noticia-principal div.noticia-principal-foto a.link-noticia:visited {
background-color: #fef6d8;
color: #333;
display: block;
font-size: 26px;
padding: 5px 2%;
position: static;
width: 96%;
}

#noticia-principal div.noticia-principal-foto:hover a.link-noticia {
color: #666;
background-color: #fef6d8;
}

#noticia-principal p {
font-size: 13px;
line-height: 16px;
padding-top:8px;
}

/*MenÃº equipos principal*/

#menu-equipos-principal li {
width: 31%;
margin-left: 1%;
margin-right: 1%;
}

}

/* ===== RESOLUCIÃ“N &lt; 725 ===== */

@media (max-width: 725px) {

/*General*/

#especiales-contenedor-principal {
margin:0%;
width:100%;
float:none;
}

#contenedor-columnas {
margin-top:5px;
}

/*Header*/

#especiales-header .background-header-out {
padding-top:15%;
}

#especiales-header .background-header {
background-image: url(../img/header_movil.jpg);
}

div.especiales-header-boton {
background-image: url(../img/boton_movil.png);
background-repeat: no-repeat;
background-size: contain;
display: block;
height: 100%;
left:0px;
position: absolute;
top:0px;
width:18%;
z-index: 2;
}

div.especiales-header-boton:hover {
cursor: pointer;
}

#especiales-header {
margin-bottom:0px;
}

/*MenÃº*/

#especiales-header ul {
background-color: #fff;
background-color: rgba(255,255,255,0.75);
border:0px;
display: block;
float:none;
height: auto;
left:-100%;
margin:0px;
min-height: 100vh;
padding:0px;
position: absolute;
top: 0px;
width: 100%;
transition: left 0.3s linear;
  -webkit-transition: left 0.3s linear;
  -ms-transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  background-image:none;
}

#especiales-header ul li {
background-color: #fff;
border-bottom: 1px dotted #ccc;
border:0px;
font-family: 'roboto', Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: normal;
height: 40px;
line-height: 40px;
margin-top:0px;
padding:0px;
text-indent: 5%;
width: 80%;
}

#especiales-header ul li:first-child {
background-color: #efefef;
background-image: url(/especiales/recursos_especiales/menu/img/home.png);
background-position: 95% center;
background-repeat: no-repeat;
background-size: 18px 20px;
display: block;
}

#especiales-header ul li:nth-child(2) {
margin-left:0px;
}

/*Fotos*/

#galerias-fotos li span {
font-size: 15px;
bottom:0px;
}

#galerias-fotos li.hd span:after {
background-image: none;
}

/*MenÃº activado*/

#inner-wrap {
position: absolute;
left:0px;
transition: left 0.3s linear;
  -webkit-transition: left 0.3s linear;
  -ms-transition: left 0.3s linear;
  -moz-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
}

#especiales-header ul {
display: block;
position: absolute;
width: 100%;
padding:0px;
margin:0px;
top:0px;
border: none;
min-height: 100vh;
color: rgba(255,255,255,0.75);
}

body.menu-on #inner-wrap {
left:80%;
position: fixed;
}

body.menu-on {
overflow: hidden;
}

body.menu-on #especiales-header ul {
height: 100%;
left:-80%;
overflow-y: scroll;
z-index: 10;
}

/*Noticia principal*/

#noticia-principal div.noticia-principal-foto a.link-noticia:link,
#noticia-principal div.noticia-principal-foto a.link-noticia:visited {
font-size: 23px;
}

span.titulo-nav-box-central {
width:50%;
}

ul.nav-fechas-calendario {
padding-bottom:5px;
}

ul.nav-fechas-calendario li {
	/* [disabled]width:10.5%; */
}

/*Ficha equipos*/

div.ficha-equipo {
display: inline-block;
text-align: center;
padding:0px;
width:100%;
}

div.ficha-equipo img {
position: static;
width:100%;
max-width: 220px;
display: inline-block;
text-align: center;
margin-top:10px;
margin-bottom:10px;
}

div.ficha-equipo ul {
list-style-type: none;
text-align: left;
margin:0px;
padding:0px;
float:none;
width:100%;
margin-bottom:0px;
}

div.ficha-equipo ul li {
font-size: 13px;
border-bottom: 1px solid #d3d3d3;
position: relative;
padding:4px 0px;
font-weight: bold;
}

div.ficha-equipo ul li b {
font-weight: bold;
position: absolute;
left:3px;
top:3px;
text-indent: 5px;
}

div.ficha-equipo ul li span {
font-weight: normal;
display: block;
margin-left:125px;
}

/*CrÃ©ditos y redes sociales*/

#especiales_creditos{
width: 96.875%;
margin-bottom: 0px;
height: auto;
background-color: #f4f4f4;
font-family: Arial, Helvetica, sans-serif;
padding-right: 1.56%;
padding-left: 1.56%;
font-size: 9px;
color: #666666;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

ul#redes-sociales {
float:none;
width: 100%;
text-align: center;
padding: 10px 0px;
margin-top:0px;
border-bottom-width: 1px solid #ccc;
}

ul#redes-sociales li {
display: inline-block;
margin-right:3%;
width: 40px;
height: 40px;
border-radius: 3px;
}

ul#redes-sociales li img {
width: 32px;
height: 32px;
margin-top:4px;
}

/*Ads*/

div.publicidad-derecha,
div.publicidad-superior,
div.publicidad-inferior,
div.publicidad-center-footer {
display: none;
}

div.publicidad-movil-superior,
div.publicidad-movil-central,
div.publicidad-movil-inferior {
display: inline-block;
text-align: center;
width: 100%;
}

div.publicidad-movil-superior img {
margin-bottom:0px;
width:100%;
max-width: 666px;
}

div.publicidad-movil-central img,
div.publicidad-movil-inferior img {
margin-bottom:10px;
width:100%;
max-width: 300px;
}

table.programacion-fecha tr td:nth-child(5) {
width:13%;
}
table.programacion-fecha td img {
	width: 20px;
	height: 20px;
	margin: 2px 3px;
}
#especiales-header ul li a:link, #especiales-header ul li a:visited {
	color: #3b240a;
}

}

/* ===== RESOLUCIÃ“N &lt; 440 ===== */

@media (max-width: 440px) {

/*MenÃº equipos principal*/

#menu-equipos-principal li {
width: 48%;
margin-left: 1%;
margin-right: 1%;
}
ul#box-equipos li img {
max-width: 34px;
}

div.historia-copa img {
	width: 100%;
	max-width: none;
	padding-right: 0px;
	padding-bottom: 0px;
}
div.historia-copa h6 {
	float: left;
	width: none;
	padding: 5px;

}
div.historia-copa p {
	font: 12px/16px Arial, Helvetica, sans-serif, Verdana;
	margin-top: 5px;

	float: left;
}


/*Campeones*/
.historia-campeones td:nth-child(1) {
	width: 20%;
}
.historia-campeones td:nth-child(2) {
	width: 40%;
}
.historia-campeones td:nth-child(3) {
	width: 40%;
}
.historia-campeones td:nth-child(4) {
	display: none;
}
.historia-campeones td:nth-child(5) {
	display: none;
}
.historia-campeones th:nth-child(4) {
	display: none;
}
.historia-campeones th:nth-child(5) {
	display: none;
}
/*Fin Los Campeones*/

/*Fotos*/

#galerias-fotos li {
width:100%;
}

#fotos-portada #galerias-fotos li:nth-child(n+3) {
display: none;
}

#menu-equipos-principal li {
    width: 31.2%;
}

/*EQUIPOS*/

div.ficha-equipo img {

float: none;
}

/*PROGRAMCION PORTADA*/
table.programacion-fecha {
	font-size: 11px;
}
table.programacion-fecha tr td:nth-child(2) {
	width: 27%;
}
table.programacion-fecha tr td:first-child{
	width: 9%;
}
table.programacion-fecha tr td:nth-child(5) {
		width: 9%;
}
/*FIN PROGRAMCION PORTADA*/

}
</pre></body></html>