﻿/*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;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/* Reset menú techo */

div.box-emol {
float:none;
}

/* General */

#inner-wrap {
max-width: 1280px;
width:100%;
}

#especiales-contenedor-principal {
margin-left:1%;
width:72.5%;
position: relative;
float:left;
}

#contenedor-columnas {
width:100%;
position: relative;
}

/* Header */

#especiales-header {
margin-bottom:36px;
position: relative;
width: 100%;
}

/* Header > 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/06/06/file_20240606110712.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 > Menú */

#especiales-header ul {
	display: block;
	height: 26px;
	left: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	font-family: 'roboto', Arial, Helvetica, sans-serif, Verdana;
    background-color: #71b446;
}

#especiales-header ul li {
	/*border-right: 1px solid #fff;*/
	float: left;
	height: 6px;
	line-height: 6px;
	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: #000;
text-decoration: none;
font-weight: bold;
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 {
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;
}

/*Noticia principal*/

#noticia-principal {
background-color: #ffc5c1;
color: #000;
    width: 99.9%;
    margin-bottom: 25px;
    border-bottom: 2px solid #ffffff;
}

#noticia-principal div.noticia-principal-foto {
position: relative;
}

#noticia-principal div.noticia-principal-foto img {
  display: block;
width:100%;
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: 
    linear-gradient(to bottom, transparent, rgba(0,0,0,0.9)) 
      no-repeat bottom;

    bottom: 0px;
    color: #fff;
font: normal 34px/36px 'robotobold', Arial, Helvetica, sans-serif;
    left: 0px;
    padding: 30px 15px;
    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-align: left;
}

#noticia-principal div.noticia-principal-foto:hover a.link-noticia {
	text-decoration: underline;
}

#noticia-principal p {
font-size: 16px;
    line-height: 22px;
padding: 0px 15px;
height: 45px;
}


/*Tabs*/

a.tab-ver-mas:link,
a.tab-ver-mas:visited,
h3.tab-texto {
	display: block;
	font: normal 20px/32px 'robotobold', 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;
	border-top: 2px double #152A49;
	background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123341.png);
}

a.tab-ver-mas.secundario:link,
a.tab-ver-mas.secundario:visited {
	background-color: #fff;
	color: #000;
	border-top: 0px solid #fff;
	background-image: url(https://static.emol.cl/emol50/Fotos/2024/03/01/file_20240301131421.jpg);
	background-position: right top;
	background-repeat: no-repeat;
padding: 0px 10px;

    border-top: 2px solid #432d31;
}

a.tab-ver-mas:hover {
background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123341.png);
background-position: right 3px;
background-repeat: no-repeat;
text-decoration: underline;
}

a.tab-ver-mas.secundario:hover {
	color: #161554;
	text-decoration: none;
}

/*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: 'roboto', Arial, Helvetica, sans-serif;
color: #fff;
font-weight:400;
font-size: 12px;
}

/*Tabla de posiciones*/

#posiciones-portada {
top:0px;
}

table.tabla-posiciones {
font-size: 11px;
width:100%;
}

table.tabla-posiciones th {
background-color: #effdd7;
border-bottom: 1px solid #B4CD8A;
color: #3C5438;
font-weight: bold;
height: 20px;
line-height: 20px;
text-align: center;
}

table.tabla-posiciones th:nth-child(2) {
text-align: left;
text-indent: 28px;
}

table.tabla-posiciones td {
border-bottom: 1px solid #ccc;
height: 26px;
line-height: 26px;
text-align: center;
background-color: #fff;
}

table.tabla-posiciones td:nth-child(even){
background-color: #ededed;
}

table.tabla-posiciones td:first-child {
font-family: 'roboto', Arial, Helvetica, sans-serif;
font-weight: 400;
color: #fff;
background-color: #8aa430;
width:6.45%;
}

table.tabla-posiciones td:nth-child(n+3){
width:6.45%;
font-family: 'roboto', Arial, Helvetica, sans-serif;
}

table.tabla-posiciones tbody tr:first-child td:first-child {
background-color: #FF5233;
}

table.tabla-posiciones tbody tr:nth-child(2) td:first-child,
table.tabla-posiciones tbody tr:nth-child(3) td:first-child,
table.tabla-posiciones tbody tr:nth-child(4) td:first-child,
table.tabla-posiciones tbody tr:nth-child(5) td:first-child {
background-color: #FF7962;
}

table.tabla-posiciones td:nth-child(2) {
text-align: left;
font-weight: bold;
}

table.tabla-posiciones td img {
float:left;
width:24px;
height: 22px;
margin:2px 3px;
}

/*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: #152846;*/
	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: #432d31;
	width: 70%;
	margin-left: 15%;
	color: #fff;
	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: 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;
	/*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: #000;
	
/*			background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123210.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
}

/*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;
}

/*Ficha equipos*/

div.ficha-equipo {
display: block;
padding:10px;
position: relative;
}

div.ficha-equipo img {
position: absolute;
left:10px;
top:10px;
}

div.ficha-equipo ul {
list-style-type: none;
padding:0px;
margin:0px;
margin-left:230px;
width:80%;
width: calc(100% - 230px);
margin-bottom:10px;
}

div.ficha-equipo ul li {
font-size: 12px;
border-bottom: 1px solid #d3d3d3;
position: relative;
padding:3px 0px;
font-weight: bold;
}

div.ficha-equipo ul li b {
font-weight: bold;
position: absolute;
left:3px;
top:3px;
}

div.ficha-equipo ul li span {
font-weight: normal;
display: block;
margin-left:110px;
}

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;
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: 22px;
	font-size: 16px;
color: #fff;
}


div.box-separador {
  
}
/*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: 'roboto', 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: #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;
}

div.publicidad-movil-superior,
div.publicidad-movil-central,
div.publicidad-movil-inferior {
display: none;
}

div.banner_off_random {
float:none!important;
}


/* ============== CALENDARIO ================== */

.calendario-bx2 {
	float: left;
	width: 97.18%;
	padding: 0 1.4% 0 1.4%;
}
.barra-calendario-dia {
	background-color: #0f0d55;
    float: left;
    width: 100%;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    padding-left: 2%;
    padding-top: 2px;
    padding-bottom: 2px;
    box-sizing: border-box;
	border-radius: 0 0 20px 0px;
    text-align: center;
/*	border-left: solid 8px #ff2c00;*/
}
.barra-calendario-match {
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
}
table{
	width: 100%;
}

.tabla-calendario-match {
	width: 100%;
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}
.tabla-calendario-grupo-o-fase {
width: 11.88%;
    background-color: #e7e7e7;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center top;
    color: #0f0d55;
    padding-top: 4px;
    text-transform: capitalize;
    font-family: 'robotobold', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: normal;
    box-sizing: border-box;
}
.tabla-calendario-info-bg {
	padding-top: 5px;
	width: 88.1%;
	background-color: #fff;

}
.tabla-calendario-info-date {
	font-family: Arial, Helvetica, sans-serif;
	color: #131313;
	text-transform: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 2px;
}
.tabla-calendario-info-sede {
	font-family: Arial, Helvetica, sans-serif;
	color: #131313;
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}
.tabla-calendario-info-icon {
	height: 40px;
	width: 12.5%;
	text-align: center;
}
.tabla-calendario-info-icon img {
	width: 100%;
	max-width: 40px;
}
.tabla-calendario-info-pais-left {
	width: 25%;
	color: #131313;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	text-transform: capitalize;
}
.tabla-calendario-info-pais-right {
	width: 25%;
	color: #131313;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	font-size: 14px;
	text-transform: capitalize;
}
.tabla-calendario-info-resultado {
	width: 25%;
	color: #131313;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
}

.tabla-calendario-info-resultado a:link,
.tabla-calendario-info-resultado a:visited {
	color: #0f0d55;
	text-decoration: none;
}

.tabla-calendario-info-resultado a:hover {
	text-decoration: underline;
}
.box-central-left {
width: 65.3%;
}


/* ============== FIN DE CALENDARIO ================== */

/*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: #ff2c00;
    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 #ff2c00;
    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: #c32102;
/*		background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123210.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
}

/* ============== la roja home ================== */

ul.box-contenedor-02 {
	float: left;
	width: 94%;
	margin: 0;
	padding: 0px 3% 0 3%;
}


li.jugadores-laroja {
	list-style: none;
	float: left;
	margin: 0px 1% 3px 0px;
	background-color: #bbab92;
	padding: 0px;
	width: 15.6%;
}
li.jugadores-laroja p {
	line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #131313;
    font-weight: normal;
    margin: 0;
    padding: 4px 0 !important;
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    display: inline-block;
    background-color: #bbab92;
}
li.jugadores-laroja img {
background-color: #bbab92;
	width: 100%;
	float: left;
}
li.jugadores-laroja img:hover {
	opacity: 0.7;
	filter:alpha(opacity=7); /* Para IE */
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
 	-o-transition: all 0.2s linear;
}

/* ============== fin la roja home ================== */

/* ============== estadisticas home ================== */

ul.box-contenedor-03 {
	float: left;
	width: 94%;
	margin: 0;
	padding: 0px 2% 0 3%;
}
.box-estadisticas {
	display:inline-block;	
}
li.estadistica-se {
	list-style: none;
	float: left;
	margin: 0px 1% 3px 0px;
	padding: 0px;
	width: 24%;
	text-align:center;
}
li.estadistica-se p {
	line-height: 17px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	padding: 5px 10px !important;
	margin: 0px 0 20px 0;
	text-align: center;
	height: auto;
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
}
li.estadistica-se p a {
	color: #0f3f78;
	text-decoration:none;
		transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
 	-o-transition: all 0.2s linear;
}
li.estadistica-se p a:hover {
	text-decoration: underline;
	color: #0f3f78;
}
li.estadistica-se img {

	width: 90%;
}
li.estadistica-se img:hover {
	opacity: 0.7;
	filter:alpha(opacity=7); /* Para IE */
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
 	-o-transition: all 0.2s linear;
}
.estadisticasmas {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-right: 0%;
	padding-bottom: 1.8%;
	padding-left: 0%;
	margin-bottom: 0px;
}
a#estadisticas-boton {
	display: block;
	width: 45%;
	background-color: #00996a;
	height: 30px;
	float: right;
	color: #FFFFFF;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	border-radius: 10px;
	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#estadisticas-boton:hover {
	text-decoration: none;
	background-color: #006E4C;
}

/* ============== fin estadisticas home ================== */

/* ============== 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: 25px;
    background-image: url(https://static.emol.cl/emol50/Fotos/2024/02/28/file_20240228025938.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.titulos-bx1 h1 {
	float: left;
	font: normal 24px/24px 'roboto', Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 3%;
	width: 94%;
	padding-right: 3%;
	padding-top: 15px;
	margin: 0;
}
.titulos-bx1 h1 a {
	text-decoration: none;
	color: #161554;
}
.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;
	line-height: 16px;
	
}

.titulos-notas-bx1 {
float: left;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 25px;
    border-top: 5px solid #432d31;
    background-image: url(https://static.emol.cl/emol50/Fotos/2024/02/02/file_20240202025859.png);
    background-position: right top;
    background-repeat: no-repeat;
}
.titulos-notas-bx1 h1 {
	float: left;
	font: normal 24px/24px 'roboto', Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 3%;
	width: 94%;
	padding-right: 3%;
	padding-top: 15px;
	margin: 0;
}
.titulos-notas-bx1 h1 a {
	text-decoration: none;
	color: #161554;
}
.titulos-notas-bx1 h1 a:hover {
   text-decoration:underline;
}

.titulos-notas-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-image: url(https://static.emol.cl/emol50/Fotos/2024/03/01/file_20240301155815.jpg);
}

.bg-box-notas {
background-color: #fff;
}


.bg-celeste-armatuequipo {
padding-bottom: 5px;
}

.bg-celeste-jolmos {
background-color: #dbe6ef;
padding-bottom: 5px;
padding-top:50px;
}





.jolmos-box-foto {
	width:29%;
	background-color: #D0B1B1;
	border: 2px solid  #A2A2A2;
	float:left;
	display:block;
	margin-right: 2%;
	

}



.jolmos-box-foto img {
	width:100%;
}

.jolmos-box-titulo {
	width:67.5%;
	color:#003399;
	font-family:'roboto', Arial, Helvetica, sans-serif;
	font-size:22px;
	float:left;
	display:block;
	line-height:23px;
	margin-bottom:10px;

}

.jolmos-box-bajada {
	width:67.5%;
	color:#000;
	font-family:'roboto', Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	display:block;
	line-height:14px;
		margin-bottom:10px;

}

.jolmos-box-fecha {
	width:100%;
	color:#600202;
	font-family:'roboto', Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	display:block;
	line-height:14px;
	text-align:right;
	font-weight:bold;

}





a#box-jolmoss {
	background-color: #fff;
	float:left;
	width:90%;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:3%;
	display:block;
	padding:2%;
	border: 1px solid  #A6A6A6;
  -webkit-border-radius: 5px 10px;  /* Safari  */
  -moz-border-radius: 5px 10px;     /* Firefox */
	
}
a#box-jolmoss:hover {

	background-color: #EFEFEF;
	border: 1px solid   #5E5E5E;
	color:#000;
}




.principal-jolmos {
	float: left;
	display:block;
		width: 100%;
		padding-bottom:20px;

}



.principal-jolmos img{
	
		width: 100%;

}


.bg-comentarios-txt {
background-color: #D48E8F;
}
.tabs-fases-primero {
	margin: 0;
}
.tabs-fases-losdemas {
	margin: 10px 0 0px 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;
}

.destacados-right-imagen {
	width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  border-bottom: 0
}

.destacados-right-imagen img {
	width: 100%;
}

.destacados-right-imagen img {
	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: #ffc5c1;
    /* border-top: 4px solid #ffffff; */
    padding: 10px 12px;
margin: 0 0 15px 0;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;

}
.destacados-right-titulo a {
	color: #000;
	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 ======================= */
/* ===================== CALENDARIO INTERIOR ======================= */
/* ===================== 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: #161554;
    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;
}
/* ============ 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: #161554;	
}
.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;
}

/* ============== FIN BOX EQUIPOS RIGHT ============== */

/*Planteles*/


div.opta-squad > h2 {
	display: none;
}

div.opta-squad dl,
div.opta-squad dd,
div.opta-squad ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

div.opta-squad dt {
	display: block;
    background-color: #BECFE1;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
}

div.opta-squad ul li {
    padding: 5px 0px;
    font-size: 13px;
    background-color: #fff;
}

div.opta-squad ul li a:link,
div.opta-squad ul li a:visited {
	color: #004D9B;
	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;
}

div.opta-squad ul li a:hover {
	text-decoration: none;
	color: #2581CC;
}

div.opta-squad ul li:nth-child(odd) {
	background-color: #efefef;
}

div.opta-squad ul li span.jersey {
	display: inline-block;
	font-weight: bold;
	width:40px;
	text-align: center;
}

/*Planteles con estadísticas*/

.box-left-plantel-lista {
	min-height: 200px;
}

div.opta-loader p,
div#opta-widget-id-equipo.opta-loader p,
div#opta-widget-id-plantel.opta-loader p {
display: block;
width:100%;
min-height: 200px;
line-height: 140px;
text-align: center;
background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123510.gif);
background-repeat: no-repeat;
background-position: center center;
font-weight: bold;
}

#playerstats-plantel-Goalkeeper,
#playerstats-plantel-Defender,
#playerstats-plantel-Midfielder,
#playerstats-plantel-Forward {
display: block!important;
margin-bottom:10px;
}

#opta-widget-idx-plantel dl.category-key {
font-size: 10px;
display: inline-block;
text-align: center;
color: #fff;
}

#opta-widget-idx-plantel dl.category-key dt,
#opta-widget-idx-plantel dl.category-key dd {
display: inline-block;
padding:0px;
margin:0px;
color: #aaa;
}

#opta-widget-idx-plantel dl.category-key dt {
font-weight: bold;
margin-right:4px;
}

#opta-widget-idx-plantel dl.category-key dd {
margin-right:6px;
}

div.opta-squad table,
#opta-widget-idx-plantel div.tabs-container table {
width: 100%;
border-spacing: 0px;
border-collapse: collapse;
}

div.opta-squad table th,
#opta-widget-idx-plantel div.tabs-container table th {
background-color: #c3c0ad;
    font-size: 12px;
    padding: 5px 0px;
    color: #131313;
}

div.opta-squad table td,
#opta-widget-idx-plantel div.tabs-container table td {
padding: 5px 0px;
font-size: 13px;
text-align: center;
background-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;
}

div.opta-squad table td,
div.opta-squad table th {
text-align: left;
}

div.opta-squad table th:first-child,
div.opta-squad table td:first-child {
text-align: center;
font-weight: bold;
}

#opta-widget-idx-plantel div.tabs-container table td:first-child {
font-weight: bold;
text-align: center;
}

#opta-widget-idx-plantel div.tabs-container table th:nth-child(2),
#opta-widget-idx-plantel div.tabs-container table td:nth-child(2) {
text-align: left;
width:40%;
}

#opta-widget-idx-plantel div.tabs-container table tr:nth-child(even) td {
background-color: #dbe6ef;
}

h2.opta-error,
#opta-widget-idx-plantel h2,
#opta-widget-idx-plantel form.playerstats-filter,
#opta-widget-idx-plantel ul.tabs-nav,
#playerstats-plantel-Goalkeeper dl.category-key,
#playerstats-plantel-Defender dl.category-key,
#playerstats-plantel-Midfielder dl.category-key {
display: none;
}

#opta-widget-idx-plantel a:link,
#opta-widget-idx-plantel a:visited {
color: #131313;
text-decoration: none;
}

#opta-widget-idx-plantel a:hover {
color: #ae080f;
text-decoration: none;
}

/*Ficha jugador*/

#opta-widget-idx-otros,
#opta-widget-idx-jugador,
#opta-ficha-jugador {
	float:left;
	width:100%;
}

#opta-widget-idx-jugador,
#opta-widget-idx-otros {
	margin-top:20px;
	margin-bottom:20px;
}

#opta-widget-idx-otros.opta-squad div.squad {
	margin: 0px 10px 0px 10px;
}

#opta-widget-id-perfil.opta-loader p,
#opta-widget-id-jugador.opta-loader p,
#opta-widget-id-otros.opta-loader p {
min-height: 120px;
line-height: 60px;
text-align: center;
background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123510.gif);
background-repeat: no-repeat;
background-position: center center;
font-weight: bold;
float: left;
}

/*Ficha jugador > Perfil*/

#opta-widget-idx-perfil h2 {
display: none;
}

#opta-widget-idx-perfil dl,
#opta-widget-idx-perfil dd {
margin:0px;
padding: 0px;
}

#opta-widget-idx-perfil dl {
padding:10px;
}

#opta-widget-idx-perfil dt {
display: inline-block;
width:30%;
font-weight: bold;
padding: 5px 0px;
text-indent: 10px;
}

#opta-widget-idx-perfil dt:nth-child(3),
#opta-widget-idx-perfil dd:nth-child(4),
#opta-widget-idx-perfil dt:nth-child(7),
#opta-widget-idx-perfil dd:nth-child(8),
#opta-widget-idx-perfil dt:nth-child(11),
#opta-widget-idx-perfil dd:nth-child(12) {
background-color: #fff;
}

#opta-widget-idx-perfil dd {
display: inline-block;
width:70%;
padding: 5px 0px;
}

/*Ficha jugador > Stats*/


#opta-widget-idx-jugador div.playerstats {
display: block;
padding: 0px 10px;
}

#opta-widget-idx-jugador h2,
#opta-widget-idx-jugador ul.tabs-nav {
display: none;
}

#opta-widget-idx-jugador ul,
#opta-widget-idx-jugador dl,
#opta-widget-idx-jugador dd,
#opta-widget-idx-jugador dt {
margin:0px;
padding:0px;
list-style-type: none;
vertical-align: top;
}

#opta-widget-idx-jugador dl:nth-child(even) dt,
#opta-widget-idx-jugador dl:nth-child(even) dd {
background-color: #fff;
}

#opta-widget-idx-jugador dt {
display: inline-block;
width:49%;
font-weight: bold;
padding: 5px 0px;
padding-left:1%;
}

#opta-widget-idx-jugador dd {
display: inline-block;
width:50%;
padding: 5px 0px;
}

#opta-widget-idx-jugador dl.st_shot_conv_rate {
background-color: #fff;
}

#opta-widget-idx-jugador dd div.bargraph {
display: none;
}

#opta-widget-idx-jugador ul h3 {
background-color: #ae080f !important;
border-bottom: 1px solid #c4b097;
color: #fff;
font-size: 13px;
margin:0px;
padding:6px 0px;
text-indent: 10px;
text-transform: uppercase;
position: relative;
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;
cursor: pointer;
}

#opta-widget-idx-jugador ul h3:hover {
	background-color: #ae080f;
	color: #fff;
}

#opta-widget-idx-jugador ul li > div {
display: none;
}

#opta-widget-idx-jugador ul h3:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent;
	position: absolute;
	right: 10px;
	top: 11px;
	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;
}

#opta-widget-idx-jugador ul h3:hover:after {
transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -o-transform:rotate(180deg);
}

#opta-widget-idx-jugador ul h3.collapsed:hover:after,
#opta-widget-idx-jugador ul h3.collapsed:after {
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #ae080f;
}

#opta-widget-idx-jugador li h4 {
	margin: 0px;
	background-color: #C3C0AD;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0px;
	text-indent: 1%;
}

div.shot-distribution span {
display: none;
}

/*Ficha jugador > Plantel relacionado*/

#opta-widget-idx-otros h2 {
display: none;
}

#opta-widget-idx-otros ul,
#opta-widget-idx-otros dd,
#opta-widget-idx-otros dt,
#opta-widget-idx-otros dl {
margin:0px;
padding:0px;
list-style-type: none;
}

#opta-widget-idx-otros dt {
font-weight: bold;
padding: 5px 0px;
text-indent: 1%;
background-color: #ae080f;
color:#fff;
}

#opta-widget-idx-otros ul {
background-color: #fff;
padding:5px 0px 8px 0px;
}

#opta-widget-idx-otros ul li {
width:50%;
display: inline-block;
padding:4px 0px;
background-color: #fff;
border-bottom: 1px dotted #dcd9d1;
}

#opta-widget-idx-otros ul li span.jersey {
width:20px;
text-align: center;
font-weight: bold;
font-size: 11px;
display: inline-block;
padding: 2px 0px;
margin: 0px 6px;
}

#opta-widget-idx-otros ul li span a:link,
#opta-widget-idx-otros ul li span a:visited {
color: #131313;
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;
}

#opta-widget-idx-otros ul li span a:hover {
color: #ae080f;
text-decoration: none;
}

#opta-widget-idx-otros .managers {
display: none;
}



/* ==================== MENU OPTA =======================*/

.bg-opta {
	background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123530.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.footer-logoopta {
	height: 50px;
	width: 100%;
	display: inline-block;
	background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123540.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.texto-estadisticas {
	font-size: 13px;
	line-height: 17px;
	width: 56%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
/*.texto-estadisticas-secciones {
	margin: 0px 2% 25px 0;
	width: 38%;
	float: left;
	text-align: center;
}*/

div.rankings-opta .opta-loader {
	display: block;
	clear:both;
}

#opta-widget-idx-rankings h2 {
	display: none;
}

#opta-widget-idx-rankings fieldset {
	border:0px;
	padding:0px;
	background: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123553.png) no-repeat 96% 0;
	height: 29px;
	overflow: hidden;
	background-color: #ebc037;
    margin: 0px 2% 25px 0;
    width: 38%;
    float: left;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
    text-align: center;
}

#opta-widget-idx-rankings div.opta-error {
	display: block;
	clear:both;
	text-align: center;
	font-style: italic;
}

#opta-widget-idx-rankings fieldset select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px 0 5px 15px;
   width: 100%; 
   cursor: pointer;
	-moz-appearance: none;
	 -webkit-appearance: none;
	 appearance: none;
}

#opta-widget-idx-rankings fieldset select:focus {
	outline: none;
}

#opta-widget-idx-rankings table {
	border-collapse: collapse;
	border-spacing: 0px;
}

#opta-widget-idx-rankings table th {
	background-color: #a31c23;
	color: #fff;
	text-align: center;
	padding: 5px 6px;
}

#opta-widget-idx-rankings table td {
	text-align: center;
	padding: 5px 6px;
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
}

#opta-widget-idx-rankings table td:first-child {
	font-weight: bold;
	padding: 5px 6px;
	color: #131313;
}

#opta-widget-idx-rankings table td:last-child {
	font-weight: bold;
}

#opta-widget-idx-rankings table tr:nth-child(odd) td {
	background-color: #dbe6ef;
}

#opta-widget-idx-rankings table td a:link,
#opta-widget-idx-rankings table td a:visited {
	text-decoration: none;
	color: #131313;;
	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;
}

#opta-widget-idx-rankings table td a:hover {
	color: #333333;
}

#opta-widget-idx-rankings table .name,
#opta-widget-idx-rankings table .team {
	text-align: left;
}

#opta-widget-idx-rankings table .team a:before {
	content: '';
	width:14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-right:4px;
}

select::-ms-expand {
   display: none;
}

/* -------------------- Colors: Background */
.yellow  { background-color: #ebc037; }

/* -------------------- Colors: Text */
.yellow select  {
	color: #131313;
}

/*Campaña*/

#campana-campeon {
list-style-type: none;
padding:0px;
margin: 0 1.4% 0 1.4%;
width:97.18%;
padding-bottom:10px;
}

#campana-campeon li.tab {
padding: 0px;
background-color: #ccc9ba;
position: relative;
margin-top:10px;
}

#campana-campeon li.tab > div {
display: inline-block;
}

#campana-campeon li.tab img {
width:25px;
display: inline-block;
vertical-align: middle;
margin-right:10px;
}

#campana-campeon li.tab > div.fase {
width:20%;
text-align: center;
padding: 10px 0px;
background-color: #a91923;
color: #fff;
font-weight: bold;
}

#campana-campeon li.tab > div.rival {
width:60%;
text-indent: 10px;
font-size: 14px;
}

#campana-campeon li.tab > a:link,
#campana-campeon li.tab > a:visited {
position: absolute;
overflow: hidden;
right:0px;
top:0px;
line-height: 34px;
text-align: center;
bottom:0px;
width:20%;
background-color: #887968;
color: #fff;
text-decoration: none;
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;
}

#campana-campeon li.tab > a:hover {
background-color: #79654e;
}

#campana-campeon li.tab > a:after {
content: 'Ver detalles';
}

#campana-campeon li.tab.activo > a:after {
content: 'Ocultar';
}

#campana-campeon li.contenido {
display: none;
background-color: #fff;
}

#campana-campeon li.contenido img {
width: 100%;
margin-bottom:10px;
}

#campana-campeon li.contenido > div {
display: block;
padding:10px;
line-height: 18px;
border-top: 1px dotted #ccc;
}

#campana-campeon li.contenido > div b {
color: #7b6d5c;
}

#campana-campeon li.contenido ol {
display: block;
padding: 25px 0px 25px 0px;
margin-top:10px;
border-top: 1px dotted #ccc;
text-align: center;
}

#campana-campeon li.contenido ol li {
display: inline-block;
width:25%;
text-align: center;
}

#campana-campeon li.contenido ol li a:link,
#campana-campeon li.contenido ol li a:visited {
color: #6d5f4f;
text-decoration: none;
font-weight: bold;
}

#campana-campeon li.contenido ol li span {
display: inline-block;
margin-bottom:5px;
height: 40px;
line-height: 40px;
width:40px;
border-radius: 3px;
font-size: 20px;
font-weight: normal;
background-color: #887968;
color: #fff;
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;
}

#campana-campeon li.contenido ol li:hover span {
background-color: #655039;
}

/*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;
}


/* ==== temporal jugadores  */

.listjugadores-h1 {
	width: 100%;
	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;
	margin-bottom: 4px;
	
}
.listjugadores-tempo {
	width: 100%;
	margin-bottom: 15px;
}
.listjugadores-tempo th {
	background-color: #d4d1c4;
	padding: 4px 0 4px 0;
	text-align: center;
}
.listjugadores-tempo th:first-child {
	text-align: left !important;
	padding-left: 10px;
	width: 50% !important;
}
.listjugadores-tempo td {
	background-color: #fff;
	padding: 5px 0 5px 0;
	text-align: center;
	border-bottom: 1px solid #c3c0ad;
}
.listjugadores-tempo td:first-child {
	text-align: left !important;
	padding-left: 10px;
	width: 50% !important;
}

/* === caja derecha sedes === */

.right-sedeimg {
	width: 53%;
	float: left;
	text-align: right;
}
.right-sedeimg img {
	width: 100%;
	max-height: 43px;
	max-width: 149px;
}
.right-sedeimg-web img {
	width: 100%;
	max-height: 242px;
	max-width: 400px;
}
.right-sedebox {
	width: 47%;
	float: left;
}
.right-boxsede {
	float: left;
	background-color: #fff;
	width: 100%;
	border-bottom: solid 4px #fff;
	  display: flex;
  align-items: center;
}
.color-boxsedealt {
	background-image: url(//static.emol.cl/emol50/Fotos/2018/08/02/file_20180802123249.jpg)
}
.nombre-sede {
	font: normal 18px/15px 'roboto', Arial, Helvetica, sans-serif;
    background: #161554;
    margin:5px 5% 15px;
    padding: 8px 10px;
	display: inline-block;
	color: #fff;
}
.nombre-sede a {
color: #fff;
	text-decoration: none;
}
.nombre-sede a:hover {
	text-decoration: underline
}
.nombre-sede-web {
	font: normal 24px/26px 'roboto', Arial, Helvetica, sans-serif !important;
}
.nombre-estadio {
font: normal 18px/20px 'roboto', Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin: 15px 0% 0px 5%;
    background-color: #322cff;
    padding: 6px 6px;
    display: table;
}
.secundarias-box-estadios-datos {
border-left: 6px solid #ff2c00;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    margin-top: 8px;
    margin: 0px 0% 20px 5%;
}
.secundarias-box-estadios-datos h3 {
    color: #161554;
    margin: 0;
    padding: 0;
    font: normal 18px/26px 'roboto', Arial, Helvetica, sans-serif;
}
#mapa-google-sede {
	width: 100%;
	height: 265px;
	display: block;
	margin: 0 0 10px 0;
}
#mapa-google-sede2 {
	width: 100%;
	height: 265px;
	display: block;
	margin: 0 0 10px 0;
}
.datos-sedes-box {
    box-sizing: border-box;
    margin: 5px 2% 10px 2%;
    border-radius: 20px;
    height: auto;
    float: left;
    width: 96%;
    padding: 2%;
}
.right-sedebox-web {
    width: 50% !important;
}
.right-sedeimg-web {
    width: 50%;
}
.right-sedeimg-web2 {
    width: 50%;
}
.datos-sedes-global {
	box-sizing: border-box;
	margin: 5px 2% 15px;
	border-radius: 50%;
	height: auto;
	float: left;
	width: 96%;
	padding: 1%;
}
.datos-sedes-global img {
	width: 100%;
}





	@media (max-width: 570px) {
.caja-secundarias {
    width: 92% !important;
	}

		.datos-sedes-global img {
			display: none;
		}
	}
.box-cont-infosedes {
	float: left;
	color: #FFFFFF;
}
.bs-little {
	width: 20% !important;
}
.bs-big {
	width: 30% !important;
}
.infosedes-icon {
	width: 100%;
	float: left;
	font-size: 48px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}
.infosedes-if {
	width: 100%;
	float: left;
	text-align: center;
}
.infosedes-if h1 {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 14px;
}
.sede-sep {
    border-bottom: dotted 3px #161554;
    margin-bottom: 10px;
	padding-bottom: 15px;
}

/* INFOGRAFIAS HOME */

	.infografia-principal {
		float: left;
		width: 93%;
		padding: 15px 15px;
		box-sizing: content-box;
    margin-bottom: 10px;
color: #fff;
	}
	.infografia-principal img {
		width: 100%;
		border: 1px solid #000;
		margin-bottom: 10px;
			box-sizing: content-box;
	}
	.infografia-principal h2 {
		color: #fff;
		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: #fff;
		text-decoration: none;
	}
	.infografia-principal h2 a:hover, .secundarias-box h2 a:hover {
		text-decoration: underline;
	}
	
.infografia-secundarias {
float: left;
    width: 45%;
    margin: 12px;
    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;
	}


/* CAJA NOTAS */

.caja-secundarias {
float: left;
    width: 95%;
    margin: 0 15px 15px 15px;
    box-sizing: content-box;
	}



	.caja-secundarias h2 a, .secundarias-notas-box h2 a {
		color: #000;
		text-decoration: none;
	}
	.caja-secundarias h2 a:hover, .secundarias-notas-box h2 a:hover {
		color: #0f3f78;
		text-decoration: underline;
	}


div.box-notas-central {
	width: 65.3%;
	font-size: 146px;
	margin-bottom: 10px;
	float: left;
	height: auto;
}


div.box-notas-central p {
margin:0px;
line-height: 22px;
	font-size: 16px;
color: #000;
}


	.caja-secundarias  img {
		width: 100%;
		border: 3px solid #fff;
		margin-bottom: 10px;
		margin-top: 10px;
			box-sizing: content-box;
	}
		.secundarias-notas-box h2 {
		text-decoration: none;
		margin: 0;
		padding: 0;
		font: normal 22px/22px 'roboto', Arial, Helvetica, sans-serif;
		margin-bottom: 15px;
	}


/* simbologia campeonato */

ul.simbologia-campeonato {
    list-style-type: none;
    padding: 10px 0px;
    margin: 0px;
    font-size: 14px !important;
}
ul.simbologia-campeonato li {
    padding: 5px 20px 5px 80px;
    position: relative;
    font-size: 14px !important;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
}
ul.simbologia-campeonato li span {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 30px;
/*    top: 12px;*/
}
ul.simbologia-campeonato li[data-simbolo="clasifica"] span {
    background-color: #c1e2ff;
    border: solid 3px #c1e2ff;
    border-radius: 50%;
    margin-top: 2px;
}
ul.simbologia-campeonato li[data-simbolo="repechaje"] span {
background-color: #ffc9c9;
    border: solid 3px #ffc9c9;
    border-radius: 50%;
    margin-top: 2px;
}
p.simbologiainfotxt {
	padding: 0 !important;
    line-height: 20px !important;
}


#especiales-header ul li a:link, #especiales-header ul li a:visited {
  color: #fff;
  font-weight: normal;
}

.destacados-right-titulo {
 background-color: rgb(230 185 222 / 50%);
 border-bottom-left-radius:4px;
 border-bottom-right-radius:4px;
}

.box-columna .destacados-right-titulo {
  line-height: 20px;
}

a.tab-ver-mas.secundario:link, a.tab-ver-mas.secundario:visited {
  background: #034158;
  color: #fff;
  border-top: 0;
  padding: 3px 12px 4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #6420aa, #ff3ea5) 1;
}

a.mas-noticias:link, a.mas-noticias:visited {
  background: #1640D6; 
}

#noticia-principal {
  background: #6420AA;
  color: #fff;  
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.titulos-notas-bx1 {
  border-image: linear-gradient(to right, #6420aa, #ff3ea5) 1;
}

#noticia-principal div.noticia-principal-foto {
  border-bottom: 2px solid #224c23;
}



#especiales-header ul li {
	margin-top: 10px;
}

#ultimas-noticias li {
	font-size: 13px;
	line-height: 18px;
}

#especiales-header ul li a:link, #especiales-header ul li a:visited {
  color: #fff;
  font-weight: normal;
}


.destacados-right-titulo {
 background: #fff;
 border-bottom-left-radius:4px;
 border-bottom-right-radius:4px;
 border: 1px solid #000;
 border-top: 0;
 padding: 10px 11px;
}

.box-columna .destacados-right-titulo {
  line-height: 20px;
}

a.tab-ver-mas.secundario:link, a.tab-ver-mas.secundario:visited {
	padding: 3px 12px 2px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #000;
    border-bottom: 0;
	background-position: right top;
	background-image: url(https://static.emol.cl/emol50/Fotos/2024/09/06/file_20240906111509.png);
	line-height: 29px;
}

a.mas-noticias:link, a.mas-noticias:visited {
	background: #cee2e9;
    border: 1px solid #000;
    color: #000;
    font-size: 15px;
}

#noticia-principal {
	background: #fff;
    color: #000;
    border: 1px solid #000;
}

.bg-box-notas {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	margin-bottom: 0 !important;
}

.titulos-notas-bx1, .titulos-bx1 {
  padding-bottom: 5px;
  border-top: 3px solid #000;
}

.box-separador {
  padding-top: 25px;
  border-top: 3px solid #000;
}

#noticia-principal div.noticia-principal-foto {
  border-bottom: 4px solid #6fc76c;
}

#ultimas-noticias li.noticias-relacionadas-fecha {
	font-family: 'roboto';
    padding: 4px 0;
    font-size: 14px;
    font-weight: 500;
}

#ultimas-noticias li span {
	color: #901c5e;
}

.bg-celeste {
	background: 0 0;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding-bottom: 15px;
}

.titulos-bx1 h1 {
	color: #000;
}
.secundarias-box h2 a {
	color: #034158;	
}

div.box-central p {
	color: #000;
}

.caja-secundarias h2 a, .secundarias-notas-box h2 a {
    font-size: 18px;
    
    color: #034158;
}
.caja-secundarias h2 a:hover, .secundarias-notas-box h2 a:hover {
   color: #b3c948;
}

.infografia-secundarias img , .caja-secundarias img {
  border: 1px solid #000;

}

#noticia-principal div.noticia-principal-foto a.link-noticia:link,
#noticia-principal div.noticia-principal-foto a.link-noticia:visited { 
    font-family: 'roboto';
    
    font-size: 32px;
    font-weight: 600;
    line-height: 37px;
}

.destacados-right-titulo a {
	font-family: 'robotobold';
	
        font-size: 17px;
	line-height: 19px;
	color: #000;
}

.secundarias-notas-box h2 , .secundarias-box h2 {
    font-family: 'robotobold';
    
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 7px;
}

.box-notas-central .secundarias-notas-box p , .box-central .secundarias-box p {
	font-size: 13px;
	line-height: 1
8px;
}

.bg-celeste .fa-lightbulb-o {
	font-size: 28px;
	margin-right: 5px;
}

#especiales-header .background-header-out {
	padding-top: 10%;
}

#especiales-header .background-header {
	background-image: url(https://static.emol.cl/emol50/Fotos/2024/10/04/file_20241004115910.png);
background-position: center;
}

#especiales-creditos {

}




/* ===== RESOLUCIÓN < 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;
}

/*Box Notas*/

div.box-notas-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 < 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/10/04/file_20241004123543.png);
background-position: left;
}

/* Header > 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 {

}

#noticia-principal div.noticia-principal-foto:hover a.link-noticia {

}

#noticia-principal p {
font-size: 16px;
line-height: 20px;
padding-top:8px;

}

/*Menú equipos principal*/

#menu-equipos-principal li {
width: 31%;
margin-left: 1%;
margin-right: 1%;
}

}
/* ===== RESOLUCIÓN < 725 ===== */

@media (max-width: 725px) {
/* infografias home .impo-web 	{display: none;} */


#noticia-principal {
 
border-bottom-left-radius: 0px;
  
border-bottom-right-radius: 0px;

}	
	
/*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/10/11/file_20241011154231.png);
	-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/2018/08/31/file_20180831161100.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: #006f28;
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%;
border-bottom: dotted 1px #fff;
}

#especiales-header ul li:first-child {
	background-color: #3bc96e;
	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;
}

#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;
}
	
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: 45px;	
}

#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;
}

.secundarias-notas-box h2, .secundarias-box h2 {
	font-size: 22px;
	line-height: 27px;
}
.box-notas-central .secundarias-notas-box p, .box-central .secundarias-box p {
    line-height: 22px;
    font-size: 16px;
    color: #000;
}
.destacados-right-titulo a {
	font-size: 17px;
	line-height: 23px;
}

a.tab-ver-mas:link, a.tab-ver-mas:visited, h3.tab-texto {
	text-indent: initial;
}
#noticia-principal div.noticia-principal-foto a.link-noticia:link, #noticia-principal div.noticia-principal-foto a.link-noticia:visited {
	font-size: 21px;
	line-height: 24px;
	padding: 15px 15px;
}


}
/* ===== RESOLUCIÓN < 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%;
}


/*Fotos*/

#galerias-fotos li {
width:100%;
}

#fotos-portada #galerias-fotos li:nth-child(n+3) {
display: none;
}


/* == CALENDARIO == */
.tabla-calendario-grupo-o-fase {
	font-size: 22px;
	padding-top: 2px;
}
.tabla-calendario-info-pais-left, .tabla-calendario-info-pais-right {
	font-size: 13px;
}
 .tabla-calendario-info-resultado {
	font-size: 16px;
font-weight: bold;
}
.tabla-calendario-info-icon img {
    max-width: 31px;
    width: 100%
}
.tabs-calendario-pais img {
	width: 100%;
	max-width: 18px;
}
.tabs-calendario-paisname {
	width: 15%;
	text-align: left;
	font-size: 14px;
}
	.tabs-numerosdatos {
    font-size: 14px;
}
/* == FIN CALENDARIO == */

/* == 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;
}



.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;
color: #000;
	}
/* ============== 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 > a:link,
#campana-campeon li.tab > a:visited {
width:30%;
}

#campana-campeon li.tab > 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;
	}
}

@media screen and (max-width: 667px) {
.infografia-secundarias 
{  
width: 93%;
   
}
}


@media (max-width:1024px){

}

.destacados-right-titulo p.bajada {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
}


/* == SLIDER == */


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(0,0,0,0.3);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #034158;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
