#contenedor-grupos {
font-family: Arial, Helvetica, sans-serif;
width: 623px;
float:left;
clear:both;
background-color: #e8e8e8;
padding: 11px;
margin-bottom: 10px;
}

#contenedor-grupos h3 {
font-size: 12px;
}

#sorteo-grupos {
margin-top:15px;
position: relative;
}

#sorteo-grupos h4 {
background-color: #2e468e;
color: #fff;
text-align: center;
font-size: 11px;
height: 21px;
line-height: 21px;
border-right: 1px solid #fff;
border-bottom: 1px solid #e8e8e8;
text-transform: uppercase;
background-image: url(../img/sorteo/bg-h3.png);
background-repeat: no-repeat;
background-position: 0px 0px;
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;
}

#sorteo-grupos ul:hover {
cursor: pointer;
}

#sorteo-grupos ul:hover h4,
#sorteo-grupos ul.activo h4 {
background-image: url(../img/sorteo/bg-h3-act.png);
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;
}

#sorteo-grupos ul:hover li {
background-color: #dee6ef;
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;
}

#sorteo-grupos ul {
list-style-type: none;
padding:0px;
float:left;
width: 33%;
}

#sorteo-grupos ul li {
height: 28px;
line-height: 28px;
background-color: #e7ecf2;
border-bottom: 5px solid #fff;
border-right: 1px solid #ffffff;
background-image: url(../img/sorteo/li-start.png);
background-repeat: no-repeat;
background-position: left top;
position: relative;
text-indent: 50px;
color: #284b7b;
font-size: 15px;
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;
}

#sorteo-grupos ul li img {
position: absolute;
top: 3px;
left:8px;
}

#sorteo-grupos ul li:last-child {
border-bottom: 2px solid #fff;
}

#sorteo-grupos ul:last-child li {
border-right: none;
}

div.separador {
position: absolute;
height: 1px;
background-color: #fff;
width: 616px;
border-top: 1px dotted #bdbdbd;
z-index: 5;
}

div.separador:nth-child(2) {
top:42px;
left:0px;
}

div.separador:nth-child(4) {
top:75px;
left:0px;
}

div.separador:nth-child(6) {
top:108px;
left:0px;
}

/*Módulo fixture*/

#modulo-calendario {
margin-top:9px;
float:left;
clear:both;
}

div.modulo-fixture {
width: 380px;
min-height: 333px;
float:left;
display: none;
}

div.modulo-fixture ul {
padding:0px;
margin:0px;
list-style-type: none;
}

div.modulo-fixture h4 {
height: 25px;
line-height: 25px;
text-indent: 12px;
font-size: 11px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
background: #4266a3;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiM0MjY2YTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2E1YThlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #4266a3 17%, #3a5a8e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#4266a3), color-stop(100%,#3a5a8e));
background: -webkit-linear-gradient(top, #4266a3 17%,#3a5a8e 100%);
background: -o-linear-gradient(top, #4266a3 17%,#3a5a8e 100%);
background: -ms-linear-gradient(top, #4266a3 17%,#3a5a8e 100%);
background: linear-gradient(to bottom, #4266a3 17%,#3a5a8e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4266a3', endColorstr='#3a5a8e',GradientType=0 );
margin-bottom:9px;
}

div.modulo-fixture ul.modulo-fixture-header {
margin-bottom: 9px;
}

div.modulo-fixture ul.modulo-fixture-header li {
display: inline-block;
background-color: #d7d7d7;
border: 1px solid #cccccc;
height: 18px;
line-height: 18px;
font-size: 12px;
text-align: center;
zoom: 1;
*display: inline;
}

div.modulo-fixture ul.modulo-fixture-header li:nth-child(1) {
width: 147px;
}

div.modulo-fixture ul.modulo-fixture-header li:nth-child(2) {
width: 52px;
}

div.modulo-fixture ul.modulo-fixture-header li:nth-child(3) {
width: 45px;
}

div.modulo-fixture ul.modulo-fixture-header li:nth-child(4) {
width: 128px;
text-align: left;
text-indent: 5px;
}

div.modulo-fixture ul.modulo-partido {
border: 1px solid #dadada;
margin-bottom: 8px;
border-bottom: none;
-webkit-box-shadow: 4px 3px 10px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    4px 3px 10px 0px rgba(50, 50, 50, 0.2);
box-shadow:         4px 3px 10px 0px rgba(50, 50, 50, 0.2);
}

div.modulo-fixture[data-grupo='a'] {
display: block;
}

ul.modulo-partido li {
display: inline-block;
background-color: #ffffff;
height: 28px;
line-height: 28px;
font-size: 12px;
border-bottom: 1px solid #dadada;
zoom: 1;
*display: inline;
}

ul.modulo-partido div.activo li,
ul.modulo-partido div.activo:hover li {
background-color: #fdd992;
}

ul.modulo-partido div.activo li:nth-child(2){
background-color: #eccb8b;
}

ul.modulo-partido div:hover li {
background-color: #f3f3f3;
cursor: pointer;
}

ul.modulo-partido div li:nth-child(1) {
width: 63px;
border-right: 1px solid #dadada;
font-weight: bold;
color: #666666;
background-image: url(../img/sorteo/bg-sorteo.png);
background-repeat: no-repeat;
background-position: 35px 3px;
text-indent: 6px;
}

ul.modulo-partido div li:nth-child(2) {
width: 20px;
border-right: 1px solid #dadada;
background-color: #e9eddb;
text-align: center;
font-weight: bold;
color: #666666;
}

ul.modulo-partido div li:nth-child(3) {
width: 63px;
border-right: 1px solid #dadada;
font-weight: bold;
color: #666666;
background-image: url(../img/sorteo/bg-sorteo.png);
background-repeat: no-repeat;
background-position: 6px 3px;
text-indent: 32px;
}

ul.modulo-partido div li:nth-child(4) {
width: 53px;
border-right: 1px solid #dadada;
text-align: center;
}

ul.modulo-partido div li:nth-child(5) {
width: 45px;
border-right: 1px solid #dadada;
text-align: center;
}

ul.modulo-partido div li:nth-child(6) {
width: 129px;
text-indent: 5px;
}

ul.modulo-partido li.local,
ul.modulo-partido li.visita {
position: relative;
}

ul.modulo-partido li.local img {
position: absolute;
right:6px;
top:3px;
}

ul.modulo-partido li.visita img {
position: absolute;
left:6px;
top:3px;
}

div.modulo-prox-rivales {
width: 378px;
border: 1px solid #cecfcf;
background-color: #ffffff;
margin-top:1px;
}

div.modulo-prox-rivales h6 {
height: 24px;
line-height: 24px;
border: 2px solid #fff;
font-size: 11px;
color: #3464a2;
background-color: #e0e0e0;
text-indent: 5px;
}

div.modulo-prox-rivales p {
font-size: 11px;
color: #333;
padding: 4px 10px;
}

div.modulo-prox-rivales p span {
font-weight: bold;
color: #666666;
}

/*Módulo sede*/

div.modulo-sede {
float:left;
border: 1px solid #c5c5c5;
background-color: #ffffff;
width: 225px;
height: 332px;
margin-left: 10px;
position: relative;
display: none;
}

div.modulo-sede img.mapa {
position: absolute;
top:0px;
right:0px;
z-index: 2;
}

div.modulo-sede h5 {
margin-left:5px;
margin-top: 22px;
height: 20px;
line-height: 20px;
color: #333333;
font-size: 12px;
text-transform: uppercase;
text-indent: 5px;
background: #dfdfdf;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, #dfdfdf 0%, #f7f7f7 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dfdfdf), color-stop(100%,#f7f7f7));
background: -webkit-linear-gradient(left, #dfdfdf 0%,#f7f7f7 100%);
background: -o-linear-gradient(left, #dfdfdf 0%,#f7f7f7 100%);
background: -ms-linear-gradient(left, #dfdfdf 0%,#f7f7f7 100%);
background: linear-gradient(to right, #dfdfdf 0%,#f7f7f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f7f7f7',GradientType=1 );
}

div.modulo-sede p.poblacion {
margin-top: 15px;
}

div.modulo-sede p.estadio {
margin-top: 25px;
font-size: 12px;
width: 140px;
}

div.modulo-sede p {
margin-top: 10px;
color: #333333;
font-size: 11px;
padding-left:10px;
font-weight: bold;
}

div.modulo-sede p span {
font-weight: normal;
}

div.modulo-sede div.estadio {
border: 1px solid #cccccc;
padding:2px;
width: 113px;
margin-left:8px;
margin-top:4px;
}

div.modulo-sede img.punto {
position: absolute;
z-index: 3;
}

div.modulo-sede[data-sede="nacional"] img.punto,
div.modulo-sede[data-sede="monumental"] img.punto { top:145px; right:44px; }
div.modulo-sede[data-sede="antofagasta"] img.punto { top:69px; right:43px; }
div.modulo-sede[data-sede="laserena"] img.punto { top:114px; right:50px; }
div.modulo-sede[data-sede="valparaiso"] img.punto { top:142px; right:49px; }
div.modulo-sede[data-sede="vinadelmar"] img.punto { top:141px; right:49px; }
div.modulo-sede[data-sede="rancagua"] img.punto { top:149px; right:44px; }
div.modulo-sede[data-sede="concepcion"] img.punto { top:167px; right:56px; }
div.modulo-sede[data-sede="temuco"] img.punto { top:180px; right:49px; }
div.modulo-sede[data-sede="nacional"] {display: block}