<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('//static.emol.cl/emol50/especiales/css/fonts/robotocondensed-bold-webfont.eot');
    src: url('//static.emol.cl/emol50/especiales/css/fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//static.emol.cl/emol50/especiales/css/fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('//static.emol.cl/emol50/especiales/css/fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('//static.emol.cl/emol50/especiales/css/fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('//static.emol.cl/emol50/especiales/css/fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('//static.emol.cl/emol50/especiales/css/fonts/robotocondensed-regular-webfont.eot');
    src: url('//static.emol.cl/emol50/especiales/css/fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//static.emol.cl/emol50/especiales/css/fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('//static.emol.cl/emol50/especiales/css/fonts/RobotoCondensed-Regular.ttf') format('truetype'),
         url('//static.emol.cl/emol50/especiales/css/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;
color: #131313;
}

/* 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(https://static.emol.cl/emol50/Fotos/2024/02/06/file_20240206145530.jpg);
background-position: left center;
background-repeat: no-repeat;
background-size: cover;
bottom:0px;
left:0px;
position: absolute;
right:0px;
top:0px;
}


#comentarios {
    width: 100% !important;
    box-sizing: border-box;
}

/* Header &gt; MenÃº */

#especiales-header ul {
	bottom: -26px;
	display: flex;
	height: 26px;
	left: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	font-family: 'roboto', Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
	background-color: #0e2a5f;
}

#especiales-header ul li {
	height: 14px;
    line-height: 13px;
    margin-top: 5px;
    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: #fff;
text-decoration: underline;
}

#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;
}
.fa-menu {
    margin-left: 0;
    margin-right: 2px;
    display: inline-block;
    color: #fff;
}

/*Noticia principal*/

#noticia-principal {
background-color: #ffffff;
    padding: 0px 0 12px 0;
    width: 65.3%;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}

#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.82;
filter: alpha(opacity=82);*/
	cursor: pointer;
}

#noticia-principal div.noticia-principal-foto a.link-noticia:link,
#noticia-principal div.noticia-principal-foto a.link-noticia:visited {
background-color: #FFF;
    /* background-color: rgb(0, 101, 181); */
    bottom: 0px;
    color: #0e2a5f;
font: normal 42px/36px 'robotobold', Arial, Helvetica, sans-serif;
    left: 0px;
    padding: 8px 4%;
    position: absolute;
    text-decoration: none;
    width: 100%;
	box-sizing: border-box;
    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;
    border-bottom: 2px solid #e5e5e5;
	    text-align: center;
    border-radius: 30px 30px 0px 0;
}

#noticia-principal div.noticia-principal-foto:hover a.link-noticia {
    color: #fff;
    background-color: #0e2a5f;
	 border-bottom: 2px solid #0e2a5f;
}

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

/*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: 31px;
    text-indent: 10px;
    color: #0e2a5f;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    background: url(//static.emol.cl/emol50/Fotos/2018/07/26/file_20180726163808.png) right -20px no-repeat, url(https://static.emol.cl/emol50/Fotos/2024/02/01/file_20240201175900.jpg) right 0px no-repeat;
    background-color: #fff;
    padding: 0 0 0 0px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    border-bottom: 2px solid #003d80;
    border-top: 2px solid #003d80;
}
a.tab-ver-mas:hover {
    color: #fff;
	text-decoration: underline;
    background: url(//static.emol.cl/emol50/Fotos/2018/07/27/file_20180727124340.png) right 3px no-repeat;
    background-color: #426cbc;
}
a.tab-ver-mas.secundario:link,
a.tab-ver-mas.secundario:visited {
background-color: #372204;
color: #0e2a5f;
}

a.tab-ver-mas.secundario:hover {
color: #0e2a5f;
background-image: url(//static.emol.cl/emol50/Fotos/2018/07/27/file_20180727124420.png);
}


/*Tabla de posiciones*/

#posiciones-portada {
top:0px;
}

/*Noticias en lÃ­nea*/

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

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

#ultimas-noticias li {
width: 100%;
font-size: 14px;
/*float:left;*/
clear:both;
margin-bottom:10px;
line-height: 20px;
}

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

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

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

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

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

a.mas-noticias:link,
a.mas-noticias:visited {
background-color: #01519a;
    width: 70%;
    margin-left: 15%;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    padding: 3px 0px;
    display: block;
    /* float: left; */
    clear: both;
    text-align: center;
    margin-top: 5px;
    height: 30px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    padding-top: 10px;
    margin-bottom: 10px;
    border-radius: 35px;
    border: 4px solid #013f7c;
    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;
    /* background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123156.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-image 0.3s linear;
    -webkit-transition: background-image 0.3s linear;
    -ms-transition: background-image 0.3s linear;
    -moz-transition: background-image 0.3s linear;
    -o-transition: background-image 0.3s linear;
}
a.mas-noticias:hover {
	text-decoration: none;
	background-color: #013f7c;
/*	background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123210.jpg);
	background-position: center center;
	background-repeat: no-repeat;*/
}

/*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;
clear: both;
/*float: left !important;*/
}

#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%;
	font-size: 146px;
	margin-bottom: 10px;
	float: left;
	height: auto;
}

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

div.box-central p {
padding:10px;
margin:0px;
line-height: 20px;
	font-size: 14px;
}

/*MenÃº equipos principal*/
div.box-central-eq {
width: 100%;
    background-color: #eff1fa;
    border-bottom: 4px solid #ffffff;
    font-size: 12px;
    /* height: auto; */
    display: flex;
}
#menu-equipos-principal {
list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
#menu-equipos-principal li {
    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: #daebfd;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 5px 0px;
    display: block;
    color: #131313;
    border-bottom: 3px solid #aecced;
}

#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: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: #131313;
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: #131313;
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 img {
width:100%;
border: none;
margin: 10px 0px;
}

div.publicidad-movil-techo {
display: none;
}
div.publicidad-superior a {
background-color: #fff;
}

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;
	max-width: 300px;
}

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

div.banner_off_random {
float:none!important;
}


/*Compartir*/

.simulador-box-compartir {
	display: inline-block;
	text-align: center;
	width: 97.2%;
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-top: 1.8%;
	padding-right: 1.4%;
	padding-bottom: 1.8%;
	padding-left: 1.4%;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
}
.simulador-box-limpiar {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 1.8%;
	padding-right: 0%;
	padding-bottom: 1.8%;
	padding-left: 0%;
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	margin-bottom: 10px;
}
.simulador-box-limpiar2 {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-right: 0%;
	padding-bottom: 1.8%;
	padding-left: 0%;
	margin-bottom: 0px;
}

a#compartir-ws {
	display:none;
	width:30%;
	background-color: #4dc247;
	height:30px;
	color:#FFFFFF;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration:none;
	text-align: center;
	padding-top: 10px;
	border-radius: 10px;
	margin-right: 1.5%;
	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#compartir-ws:hover {
	text-decoration:none;
	background-color: #20831a;
}

a#compartir-tw {
	display:inline-block;
	width:31%;
	margin-right:1%;
	background-color: #6caddf;
	height:30px;
	color:#FFFFFF;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration:none;
	text-align: center;
	padding-top: 10px;
	border-radius: 10px;
	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#compartir-fb {
	display:inline-block;
	width:31%;
	margin-right:1%;
	background-color: #47639e;
	height:30px;
	color:#FFFFFF;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration:none;
	text-align: center;
	padding-top: 10px;
	border-radius: 10px;
	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#compartir-fb:hover {
	text-decoration:none;
	background-color: #253a68;
}

a#compartir-print {
	display:inline-block;
	width:31%;
	background-color: #6a655a;
	height:30px;
	color:#FFFFFF;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration:none;
	text-align: center;
	padding-top: 10px;
	border-radius: 10px;
	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#compartir-print:hover {
	text-decoration:none;
	background-color: #3e3b33;
}

a#compartir-tw:hover {
	text-decoration:none;
	background-color: #2877b5;
}

a#compartir-borrar-menu {
    display: block;
    width: 45%;
    background-color: #01519a;
    height: 30px;
    float: right;
    color: #ffffff;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    border-radius: 35px;
    padding: 10px 0 3px 0px;
    margin-right: 2%;
    border: 4px solid #013f7c;
    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;
    /* background-image: url(https://static.emol.cl/emol50/Fotos/2023/06/28/file_20230628142814.png); */
    background-position: top right;
    background-repeat: no-repeat;
    transition: background-image 0.3s linear;
    -webkit-transition: background-image 0.3s linear;
    -ms-transition: background-image 0.3s linear;
    -moz-transition: background-image 0.3s linear;
    -o-transition: background-image 0.3s linear;
}
a#compartir-borrar-menu:hover {
	text-decoration:none;
    background-color: #013f7c;
}



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


.titulos-bx1-sedes {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	border-top: 2px solid #0061ac;
	background:  -webkit-repeating-linear-gradient(270deg,rgba(165,189,217,1.00) 0%,rgba(219,230,239,1.00) 100%);
	background: -moz-repeating-linear-gradient(270deg,rgba(165,189,217,1.00) 0%,rgba(219,230,239,1.00) 100%);
	background:  -o-repeating-linear-gradient(270deg,rgba(165,189,217,1.00) 0%,rgba(219,230,239,1.00) 100%);
	background: repeating-linear-gradient(180deg,rgba(165,189,217,1.00) 0%,rgba(219,230,239,1.00) 100%);
	background-position: right top;
	background-repeat: no-repeat;
}

.titulos-bx1 {
float: left;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 30px;
    border-top: 3px solid #003d80;
    background-image: url(https://static.emol.cl/emol50/Fotos/2024/02/02/file_20240202183052.png), repeating-linear-gradient(180deg,rgb(219 223 245) 0%,rgb(255 255 255) 100%);
    background-position: right top;
    background-repeat: no-repeat;
}
.titulos-bx1 h1 {
	float: left;
	font: normal 24px/24px 'roboto', Arial, Helvetica, sans-serif;
	color: #0e2a5f;
	padding-left: 3%;
	width: 94%;
	padding-right: 3%;
	padding-top: 10px;
	margin: 0;
}
.titulos-bx1 h1 a {
	text-decoration: none;
	color: #0e2a5f;
}
.titulos-bx1 h1 a:hover {
   text-decoration:underline;
}

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

.bg-celeste {
/*background-color: #dbe6ef;*/
}


.bg-comentarios-txt {
background-color: #D48E8F;
}
.tabs-fases-primero {
	margin: 0;
}
ul.los-tabs2 {
	float: left;
	padding: 0;
	width: 100%;
}
ul.los-tabs2 li {
	list-style: none;
    width: 100%;
    float: left;
    text-align: center;
    background-color: rgb(0, 95, 172);
    text-decoration: none;
    font-size: 16px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
}
ul.los-tabs2-teams {
	float: left;
	padding: 0;
	width: 100%;
}
ul.los-tabs2-teams li {
	list-style: none;
	width: 100%;
	float: left;
	text-align: center;
	background-color: #ae080f;
	text-decoration: none;
	font-size: 16px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}

.parrafo-calendario {
	display: inline-block;
	font-size: 13px;
	line-height: 17px;
	padding: 10px 10px 25px 10px !important;
}

.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: #241000;
    /* border-top: 4px solid #ffffff; */
    padding: 5px 16px;
    box-sizing: border-box;
    border-radius: 0px 0px 0px 40px;
    border-right: solid 5px #ff2c00;
    font-size: 16px;
    text-align: right;

}
.destacados-right-titulo a {
	color: white;
	text-decoration:none;
}
.destacados-right-titulo a:hover {
	text-decoration: underline;
}
.destacados-right-twitter {
	width: 100%;
	margin: 10px 0 0 0;
}
 a.twitter-timeline {
	color: transparent;
	height: 100px;
	width: 100%;
	background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123510.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	font-size: 12px;
}

/* ============== FIN DE AGREGADOS ================== */

/* ===================== CALENDARIO INTERIOR ======================= */
.box-central-left2-calendario {
	float:left;
	height: auto;
/*	background-color: #dbe6ef;*/
	width: 100%;
	padding-bottom: 20px;
}


#tabbed_box_1 {
	width:100%;
	float: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.tabbed_area {
	padding-top: 15px;
	float: left;
	height: auto;
}
ul.tabs {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul.tabs li {
	list-style:none;

}
ul.tabs li a {
    width: 24%;
    float: left;
    text-align: center;
background-color: #241000;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 1%;
   border-radius: 10px 35px 0 0;
}
ul.tabs li a.ultimo {
	    margin-right: 0%;
	
}
ul.tabs li a:hover {
	background-color: #3128ff;
	color: #fff;
	text-decoration: underline;
	background-image: url(https://static.emol.cl/emol50/Fotos/2023/06/28/file_20230628133112.png);
}
ul.tabs li a.active {
	background-color: #3128ff;
	color: #fff;
	font-weight: normal;
	background-image: url(https://static.emol.cl/emol50/Fotos/2023/06/28/file_20230628133112.png);
	font-family: 'robotobold', Arial, Helvetica, sans-serif;
}
.contentido-calendario {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	float: left;
	height: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #3128ff;;
	padding-top: 10px;
}
#content_2, #content_3, #content_4, #content_5, #content_6, #content_7, #content_8 {  display:none;  }

.base_tabs_country-losgrupos {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	height: auto;
	background-color: #FFFFFF;
}


.tabla-calendario th {
	height: 26px;
	text-align: center;
    background-color: #eef2f5;
    border-bottom: 2px solid #d1d1d1;
    border-top: 2px solid #d1d1d1;
	text-transform: uppercase;
    font-weight: bold;
    line-height: 26px;
    font-size: 12px;
    color: #131313;
}

.tabla-calendario td {
	height: 26px;
	line-height: 16px;
	border-bottom: 1px solid #d1d1d1;
	color: #131313;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.tabla-calendario tbody tr:nth-child(1) td,  table.tabla-calendario tbody tr:nth-child(2) td {
    background: rgb(33 151 255 / 28%);
}
table.tabla-calendario tbody tr:nth-child(3) td {
    background: #ffc9c9;
}
.barra-calendario-grupos{
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.tabs-calendario-numero {
	background-color: #fff;
	width: 5%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


.tabs-calendario-pais {
	width: 8%;
	text-align: left;
}
.tabs-calendario-pais img {
	width: 100%;
	max-width: 38px;
}
.tabs-calendario-paisname {
	width: 15%;
	text-align: left;
	font-size: 16px;
	text-transform: capitalize;
	margin-left: 2%;
}
.tabs-numerosdatos {
	font-size: 16px;
	width: 8.75%;
	text-align: center;
}
.tabs-datosgrupos {
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 12px;
	color: #131313;
	
}

ul.tabs2 {
	float: left;
	padding: 0;
	width: 100%;
	margin: 0;
}
ul.tabs2 li {
	list-style: none;
	width: 100%;
	float: left;
	text-align: center;
	background-color: #3128ff;
	text-decoration: none;
	font-size: 18px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	text-transform: uppercase;
border-radius: 20px 0 0 0;
	margin: 14px 0 0 0;
	background-image: url(https://static.emol.cl/emol50/Fotos/2023/06/28/file_20230628133112.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ===================== fin CALENDARIO INTERIOR ======================= */
/* ===================== fin CALENDARIO INTERIOR ======================= */
/* ===================== fin CALENDARIO INTERIOR ======================= */


/* ============ EQUIPOS SELECCION =========== */

.box-left-equipos {
	float: left;
	width: 94.36%;
	padding: 12px 2.81% 5px;
}
.elige-equipos {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 12px;
}
.elige-equipos2 {
	float: left;
	width: 49%;
	margin-bottom: 12px;
}
.elgrupo {
	float: left;
	width: 100%;
	margin-bottom: 10px;
    border-top: 2px solid #0065b3;
    border-bottom: 2px solid #0065b3;
}
.grupo-a {
	background-color: #0065b3;
}
.grupo-b {
	background-color: #0065b3;
}
.grupo-c {
	background-color: #e77020;
}
.grupo-d {
	background-color: #BB1836;
}
.boton-grupos {
	float: right;
	height: 22px;
	width: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boton-grupos img { 
	border: none;
	width: 100%;
}
.elgrupo-pais {
	float: left;
	width: 95%;
	border-bottom: 1px solid #a5bdd9;
	padding-top: 5px;
	padding-left: 5%;
	padding-bottom: 5px;
}
.v1 {
	background-color:#FFFFFF;
}
.v2 {
	background-color: #eef2f5;
}
.elgrupo-pais h2 {
	color: #3c3c3c;
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	float: left;
	padding-top: 12px;
	padding-left: 3%;
	margin-top: 1px;
}
.elgrupo-pais h2 a {
	color: #131313;
	text-decoration: none;
}
.elgrupo-pais h2 a:hover {
	text-decoration:underline;
}
.elgrupo-name {
	float: left;
	font: normal 16px/16px 'roboto', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 17px;
	color: #FFFFFF;
	margin: 0px;
	width: auto;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
}
.elgrupo-pais img {
	float: left;
	max-width: 42px;
}
.tab-otro2 {
    width: 100%;
    background-color: #0e2a5f;
    display: block;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    color: #ffffff;
    margin: 0px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
	background-image: url(https://static.emol.cl/emol50/Fotos/2023/01/27/file_20230127170859.jpg);
}

/* ============ FIN DE EQUIPOS SELECCION =========== */
/* ============== BOX EQUIPOS RIGHT ============== */

.box-grupos {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.fila-grupos{
	width: 100%;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	display: inline-block;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.fil-1 {
	background-color: #ebf0f3;	
}
.fil-2 {
	background-color: #ebf0f3;	
}
.grup-1 {
	background-color: #241000;	
}
.grup-2 {
    background-color: #322cff;
}
.nombre-grupos {
	float: left;
	width: 20%;
	height: auto;
	padding-bottom: 4%;
	padding-top: 4%;
	font-size: 15px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 2%;
	text-align: center;
}
.box-escudo-grupos {
	width: 16%;
	height: auto;
	float: left;

}
.escudo-grupos {
	height: auto;
	padding-top: 5px;
	width: 100%;
	display:inline-block;
	text-align:center;
}
.escudo-grupos img {
	width: 100%;
	height: auto;
	max-width: 36px;
	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;
}
.escudo-grupos img:hover {
opacity: 0.6;
filter: alpha(opacity=82);
}
.texto-grupos {
	width: 100%;
	height: auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	display:inline-block;
}




/* ==================== MENU OPTA =======================*/



select::-ms-expand {
   display: none;
}

/* -------------------- Colors: Background */
.yellow  { background-color: #ebc037; }

/* -------------------- Colors: Text */
.yellow select  {
	color: #131313;
}


/*Resumen*/

ul#resumen-copa {
list-style-type: none;
padding: 0px;
margin: 0px;
}

ul#resumen-copa a:link,
ul#resumen-copa a:visited {
text-decoration: none;
}

ul#resumen-copa li.full {
margin-bottom:10px;
}

ul#resumen-copa li img {
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;
}

ul#resumen-copa li.full img {
width:100%;
}

ul#resumen-copa li.full a:hover h1 {
color: #dcad19;
}

ul#resumen-copa li:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

ul#resumen-copa li.full h1 {
font-family: 'robotobold', Arial, Helvetica, sans-serif;
margin:0px;
color: #fff;
background-color: rgba(21,42,73,0.90);
display: block;
font-size: 28px;
padding: 5px 2%;
text-transform: uppercase;
position: static;
width: 96%;
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;
}

ul#resumen-copa li.mid {
width:50%;
display: inline-block;
vertical-align: top;
}

ul#resumen-copa li.mid img {
width:100%;
border-top: 4px solid #293d59;
}

ul#resumen-copa li.mid h2 {
font-family: 'roboto', Arial, Helvetica, sans-serif;
font-size: 18px;
color: #355179;
font-weight: normal;
margin:5px 0px;
padding: 0px 10px;
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;
}

ul#resumen-copa li.mid:hover h2 {
color: #3163ab;
}



/* INFOGRAFIAS HOME */

	.infografia-principal {
		float: left;
		width: 55%;
		padding: 15px 15px;
		box-sizing: content-box;
		    border-right: solid 3px #0e2a5f;
    margin-bottom: 10px;
	}
	.infografia-principal img {
		width: 100%;
		border: 3px solid #fff;
		margin-bottom: 10px;
			box-sizing: content-box;
	}
	.infografia-principal h2 {
		color: #0e2a5f;
		margin: 0;
		padding: 0;
		font: normal 22px/22px 'roboto', Arial, Helvetica, sans-serif;
		margin-bottom: 15px;
	}
	.infografia-principal h2 a, .secundarias-box h2 a {
		color: #0e2a5f;
		text-decoration: none;
	}
	.infografia-principal h2 a:hover, .secundarias-box h2 a:hover {
		color: #0e2a5f;
		text-decoration: underline;
	}
	.infografia-secundarias {
float: left;
    width: 35%;
    margin: 10px;
    box-sizing: content-box;
	}
	.infografia-secundarias  img {
		width: 100%;
		border: 3px solid #fff;
		margin-bottom: 10px;
			box-sizing: content-box;
	}
		.secundarias-box h2 {
		color: #0f3f78;
		margin: 0;
		padding: 0;
		font: normal 22px/22px 'roboto', Arial, Helvetica, sans-serif;
		margin-bottom: 15px;
			margin-top:7px;
	}
	.infografia-principal p, .secundarias-box p 
	{
		padding: 0 !important;
	}

/* simbologia campeonato */

ul.simbologia-campeonato {
    list-style-type: none;
    padding: 10px 0px;
    margin: 0px;
    font-size: 14px !important;
}
ul.simbologia-campeonato li {
	padding: 0px 20px 5px 75px;
    position: relative;
    font-size: 14px !important;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
ul.simbologia-campeonato li span {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 30px;
}
ul.simbologia-campeonato li[data-simbolo="clasifica"] span {
    background-color: #31b330;
    border: solid 3px #31b330;
    border-radius: 50%;
}
ul.simbologia-campeonato li[data-simbolo="repechaje"] span {
background-color: #ff9743;
    border: solid 3px #ff9743;
    border-radius: 50%;
}
p.simbologiainfotxt {
    line-height: 20px !important;
	padding: 0px 10px 10px 10px !important;
}





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

@media (max-width: 1180px) {


/* ============== BOX EQUIPOS RIGHT ============== */
.nombre-grupos {
	float: left;
	width: 20%;
	height: auto;
	padding-bottom: 3%;
	padding-top: 3%;
	font-size: 16px;
	margin-top:0;
}
.escudo-grupos {
	padding-top: 5px;
}
.escudo-grupos img {
	width: 100%;
	max-width: 36px;
}
.texto-grupos {
	width: 100%;
	height: auto;
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* ============== FIN BOX EQUIPOS RIGHT ============== */

/*Noticia principal*/

#noticia-principal {
    padding: 0px 0% 15px 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;
font-size: 16px;
}

/*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%;
}
.destacados-right-twitter {
	width: 80%;
	margin: 10px 10% 0 10%;
}
#ultimas-noticias li {
    font-size: 13px;
}
/*Twitter*/
.twitter-timeline {
	height: 280px !important;	
}
/*Fin Twitter*/

}
/* ===== 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(https://static.emol.cl/emol50/Fotos/2024/02/06/file_20240206201746.jpg);
}

/* Header &gt; MenÃº */

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

#especiales-header ul li {
font-size: 14px;
height: 12px;
line-height: 12px;
padding-left: 9px;
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 {
	display: block;
	padding: 5px 2%;
    position: static;
    background-color: #0e2a5f;
    color: white;
    width: 100%;
    border-radius: 0;
}

#noticia-principal div.noticia-principal-foto:hover a.link-noticia {

}

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

/*MenÃº equipos principal*/

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

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

@media (max-width: 725px) {


/* infografias home */	
.impo-web 
	{display: none;}
	
/*calendario*/
ul.tabs li a {
    width: 24%;
margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 0px;
	border-radius: 10px 25px 0 0;
} 
/*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(https://static.emol.cl/emol50/Fotos/2024/02/06/file_20240206202328.jpg);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

div.especiales-header-boton {
background-image: url(https://static.emol.cl/emol50/Fotos/2024/01/23/file_20240123183233.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;
  font-size: 17px;
}

#especiales-header ul li {
background-color: #241000;
border-bottom: 1px dotted #ccc;
border:0px;
font-size: 16px;
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: #0e2a5f;
    background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123716.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 18px 20px;
    display: block;
    border-bottom: 4px solid #fec33f;
}

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

	
a.tab-ver-mas:link, a.tab-ver-mas:visited, h3.tab-texto {
    text-indent: 15px;
}

/*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 {
    padding: 0;
    width: 100%;
}
#noticia-principal p {
	padding-top: 11px;
	padding-bottom: 11px;	
}

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

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 {
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 {
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;
width:100%;
max-width: 666px;
}

div.publicidad-movil-central img,
div.publicidad-movil-inferior img {
margin-bottom:10px;
width:100%;
max-width: 300px;
}
.simulador-box-limpiar2 {
	margin: 15px 0;
}
a#compartir-borrar-menu {
	display:block;
	width:55%;

}
.calendario-bx2 {
	float: left;
	padding: 0;
	width: 100%;
}
#ultimas-noticias li {
	font-size: 14px;
	line-height: 18px;
	box-sizing:border-box;
	width: 92%;
	margin-left: 3%;
	margin-right: 5%;
}
div.box-central p  {
	padding-left: 17px;
	}
	
/*Twitter*/
.twitter-timeline {
	height: 250px !important;	
}
/*Fin Twitter*/

a#estadisticas-boton {
	display: block;
	width: 55%;
}

.texto-estadisticas {
	font-size: 13px;
	line-height: 17px;
	width: 40%;
	margin-left: 2%;
	margin-right: 5%;
	margin-bottom: 20px;
	float:left;
}
#opta-widget-idx-rankings fieldset {
	margin: 5px 2% 25px 0;
	width: 51%;
	float: left;
	text-align: center;
}
}
/* ===== RESOLUCIÃ“N &lt; 440 ===== */

@media (max-width: 440px) {

/*Twitter*/
.twitter-timeline {
	height: 200px !important;	
}
/*Fin Twitter*/

/*MenÃº equipos principal*/

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



/* == boton CALENDARIO portada == */
a#compartir-borrar-menu {
	display:block;
	width:60%;
}
/* == fin boton CALENDARIO portada == */

/* == TITULOS SECCIONES O CORTES == */
.titulos-bx1 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
    padding-top: 15px;
/*    background-image: url(https://static.emol.cl/emol50/Fotos/2024/01/24/file_20240124202854.png), repeating-linear-gradient(180deg,rgb(235 231 223) 0%,rgb(255 255 255) 100%);*/
}



.titulos-bx1 h1 {
	float: left;
	font: normal 22px/18px 'roboto', Arial, Helvetica, sans-serif;
	padding-left: 3%;
	width: 94%;
	padding-right: 3%;
	padding-top: 0px;
}
	
	ul.tabs li a {
	width: 47%;
    margin-right: 0%;
    margin-left: 2%;
    margin-bottom: 5px;
    border-radius: 0;

	}
/* == FIN TITULOS SECCIONES O CORTES == */
#ultimas-noticias li {
	font-size: 14px;
}
div.box-central p  {
	padding-left: 3%;
	padding-right: 3%;
    font-size: 14px;
    line-height: 18px;

	}
/* ============== BOX EQUIPOS RIGHT ============== */
.nombre-grupos {
	margin-top:6px;
}

/* ============== la roja home ================== */

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

/*Planteles*/

#opta-widget-idx-plantel div.tabs-container table th:nth-child(6),
#opta-widget-idx-plantel div.tabs-container table th:nth-child(7),
#opta-widget-idx-plantel div.tabs-container table td:nth-child(6),
#opta-widget-idx-plantel div.tabs-container table td:nth-child(7) {
display: none;
}

/*Ficha jugador*/

#nombre-equipo span {
display: none;
}

#opta-widget-idx-perfil dd,
#opta-widget-idx-perfil dt {
width:50%;
}

#opta-widget-idx-jugador dt {
width:69%;
}

#opta-widget-idx-jugador dd {
width:30%;
}

	
	

	

/* ============== estadisticas home ================== */

#opta-widget-idx-rankings table td.team {
	overflow: hidden;
}

#opta-widget-idx-rankings table td.team a:link,
#opta-widget-idx-rankings table td.team a:visited {
	text-indent: -130px;
	display: inline-block;
	position: relative;
}

#opta-widget-idx-rankings table td.team a:before {
	position: absolute;
	text-indent: 0px;
	left:-5px;
	top:0px;
}

#opta-widget-idx-rankings table td.team a:after {
	position: absolute;
	left:16px;
	text-indent: 0px;
	top:0px;
}

#opta-widget-idx-rankings table .team a[href='equipos-argentina.asp']:after { content:'ARG'; }
#opta-widget-idx-rankings table .team a[href='equipos-bolivia.asp']:after { content:'BOL'; }
#opta-widget-idx-rankings table .team a[href='equipos-brasil.asp']:after { content:'BRA'; }
#opta-widget-idx-rankings table .team a[href='equipos-chile.asp']:after { content:'CHL'; }
#opta-widget-idx-rankings table .team a[href='equipos-colombia.asp']:after { content:'COL'; }
#opta-widget-idx-rankings table .team a[href='equipos-costarica.asp']:after { content:'CRC'; }
#opta-widget-idx-rankings table .team a[href='equipos-ecuador.asp']:after { content:'ECU'; }
#opta-widget-idx-rankings table .team a[href='equipos-haiti.asp']:after { content:'HAI'; }
#opta-widget-idx-rankings table .team a[href='equipos-jamaica.asp']:after { content:'JAM'; }
#opta-widget-idx-rankings table .team a[href='equipos-mexico.asp']:after { content:'MEX'; }
#opta-widget-idx-rankings table .team a[href='equipos-panama.asp']:after { content:'PAN'; }
#opta-widget-idx-rankings table .team a[href='equipos-paraguay.asp']:after { content:'PAR'; }
#opta-widget-idx-rankings table .team a[href='equipos-peru.asp']:after { content:'PER'; }
#opta-widget-idx-rankings table .team a[href='equipos-uruguay.asp']:after { content:'URU'; }
#opta-widget-idx-rankings table .team a[href='equipos-usa.asp']:after { content:'USA'; }
#opta-widget-idx-rankings table .team a[href='equipos-venezuela.asp']:after { content:'VEN'; }

li.estadistica-se {
	margin: 0px 3% 3px 0px;
	width: 47%;
}


.texto-estadisticas {
	font-size: 13px;
	line-height: 17px;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	float:left;
}
#opta-widget-idx-rankings fieldset {
	margin: 5px 7% 25px 7%;
	width: 86%;
	float: left;
	text-align: center;
}

/*CampaÃ±a*/

#campana-campeon li.tab &gt; a:link,
#campana-campeon li.tab &gt; a:visited {
width:30%;
}

#campana-campeon li.tab &gt; div.rival {
width:50%;
}

#campana-campeon li.contenido img {
float: none;
margin-left:0px;
width:100%;
margin-bottom:10px;
}


.jolmos-box-titulo {

	font-size:19px;
	line-height:19px;

}
.jolmos-box-bajada {
	width:98%;
	font-size:13px;
	line-height:14px;


}

.jolmos-box-foto {

	margin-bottom:10px;
	

}

	
	.bs-little {
	width: 50% !important;
	margin-bottom: 10px;
}
	.bs-big {
	width: 50% !important;
	margin-bottom: 10px;
}






}

@media (max-width: 400px) {

ul#resumen-copa li.mid {
width:100%;
}

ul#resumen-copa li {
margin-bottom:10px;
}
}

@media screen and (max-width: 725px) {
.fa-menu {
    color: #ffffff;
    text-align: right;
	}
}</pre></body></html>