<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;
}

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: 10px;
	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-visa-rio.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	
}



/* Header &gt; MenÃº */


#especiales-header ul {
	bottom: -26px;
	display: block;
	height: 27px;
	left: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font: normal  16px 'roboto', Arial, Helvetica, sans-serif, Verdana;
	/* [disabled]border-bottom: 3px solid #f2b133; */
	/*	border-top: 2px solid #429448;*/
	background-color: #014b87;
	background-image: -webkit-linear-gradient(270deg,rgb(101, 115, 26) 0%,rgb(19, 88, 103) 100%);
	background-image: -moz-linear-gradient(270deg,rgb(101, 115, 26) 0%,rgb(19, 88, 103) 100%);
	background-image: -o-linear-gradient(270deg,rgb(101, 115, 26) 0%,rgb(19, 88, 103) 100%);
	background-image: linear-gradient(270deg,rgb(101, 115, 26) 0%,rgb(19, 88, 103) 100%);
}

#especiales-header ul li {
	/*border-right: 1px solid #fff;*/
	float: left;
	height: 14px;
	line-height: 13px;
	margin-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}

#especiales-header ul li a:link,
#especiales-header ul li a:visited {
color: #fff;

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: #A9CCE9;
	  -ms-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}

#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: #fff;
	padding: 0px 0 12px 0;
	width: 65.3%;
	margin-bottom: 10px;
}

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

#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.82;
filter: alpha(opacity=82);

}

#noticia-principal div.noticia-principal-foto a.link-noticia:link,
#noticia-principal div.noticia-principal-foto a.link-noticia:visited {
	/*	background-color: #152a49;
	background-color: rgba(21,42,73,0.90);*/
	bottom: 0px;

	font: normal 36px/40px 'robotobold', Arial, Helvetica, sans-serif;
	left: 0px;
	padding: 4px 2%;
	position: absolute;
	text-decoration: none;
	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;
	text-transform: uppercase;

	background-color: #fff;
	color: #014b87;
	border-bottom: 2px solid #014b87;
	border-top: 2px solid #014b87;

}

#noticia-principal div.noticia-principal-foto:hover a.link-noticia {
	/*color: #dcad19;
	background-color: rgba(21,42,73,0.90);*/
	background-color: #135866;
	color: #fff;
	border-bottom: 2px solid #135866;
	border-top: 2px solid #135866;
	}

#noticia-principal p {
font-size: 13px;
line-height: 17px;
margin:0px;
padding:10px 2% 4px 2%;
}


/*Tabs*/

a.tab-ver-mas:link,
a.tab-ver-mas:visited,
h3.tab-texto {
	display: block;
	font: normal 18px/30px 'roboto', Arial, Helvetica, sans-serif;
	height: 30px;
	text-indent: 10px;
	color: #fff;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	background-position: right -20px;
	background-repeat: no-repeat;
	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;
	/* [disabled]border-top-color: #152A49; */
	/* [disabled]border-top-style: double; */
	/* [disabled]border-top-width: 2px; */
	background-image: url(../img/vermas.png);
}

a.tab-ver-mas.secundario:link,
a.tab-ver-mas.secundario:visited {
	background-color: #014b87;
	color: #FFFFFF;
	/* [disabled]border-top: 2px double #f2b133; */
	/* [disabled]border-bottom: 2px double #f2b133; */
	background-position: right top;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(270deg,rgb(244, 129, 49) 0%,rgb(71, 105, 54) 100%);
	background-image: -moz-linear-gradient(270deg,rgb(244, 129, 49) 0%,rgb(71, 105, 54) 100%);
	background-image: -o-linear-gradient(270deg,rgb(244, 129, 49) 0%,rgb(71, 105, 54) 100%);
	background-image: linear-gradient(270deg,rgb(244, 129, 49) 0%,rgb(71, 105, 54) 100%);
}

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

a.tab-ver-mas.secundario:hover {
    color: #FFE9A5;
}
/*ProgramaciÃ³n*/

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

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

table.programacion-fecha th {
background-color: #effdd7;
border-bottom: 1px solid #B4CD8A;
color: #3C5438;
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 tr td:first-child {
background-color: #8aa430;
color: #fff;
font-weight: bold;
width:9%;
}

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

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

table.programacion-fecha tr td:nth-child(4),
table.programacion-fecha tr td:nth-child(6) {
background-color: #fff;
}

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

table.programacion-fecha tr td:nth-child(8) {
background-color: #effdd7;
color: #49733c;
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-family: Arial, Helvetica, sans-serif;
color: #fff;
font-weight:400;
font-size: 12px;
}


/* tabla programacion Home*/

.box-contenedor-programacion {
	width: 100%;
	padding-top: 3px;
	float: left;
}
#programacion-portada {
top:0px;
}


table.tabla-programacion {
font-size: 13px;
width:100%;
}

table.tabla-programacion th {
	background-color: #becfe1;
	border-bottom: 2px solid #014B87;
	color: #131313;
	line-height: 30px;
	font-size: 11px;
}

table.tabla-programacion th:nth-child(1) {
	width:11%;
	font-size:18px;
}
table.tabla-programacion th:nth-child(2) {
	width:23%;
	text-align:left;
}
table.tabla-programacion th:nth-child(3) {
	width:6%;	
}
table.tabla-programacion th:nth-child(4) {
	width: 26%;
}
table.tabla-programacion th:nth-child(5) {
	width:34%;	
}
table.tabla-programacion th img {
	width:100%;
	max-width: 21px;
}

table.tabla-programacion td {
border-bottom: 1px solid #ccc;
height: 26px;
line-height: 17px;
background-color: #fff;
text-align:center;
padding: 2px 0;
}

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

table.tabla-programacion tbody tr td:first-child {
	background-color: #faeba8;
	background-image: -webkit-linear-gradient(2deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	background-image: -moz-linear-gradient(2deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	background-image: -o-linear-gradient(2deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	background-image: linear-gradient(88deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	font-weight: bold;
}


table.tabla-programacion td:nth-child(1) {
width:11%;
}
table.tabla-programacion td:nth-child(2) {
width:23%;
line-height: 17px;
	text-align:left;
}
table.tabla-programacion td:nth-child(3) {
width:6%;
}
table.tabla-programacion td:nth-child(4) {
width:26%;
}
table.tabla-programacion td:nth-child(5){
width:34%;
}

/*Tabla de posiciones Home*/

.box-chile-score {
	width:100%;
	margin-top: 12px;
	border-top: 2px solid #ccc;
}

#posiciones-portada {
top:0px;
}

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

table.tabla-posiciones th {
background-color: #becfe1;
border-bottom: 2px solid #014b87;
color: #131313;
line-height: 30px;
}

table.tabla-posiciones th:nth-child(1) {
	width:7%;	
}
table.tabla-posiciones th:nth-child(2) {
	width:44%;
	text-align:left;
	text-indent: 28px;
}
table.tabla-posiciones th:nth-child(3), table.tabla-posiciones th:nth-child(4), table.tabla-posiciones th:nth-child(5) {
	width:11%;	
}
table.tabla-posiciones th:nth-child(6) {
	width:16%;	
}
table.tabla-posiciones th img {
	width:100%;
	max-width: 21px;
}
table.tabla-posiciones th:nth-child(6) img {
	width:100%;
	max-width: 38px;
}

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

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

table.tabla-posiciones tbody tr td:first-child {
	background-color: #faeba8;
	background-image: -webkit-linear-gradient(2deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	background-image: -moz-linear-gradient(2deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	background-image: -o-linear-gradient(2deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	background-image: linear-gradient(88deg,rgba(250,235,168,1.00) 30.05%,rgba(246,246,246,1.00) 100%);
	font-weight: bold;
}

table.tabla-posiciones td:nth-child(2) {
text-align: left;
line-height: 34px;
}

table.tabla-posiciones td img {
	float: left;
	width: 24px;
	height: 24px;
	margin: 5px 3px 2px;
}
table.tabla-posiciones td:nth-child(1) {
width:7%;
}
table.tabla-posiciones td:nth-child(2) {
width:44%;
}
table.tabla-posiciones td:nth-child(3), table.tabla-posiciones td:nth-child(4), table.tabla-posiciones td:nth-child(5) {
width:11%;
font-weight: bold;
}
table.tabla-posiciones td:nth-child(6){
width:16%;	
font-weight: bold;
color: #397fb7;
}
table.tabla-posiciones td:nth-child(3) {
	color: #ddb000;
}
table.tabla-posiciones td:nth-child(4) {
	color: #959595;
}
table.tabla-posiciones td:nth-child(5) {
	color: #cc6600;
}
table.tabla-posiciones td:nth-child(5) {
	color: #cc6600;
}

table.tabla-posiciones td div {
float: left;
height: 24px;
width: 24px;
background-repeat: no-repeat;
background-position: center center;
vertical-align: top;
margin: 5px 3px 2px;
}

#medallero-top table tbody tr:nth-child(n+11) {
display: none;
}

#medallero-top table tbody tr:nth-child(n+11).medallero-chile {
display: table-row;
}

#medallero-top table tbody tr:nth-child(n+11).medallero-chile td {
border-top: 12px solid #fff;
}

/* ==== boton expandir=== */

.box-botones {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-right: 0%;
	padding-bottom: 1.8%;
	padding-left: 0%;
	margin-bottom: 0px;
}
a#botonvermas-score {
	display:block;
	width:100%;
	background-color: #019849;
	height:30px;
	float: right;
	color:#fff;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
	text-align: center;
	padding-top: 10px;
	border-radius: 5px;
	margin-right: 2%;
	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#botonvermas-score:hover {
	text-decoration:none;
	background-color: #01662e;
}

.box-botonvermasnoticias {
	width:100%;
	float: left;
}
a#botonvermasnoticias-score {
	display:block;
	width:70%;
	background-color: #f5c90a;
	height:30px;
	float: left;
	color:#131313;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration:none;
	text-align: center;
	padding-top: 10px;
	border-radius: 5px;
	margin: 5px 15%;
	margin-top: 15px;
	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#botonvermasnoticias-score:hover {
	text-decoration:none;
	background-color: #f2b133;
}
/* Destacados infografias*/


.destacados-right-encuesta {
	width: 100%;
	margin: 15px 0;
}
.destacados-right-imagen,  .destacados-right-imagen img {
	width: 100%;
}
.destacados-right-imagen img {
	margin-top: 10px;
	opacity: 1;
	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.destacados-right-imagen:hover img {
opacity: 0.82;
filter: alpha(opacity=82);
}
.destacados-right-titulo {
	width: 100%;
	display: inline-block;
	font-family: 'roboto', Arial, Helvetica, sans-serif, Verdana;
	background-color: #BECFE1;
	border-top: 2px solid #014B87;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 16px;
}
.destacados-right-titulo a {
	color: #014B87;
	text-decoration:none;
}
.destacados-right-titulo a:hover {
	text-decoration: underline;
}


/*Logos de Visa*/
.visa-tableft {
	height: 23px;
	width: 65px;
	background-image: url(../img/logovisa-tab-izq.png);
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}
.visa-tabright {
	height: 30px;
	width: 57px;
	background-image: url(../img/logovisa-tab-der.png);
	float: left;
	margin-right: 0px;
	margin-left: 8px;
}

/*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: 12px;
float:left;
clear:both;
margin-bottom:8px;
line-height: 16px;
}

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

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

#ultimas-noticias li span {
	/* [disabled]color: #8aa430; */
	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;
}


/* Nuevos botones*/
a.mas-noticias:link,
a.mas-noticias:visited {
	/*	background-color: #019849;*/

	background-image: -webkit-linear-gradient(180deg,rgba(37,129,180,1.00) 0%,rgba(36,51,110,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(37,129,180,1.00) 0%,rgba(36,51,110,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(37,129,180,1.00) 0%,rgba(36,51,110,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(37,129,180,1.00) 0%,rgba(36,51,110,1.00) 100%);
	width: 70%;
	margin-left: 15%;
	color: #fff;
	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: none;
	color: #FFE7AC;
	background-image: -webkit-linear-gradient(180deg,rgba(30,105,146,1.00) 0%,rgba(32,46,99,1.00) 100%);
	background-image: -moz-linear-gradient(180deg,rgba(30,105,146,1.00) 0%,rgba(32,46,99,1.00) 100%);
	background-image: -o-linear-gradient(180deg,rgba(30,105,146,1.00) 0%,rgba(32,46,99,1.00) 100%);
	background-image: linear-gradient(270deg,rgba(30,105,146,1.00) 0%,rgba(32,46,99,1.00) 100%);
	

}

/*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: #8aa430;
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;
font-weight: 300;
color: #fff;
font-size: 18px;
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: rgba(1,75,135,0.85);
	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: rgba(1,75,135,1.00);
}

#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;
padding: 0;
}

#pags-galerias-fotos li {
	display: inline-block;
	width: 10%;
	height: 25px;
	background-color: #014B87;
	color: #fff;
	font-family: 'Oswald', 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: #00345F;
	cursor: default;
}

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

/*Ficha equipos*/

div.ficha-equipo {
	float: left;
	width: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: auto;
}
div.ficha-sede {
	width: 48%;
	float: left;
	text-align: center;
	margin: 5px 1%;
	padding: 5px 0px 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: auto;
}
div.ficha-sede h4 {
	margin: 0;
	padding: 4px 0px 0px;
	font-weight: normal;
}
div.ficha-sede img {
	width: 100%;
	border: 5px solid #BECFE1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ficha-equipo ul {
	list-style-type: none;
	margin: 0;
	padding: 15px 1% 10px;
	width: 50%;
	float: left !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ficha-equipo ul li {
	font-size: 13px;
	border-bottom: 1px solid #d3d3d3;

	padding: 3px 0px 3px;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
div.ficha-equipo ul li img {
	max-width: 69px;
	width: 100%;

}
.bigmedall {
	font-size: 32px !important;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
}
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;
}

/*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;
}
.bg-visa-down   {
	width: 100%;
	height: 45px;
	background-image: url(../img/bg-visa-down.jpg);
}


#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%;
}
/* ============== AGREGADOS calendario ================== */

.box-calendar-all {
	width: 100%;
	padding-bottom: 15px;
	float: left;
	padding-top: 8px;
}
.box-calendar-all-b {
	width: 100%;
	float: left;

}
.box-calendar-simb {
	width: 66%;
	float: left;
	font-size: 13px;
}
.box-calendar-btncl {
	width: 34%;
	float: left;
	margin-top: 8px;
}
.box-color-sig {
	float: left;
	width: 40%;
	margin-left: 1%;
	min-height: 25px;

}
.box-color-sig-basedisci {
	float: left;
	width: 30%;
	margin-left: 1%;
	min-height: 25px;
	line-height: 17px;
	font-size: 13px;
}
.box-color-sig-basediscisim {
	float: left;
	width: 27.7%;
	margin-left: 1%;
	min-height: 25px;
	line-height: 17px;
	margin-right: 1%;
	font-weight: bold;
	font-size: 13px;
}
.box-color-pruebas {
	float: left;
	width: 40%;
	margin-left: 1%;
	min-height: 25px;
	line-height: 26px;
}
.box-color-medallas {
	float: left;
	width: 40%;
	margin-left: 1%;
	min-height: 25px;
	line-height: 26px;
}
.box-color-cr {
	float: left;
	width: 25px;
	height: 25px;
	background-color: #40984A;
	border-radius: 15px;
}
.box-color-crdisi {
	float: left;
	width: 14px;
	height: 14px;
	background-color: #40984A;
	border-radius: 15px;
	margin-top:1px;
}
.verde-calendar {
		background-color: #40984A;
}
.rojo-calendar {
	background-color: #EE1B24;
}
.orange-calendar {
	background-color: #EF7921;
}
.celeste-calendar {
	background-color: #008FD5;
}
.box-cal1 {
	width: 95%;
	float: left;
	margin-left: 4%;
	margin-bottom: 5px;
}
.box-cal2 {
	width: 95%;
	margin-left: 0px;
}
.box-cal2-base {
	width: 100%;
	margin-top: 7px;
}

/* ============== AGREGADOS ================== */

.titulos-bx1 {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	/* [disabled]border-top: 2px solid #f2b133;
	background-image: url(../img/bg-title.png);
	background-repeat: no-repeat;
	background-position: right top;
*/
	background-image: -webkit-linear-gradient(270deg,rgb(149, 165, 8) 0%,rgb(7, 71, 84) 100%);
	background-image: -moz-linear-gradient(270deg,rgb(149, 165, 8) 0%,rgb(7, 71, 84) 100%);
	background-image: -o-linear-gradient(270deg,rgb(149, 165, 8) 0%,rgb(7, 71, 84) 100%);
	background-image: linear-gradient(270deg,rgb(149, 165, 8) 0%,rgb(7, 71, 84) 100%);
	margin-bottom: 3px;
}
.titulos-bx2 {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	background-image: -webkit-linear-gradient(270deg,rgb(239, 48, 38) 0%,rgb(20, 88, 102) 100%);
	background-image: -moz-linear-gradient(270deg,rgb(239, 48, 38) 0%,rgb(20, 88, 102) 100%);
	background-image: -o-linear-gradient(270deg,rgb(239, 48, 38) 0%,rgb(20, 88, 102) 100%);
	background-image: linear-gradient(270deg,rgb(239, 48, 38) 0%,rgb(20, 88, 102) 100%);
	margin-bottom: 3px;
}

.titulos-bx1 h1, .titulos-bx2 h1{
	float: left;
	font: normal 24px/34px 'roboto', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 10px;
	width: 94%;
	padding-right: 10px;
	padding-top: 5px;
	margin: 0;
	box-sizing: border-box;
}
.titulos-bx1 h1 a, .titulos-bx2 h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
.titulos-bx1 h1 a:hover {
	text-decoration: underline;
	color: #F4E7AE;
}

.titulos-bx1 p, .titulos-bx2 p {
	float: left;
	font-size: 13px;
	color: #131313;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 20px;
	width: 56%;
	line-height: 16px;
	
}

/* ============== chilenos home ================== */

#chilenos-portada {
border-bottom: none;
}
ul.box-contenedor-02 {
	float: left;
	width: 94%;
	margin: 0;
	padding: 15px 3% 0;
}
li.participantes-chilenos {
	list-style: none;
	float: left;
	margin: 0px 1% 10px 0px;
	padding: 0px;
	width: 15.6%;
	background-color: #f5c90a;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
li.participantes-chilenos p {
	font: normal 13px/14px Arial, Helvetica, sans-serif;
	color: #131313;
	margin: 0;
	padding: 4px 0 !important;
	float: left;
	width: 100%;
	text-align: center;
	height: auto;
	display: inline-block;

}
li.participantes-chilenos:hover {
	background-color: #f2b133  !important;
		border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
li.participantes-chilenos img {
	background-color: #FFFFFF;
	width: 100%;
	float: left;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
li.participantes-chilenos  img:hover {
	opacity: 0.8;
	filter:alpha(opacity=8); /* Para IE */
		background-color: #FFFFFF;

}

/* ============== fin chilenos home ================== */

/* ============== disciplina interior home ================== */


ul.box-contenedor-disciinterior {
	float: left;
	width: 96%;
	margin: 0;
	padding: 10px 2% 0;
}

ul.box-contenedor-disciinterior h5 {
	float: left;
	width: 96%;
	margin: 0;
	padding: 10px 2% 25px;
	font: 36px Arial, Helvetica, sans-serif, Verdana;
	text-align: center;
	text-shadow: 0px 0px #878787;
	color: #979797;
}
li.participantes-disciinterior  {
	list-style: none;
	float: left;
	margin: 0px 1% 10px 0px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 19%;
	min-height: 150px;
	text-align: center;
}
li.participantes-disciinterior  p {
	font: normal 13px/14px Arial, Helvetica, sans-serif;
	color: #131313;
	margin: 10px;
	padding: 4px 0 !important;
	float: left;
	width: 100%;
	text-align: center;
	height: auto;
	display: inline-block;
	background-color: #f5c90a;
	border-radius: 7px;
}
li.participantes-disciinterior p a {
	color: #131313;
}
li.participantes-disciinterior p:hover {
	color: #313131;
	background-color: #f2b133;
}
li.participantes-disciinterior img {
	background-color: #FFFFFF;
	width: 100%;
	max-height: 125px;
	max-width: 123px;	
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
 	-o-transition: all 0.2s linear;
}
li.participantes-disciinterior  img:hover {
	opacity: 0.7;
	filter:alpha(opacity=7); /* Para IE */

}



/* ============== disciplina home ================== */

#disci-portada {
border-bottom: none;
}
ul.box-contenedor-disci {
	float: left;
	width: 96%;
	margin: 0;
	padding: 0px 2% 0 2%;
}
li.participantes-disci  {
	list-style: none;
	float: left;
	margin: 0px 1% 3px 0px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 19%;
	min-height: 150px;
}
li.participantes-disci  p {
	font: normal 13px/14px Arial, Helvetica, sans-serif;
	color: #131313;
	margin: 0;
	padding: 4px 0 !important;
	float: left;
	width: 100%;
	text-align: center;
	height: auto;
	display: inline-block;
	background-color: #f5c90a;
	border-radius: 15px;
}
li.participantes-disci p a {
	color: #131313;
}
li.participantes-disci p:hover {
	color: #2E2E2E;
	background-color:#f2b133;
}
li.participantes-disci img {
	background-color: #FFFFFF;
	width: 100%;
	float: left;
	max-height:125px;
	max-width:123px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
 	-o-transition: all 0.2s linear;
	}
li.participantes-disci img:hover {
	opacity: 0.7;
	filter:alpha(opacity=7); /* Para IE */

}

.box-imgdisciplinas {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #BECFE1;
	display: inline-block;
	margin-bottom: 2px;
}
.box-imgdisciplinas img {
	width:100%;	
}
.disciplinas-tableft {
	height: 38px;
	width: 40px;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
}
.disciplinas-tableft img {
	width: 100%;
	max-height: 38px;
	max-width: 37px;
	margin-top: 1px;
	margin-right: 3px;
}

/* ============== fin disciplina home ================== */

/* ============== disciplina menu ================== */


ul.box-contenedor-discimenu {
	float: left;
	width: 96%;
	margin: 0;
	padding: 10px 2% 2%;
	text-align: center;
}
li.participantes-discimenu  {
	list-style: none;
	margin: 0px 1% 3px 0px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 19%;
	/* [disabled]min-height: 45px; */
	text-align: center;
	float: left;
}
li.participantes-discimenu  p {
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	color: #131313;
	margin: 0;
	padding: 4px 0 !important;
	float: left;
	width: 100%;
	text-align: center;
	height: auto;
	display: none;
	background-color: #f5c90a;
	border-radius: 15px;
}
li.participantes-discimenu p a {
	color: #131313;
}
li.participantes-discimenu p:hover {
	color: #2E2E2E;
	background-color:#f2b133;
}
li.participantes-discimenu img {
	background-color: #FFFFFF;
	width: 80%;
	max-height: 125px;
	max-width: 123px;
	text-align: center;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
li.participantes-discimenu img:hover {
	opacity: 0.7;
	filter: alpha(opacity=7); /* Para IE */

}




/*Box central*/

div.box-central {
	width: 65.3%;
	border-bottom: 4px solid #dfdfdf;
	font-size: 12px;
	margin-bottom: 10px;
	float: left;
	height: auto;
}
div.box-centralall {
	width: 100%;
	border-bottom: 4px solid #dfdfdf;
	font-size: 12px;
	margin-bottom: 10px;
	float: left;
	height: auto;
}
.bg-amarillo {
	background-color: #FFFFFF;
}

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

div.box-central p {
padding:10px;
margin:0px;

}

/*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: #fff;
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: 5px auto;
border: none;
}

#menu-equipos-principal li span {
background-color: #8aa430;
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size: 12.5px;
text-align: center;
padding: 5px 0px;
display: block;
text-transform: uppercase;
}

#menu-equipos-principal li:hover {
color: #c0ed25;
background-color: #effdd7;
}

#menu-equipos-principal li:hover a {
color: #c0ed25;
}

/*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;
}

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: #6ea500;
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:10px;
margin:0px;
width:100%;
}

ul.nav-fechas-calendario li {
display: inline-block;
width:5%;
background-color: #CDE09D;
text-align: center;
font-size: 11px;
font-weight: bold;
padding: 6px 0px;
margin-right:3px;
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;
}

ul.nav-fechas-calendario li:hover {
background-color: #8aa430;
color: #fff;
cursor: pointer;
}

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

h4.calendario-fecha:nth-child(2) {
margin-top:0px;
}

h4.calendario-fecha a:link,
h4.calendario-fecha a:visited {
position: absolute;
top:0px;
bottom:0px;
right:0px;
background-color: #666666;
color: #fff;
padding: 0px 10px;
text-decoration: none;
text-align: center;
text-indent: 0px;
line-height: 24px;
}

h4.calendario-fecha a:hover {
text-decoration: underline;
}

/*Ads*/
div.publicidad-superior {
	margin-bottom:5px;
	background-color: #fff;
}
div.publicidad-superior img {
width:100%;
border: none;
}

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;
position: relative;
margin-left:1.4%;
width:24%;
margin-top:30px;
}

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

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

div.banner_off_random {
float:none!important;
}


/* == Programcion == */
ul.los-tabs2 {
	float: left;
	padding: 0;
	width: 100%;
}
.historibo {
	padding-bottom: 20px !important; 	
}
ul.los-tabs2 li {
	list-style: none;
	width: 100%;
	float: left;
	text-align: center;
	background-color: #24538b;
	text-decoration: none;
	font-size: 16px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #131313;
	color: rgba(255,255,255,1.00);
}
.tabs-fases-primero {
	margin: 	0;
}

/* == MEDALLERO == */

.box-contenedor-medallero {
	width:100%;
}
.fa-menu-portada {
	margin-left:-0.8em;
	margin-right:0.7em;
	display: none;
	width: 0;

}

/* ----------- HISTORIA ---------- */

ul.box-contenedor-historia {
	float: left;
	width: 100%;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
li.participantes-historia {
	color: #131313;
	margin: 3px 0.6%;
	padding: 4px 0 !important;
	float: left;
	width: 11.3%;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	list-style: none;
	height: 30px;
	text-decoration: none;
}

li.participantes-historia a {
	text-decoration: none;
	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;
}
li.participantes-historia:hover {
	color: #313131;
	text-decoration: none;
	background-image: -webkit-linear-gradient(270deg,rgba(55,55,55,0.15) 100%,rgba(102,102,102,0.30) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,55,55,0.15) 100%,rgba(102,102,102,0.30) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,55,55,0.15) 100%,rgba(102,102,102,0.30) 100%);
	background-image: linear-gradient(180deg,rgba(55,55,55,0.15) 100%,rgba(102,102,102,0.30) 100%);
}
.years {
	background-color: #EFCC38;
	font: normal 18px/30px 'roboto',Arial, Helvetica, sans-serif;
}
.years a { color: #131313;}
.chilehis {
	background-color: #B30000;
	font: normal 18px/30px 'roboto',Arial, Helvetica, sans-serif;
}
.chilehis a { color: #fff;}
.oldhis {
	background-color: #398B2F;
	font: normal 18px/30px 'roboto',Arial, Helvetica, sans-serif;
}
.oldhis a { color: #fff;}
.ficha_chilenos_descripcion {
	width: 96%;
	float: left;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 5px solid #E6E4E4;
	padding: 10px 2%;
	margin-bottom: 10px;

}
.ficha_chilenos_descripcion p {
	padding: 10px 0 !important;
	line-height: 17px !important;
}
.ficha_chilenos_descripcion a{
	color: #A70364;
	text-decoration: none;

}
.ficha_chilenos_descripcion a:hover{
	text-decoration: underline;
}

div.ficha-historiabig {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-right: 3%;
	/* [disabled]margin-left: 1%; */
	margin-bottom: 5px;
	padding: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: auto;
}
div.ficha-historiabig h4 {
	margin: 0;
	padding: 0px 0px 3px;
	font-weight: normal;
	background-color: #BECFE1;
	font-size: 12px;
	line-height: 14px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-style: italic;
}
div.ficha-historiabig img {
	width: 100%;
	border: 5px solid #BECFE1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ficha-historia {
	width: 49%;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-right: 3%;
	/* [disabled]margin-left: 1%; */
	margin-bottom: 5px;
	padding: 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: auto;
}
div.ficha-historia h4 {
	margin: 0;
	padding: 0px 0px 3px;
	font-weight: normal;
	background-color: #BECFE1;
	font-size: 12px;
	line-height: 14px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-style: italic;
}
div.ficha-historia img {
	width: 100%;
	border: 5px solid #BECFE1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.ficha-historiar {
	width: 49%;
	float: right;
	text-align: center;
	margin: 0px 0% 5px 3%;
	padding: 5px 0px 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: auto;
}
div.ficha-historiar h4 {
	margin: 0;
	padding: 0px 0px 3px;
	font-weight: normal;
	background-color: #BECFE1;
	font-size: 12px;
	line-height: 14px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-style: italic;
}
div.ficha-historiar img {
	width: 100%;
	border: 5px solid #BECFE1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-historiascore {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#tabla-historiascore th {
	background-color: #becfe1;
	border-bottom: 2px solid #014b87;
	color: #131313;
	line-height: 30px;
}
#tabla-historiascore tr td {

	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 5px;
}
#tabla-historiascore tr td:last-child {
	border-right: 1px solid #CCCCCC;
}
#tabla-historiascore tr td:nth-of-type(1) {
	font-weight: bold;
	background-color: #F4F4F4;
	font-size: 16px;
	line-height: 20px;
	margin-left: 0px;
	padding-left: 1%;
	padding-right: 1%;
}




ul.box-contenedor-historia-menu {
	float: left;
	width: 100%;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
li.participantes-historia-menu {
	color: #131313;
	margin: 3px 0.6%;
	padding: 4px 0 !important;
	float: left;
	width: 18.8%;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	list-style: none;
	height: 30px;
	text-decoration: none;
}

li.participantes-historia-menu a {
	text-decoration: none;
	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;
}
li.participantes-historia-menu:hover {
	color: #313131;
	text-decoration: none;
	background-image: -webkit-linear-gradient(270deg,rgba(55,55,55,0.15) 100%,rgba(102,102,102,0.30) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,55,55,0.15) 100%,rgba(102,102,102,0.30) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,55,55,0.15) 100%,rgba(102,102,102,0.30) 100%);
	background-image: linear-gradient(180deg,rgba(55,55,55,0.15) 100%,rgba(102,102,102,0.30) 100%);
}
ul.historia-juegos {
	width: 100%;
	padding: 10px 0 25px 0;
	margin: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.historia-juegos li {
	background-color: #F4F4F4;
	border-bottom: 2px solid #BECFE1;
	margin: 0px;
	padding: 5px;
	list-style: none;
	font-weight: bold;
}
/* ----------- FIN HISTORIA ---------- */


/* ----------- CHILE ---------- */

ul.dep-chilenos {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.dep-chilenos li {
	background-color: #F4F4F4;
	border-bottom: 1px dotted #BECFE1;
	margin: 0px;
	padding: 8px;
	list-style: none;
	font-weight: normal;
}

ul.dep-chilenos li.abanderada {
	background-color: #F9C4C4;
	border-bottom: 2px solid #B30000;
	margin-bottom: 5px;
	color: #131313;
	border-top: 2px solid #B30000;
	font-weight: bold;
	padding: 8px;
	margin-top: 10px;
}
ul.dep-chilenos li.prueba {
	background-color: #BBE5B4;
	border-bottom: 2px solid #74B76A;
	margin-bottom: 5px;
	font-weight: normal;
}
ul.dep-chilenos li.donde {
	background-color: #F9EDBA;
	border-bottom: 2px solid #D4C480;
	margin-bottom: 5px;
	font-weight: normal;
	color: #131313;
	border-top: 2px solid #D4C480;
	padding: 8px;
	margin-top: 10px;
}
/* ----------- FIN CHILE ---------- */


.loschilenos {
	width: 100%;
	height: auto;
	float: left;
}
.loschilenos ul{
	width: 100%;
	float: left;
    margin: 0px;
    padding: 0px;
	border-top: 1px solid #E5E5E5;
}
.loschilenos li{
    width: 50%;
	height: auto!important;
	min-height: 30px;
    float: left;
    list-style-type: none;
    font: normal  16px 'roboto', Arial, Helvetica, sans-serif, Verdana;
    margin: 0px;
    padding: 8px;
    height: 14px;
    line-height: 13px;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
	box-sizing: border-box;
}

.loschilenos li:nth-child(even){
    border-right: 1px solid #E5E5E5;
}


.loschilenos-tit {
	float: left;
	width: 100%;
	font: normal 20px 'roboto', Arial, Helvetica, sans-serif;
	background-image: -webkit-linear-gradient(270deg,rgb(239, 48, 38) 0%,rgb(20, 88, 102) 100%);
	background-image: -moz-linear-gradient(270deg,rgb(239, 48, 38) 0%,rgb(20, 88, 102) 100%);
	background-image: -o-linear-gradient(270deg,rgb(239, 48, 38) 0%,rgb(20, 88, 102) 100%);
	background-image: linear-gradient(270deg,rgb(239, 48, 38) 0%,rgb(20, 88, 102) 100%);
	margin-bottom: 3px;
	color: #FFFFFF;
	padding-left: 60px;
	box-sizing: border-box;
	line-height: 30px;
	position: relative;
}

.loschilenos-tit img{
	float: left;
	max-width: 40px;
	height: auto;

}

.disciplinas-tableft {
position: absolute;
	top: -4px;
	left: 10px;
}


.menuchilensis {
	width: 100%;
	float: left;
	
}

.menuchilensis ul {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}

.menuchilensis li {
	width: 12.5%;
	float: left;
	padding: 4px;
	margin: 0px;
	    list-style-type: none;
	box-sizing: border-box;
}

.menuchilensis img {
max-width: 100%;
}



.menuchilensis img:hover {
	opacity:0.6;
	filter: alpha(opacity=60); /* Para IE */
}










































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

@media (max-width: 1180px) {

/*Noticia principal*/

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

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

/*ProgramaciÃ³n*/

#programacion-portada {
width:100%;
}

/*Noticias en lÃ­nea*/

a.mas-noticias:link,
a.mas-noticias:visited {
float:none;

}

/*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%;
}

}

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

@media (max-width: 960px) {

/* Header */

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

#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: 15px;
height: 12px;
line-height: 12px;
padding-left: 7px;
padding-right: 7px;
}

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

/*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: #FFF;
color: #014b87;
display: block;
font: normal 26px/26px 'robotobold', Arial, Helvetica, sans-serif;
padding: 5px 2%;
position: static;
width: 96%;
border-bottom: 2px solid #014b87;
    border-top: 2px solid #014b87;
}

#noticia-principal div.noticia-principal-foto:hover a.link-noticia {
	color: #FFFFFF;
	background-color: #019849;
	border-bottom: 2px solid #01662e;
    border-top: 2px solid #01662e;
}

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

/*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:10px;
}

/*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;
}

#especiales-header ul li {
background-color: #fff;
border-bottom: 1px dotted #ccc;
border:0px;
font-family: 'Oswald', 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 {
width:10.5%;
margin-bottom:5px;
}

/*Ficha equipos*/

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

div.ficha-equipo img {
width:100%;
text-align: center;
}

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;
}


/*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 {
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:10px;
margin-top:10px;
width:100%;
max-width: 666px;
}

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

}
#ultimas-noticias li {

font-size: 13px;
line-height: 17px;
}
a#botonvermas-score {
	width:60%;
}
#especiales-header ul li a:link,
#especiales-header ul li a:visited {
	color: #014B87;
}

#especiales-header ul li a:hover {
	color: #014B87;
}
.box-calendar-simb {
	width: 86%;
	padding: 0 7%;
}

.box-calendar-btncl {
	width: 90%;
	padding: 5px 5% 0 5%;
}
a#botonvermas-score {
	width: 100%;
	float: none;
}


li.participantes-disci  {
	list-style: none;
	float: left;
	margin: 0px 1% 3px 0px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 24%;
	min-height: 136px;
}

li.participantes-discimenu  {
	list-style: none;
	float: left;
	margin: 0px 1% 3px 0px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 24%;
}


li.participantes-disciinterior  {
	list-style: none;
	float: left;
	margin: 0px 1% 3px 0px;
	background-color: #FFFFFF;
	padding: 0px;
	width: 24%;
	min-height: 165px;
}
div.ficha-sede {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 1% 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0px;
	background-color: #BECFE1;
}
div.ficha-sede img {
	width: 100%;
}
.box-color-sig-basediscisim {
	float: left;
	width: 98%;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 7px;
}
.box-color-sig-basedisci {
	float: left;
	width: 42%;
}
.box-color-crdisi {
	margin-left:1%;
}
div.ficha-equipo img {
	width: 100%;
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Header &gt; Imagen volver */

a.background-header {
pointer-events: none;
cursor: default;
}
div.ficha-equipo ul {
	list-style-type: none;
	margin: 0;
	padding: 15px 1% 10px;
	width: 98%;
}
.fa-menu-portada {
	display: inline-block;
	font-weight: normal;
	color: #014B87;
	text-align: left;
	width: 36px;
}
div.ficha-historia {
	width: 65%;
}
div.ficha-historiar {
	width: 65%;
}


li.participantes-historia {
	color: #131313;
	margin: 3px 0.6%;
	padding: 4px 0 !important;
	float: left;
	width: 15.4%;
}

	
	.loschilenos li {
    width: 100%;
    border-left-width: 0px;
    border-right-width: 0px;
	}	
	
.loschilenos li:nth-child(even){
    border-right: 0px solid #E5E5E5;
}
	
	
}

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

@media (max-width: 440px) {



#ultimas-noticias li {
    width: 98%;
	margin-right: 2%;
}
/* ============== la roja home ================== */

ul.box-contenedor-02 {
	float: left;
	width: 94%;
	padding: 0px 3% 0 3%;
}
li.jugadores-laroja {
	margin: 0px 1% 3px 0px;
	width: 24%;
}


/*MenÃº equipos principal*/

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

/*Fotos*/

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

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

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