/*-----------------------DIV HEADER--------------------*/
.fondoHeader {
    background-image: url("/images/frontend/nacional/header/modificacion_viejacabecera.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 160px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#header {
    font-size: 10px;
    margin-top: 3px;
}

#control_overlay, #teh_overlay {
    background-color: #000;
    width: 100% !important;
}

#teh_overlay {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.link_revise {
    display: block;
    margin-top: 15px;
    cursor: pointer;
    font-size: 90%;
    color: #106080
}

.link_revise:hover {
    text-decoration: underline;
}

/*-----------------------LINEA SUPERIOR--------------------*/
#header .lineasuperior {
    background-image: url("/images/frontend/nacional/header/linea_superior/sup_center.jpg");
    background-repeat: repeat-x;
    height: 17px;
    margin: 2px 0px;
}

#header .lineasuperior .temporada {
    float: left;
    margin-top: 3px;
    margin-left: 6px;
}

#header .lineasuperior .bordeizquierda {
    float: left;
}

#header .lineasuperior .bordederecha {
    text-align: right;
}

/*-----------------------FIN LINEA SUPERIOR--------------------*/
/*-----------------------HEADER CONTENT--------------------*/
#header .headercontent {
}

#header .logoct {
    margin-left: -29px;
}

#header .headercontent .logoct {
    padding-left: 0px;
    float: left;
}

#header .headercontent .headerdata {
    color: white;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    height: 105px;
    margin-left: 40px;
    text-align: left;
    width: 622px;
}

#inscribiteAlTorneo {
    background-image: url("/images/frontend/nacional/header/bt_inscribite.png");
    text-indent: -9999px;
    width: 167px;
    height: 50px;
    background-position: center top;
    display: block;
}

#inscribiteAlTorneo:hover {
    background-position: center bottom;
}

#header .headercontent .headerdata .mict {
    background-image: url("/images/frontend/nacional/header/contenedor_mi_ct.png");
    float: right;
    height: 128px;
    padding: 8px 0 0 15px;
    position: relative;
    width: 238px;
}

#header .headercontent .headerdata .mict .titulo {
    font-size: 15px;
}

#header .headercontent .headerdata .mict #fbbuttom {
    margin-top: 5px;
}

#header .mict .loginbox {
    background-repeat: no-repeat;
    margin-bottom: 1px;
    margin-top: 5px;
}

#header .mict .loginbox INPUT.dni, #header .mict .loginbox INPUT.pass {
    border-radius: 5px;
    border: none;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    width: 152px;
    height: 24px;
    margin-bottom: 5px;
    padding: 0 5px;
}

#header .mict .loginbox .entrar {
    font-family: 'Lato', sans-serif;
    color: white;
    padding: 5px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 12px;
    background-color: #e96130;
    border: 1px solid #eb9729;
    margin-left: 5px;
    cursor: pointer;
    background: #f48350; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ODM1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOTYxMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f48350 0%, #e96130 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f48350), color-stop(100%, #e96130)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f48350 0%, #e96130 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f48350 0%, #e96130 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f48350 0%, #e96130 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f48350 0%, #e96130 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f48350', endColorstr='#e96130', GradientType=0); /* IE6-8 */
}

#header .mict .bt_left {
    font-style: italic;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
}

#header .mict .bt_left IMG {
    margin: 0px 4px;
}

#header .mict .bt_ing {
    width: 67px;
    height: 21px;
    overflow: hidden;
    float: left;
}

#header .mict .titlebienvenido {
    font-family: 'Lato', sans-serif;
    color: #c0dce9;
    font-size: 12px;
    margin-top: 5px;
}

#header .mict .titlebienvenido .nombrejugador {
    color: white;
    font-weight: bold;
    white-space: nowrap;
}

#header .mict .logout {
    position: absolute;
    right: 10px;
    top: 12px;
}

#header .mict .cerrarsesion {
    width: 92px;
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

#header .mict .contenedorbotonoes a {
    display: block;
    color: white;
    font-size: 11px;
    font-style: italic;
    line-height: 28px;
}

#header .mict .contenedorbotonoes a .icon {
    background-image: url('/images/frontend/nacional/header/iconos_mi_ct.png');
    height: 28px;
    width: 25px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

#header .mict .contenedorbotonoes a#misDatos .icon {
    background-position: -7px center;
}

#header .mict .contenedorbotonoes a#miCuenta .icon {
    background-position: -40px center;
}

#header .mict .contenedorbotonoes a#misEquipos {
    line-height: 13px;
}

#header .mict .contenedorbotonoes a#misEquipos .icon {
    background-position: -70px center;
}

#header .mict .contenedorbotonoes a#misHorarios .icon {
    background-position: -95px center;
}

#header .mict .contenedorbotonoes a#misTorneo .icon {
    background-position: -118px center;
}

#header .mict .contenedorbotonoes a#misCalificaciones .icon {
    background-position: -143px center;
}

#header .mict .contenedorbotonoes .izquierda {
    border-right: 1px solid #70afd2;
    float: left;
    margin-right: 10px;
    padding: 0 11px;
}

#header .mict .contenedorbotonoes .derecha {
    float: left;
}

#header .mict .contenedorbotonoes IMG {
    overflow: hidden;
    height: 21px;
    width: 83px;
    display: block;
    float: left;
    margin-top: 1px;
    margin-right: 1px;
}

#header .headercontent .headerdata .inscribite {
    margin-top: 45px;
    float: left;
}

#header .headercontent .headerdata .inscribite IMG {
    margin-bottom: 1px;
    overflow: hidden;
    height: 21px;
    display: block;
    float: left;
}

#header .headercontent .headerdata .logoaat {
    float: left;
    margin-left: 35px;
    margin-top: 80px;
}

/*-----------------------FIN HEADER CONTENT--------------------*/
#olvideMiClave {
    height: 120px;
    /*width: 250px;*/
    width: 508px;
    background-color: #225569;
    border-top: solid 4px #777;
    border-left: solid 4px #777;
    border-bottom: solid 4px #333;
    border-right: solid 4px #333;
}

#olvideMiClave h1 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 4px;
}

#olvideMiClave ul {
    margin-top: 15px;
}

#olvideMiClave ul li {
    width: 230px;
    margin: auto;
}

#OMCError {
    font-weight: bold;
    margin-top: 4px;
    color: #f00;
}

div.forLabel {
    font-weight: bold;
    text-align: left;
    margin-left: 15px;
    color: #fff;
    font-size: 8pt;
    margin-bottom: 5px;
}

div.forField select, div.forField input {
    float: left;
    margin-left: 10px;
    width: 220px;
    color: #555;
    border: solid 1px #444;
}

/*------------------------ REGISTRO BEGIN --------------------------------*/
#divRegistro {
    width: 100%;
    font-family: Verdana;
    margin: 0 auto;
}

#divRegistro ul {
    margin-top: 5px;
    margin-left: 5px;
}

#divRegistro ul li {
    list-style: none;
    height: 26px;
}

#divRegistro li div.forLabel {
    float: left;
    width: 245px;
    margin: 1px;
    height: 24px;
    color: #fff;
    font-weight: bold;
    font-size: 8pt;
    background-color: #727476;
}

#divRegistro li div.forField {
    float: left;
    width: 240px;
    margin: 1px;
    height: 24px;
    background-color: #626466;
}

div.forField select, div.forField input, div.forField button {
    width: 215px;
    color: #333;
    border: solid 1px #444;
    margin-left: 5px;
    margin-top: 2px;

}

div.forField img {
    margin-top: 3px;
}

#divRegistro li.separador {
    background-color: #4C4C4E;
    color: white;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    line-height: 23px;
    margin: 1px;
    padding-left: 5px;
    text-transform: uppercase;
    width: 483px;
}

#divRegistro div.titulo {
    background-color: #00AEF0;
}

#divRegistro div.titulo h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: arial;
    text-align: left;
    font-weight: bold;
    padding: 4px;
    margin: 0px;
    margin-left: 10px;
    padding-top: 6px;
}

#wrapperGeneralRegistro {
    background-color: #8DB5C7;
    width: 510px;
    margin: 0 auto;
}

#logo {
    background-image: url(/images/frontend/nacional/home/popups/header_dg.png);
    height: 117px;
    margin-bottom: 10px;
    width: 510px;
}

#logo img {
    padding: 15px;
}

div.content {
    margin-top: 5px;
    margin-left: 10px;
}

#masDatosRegistro {
    margin-left: 6px;
    font-size: 7pt;
    background-color: #666666;
    width: 487px;
}

#masDatosRegistro div.tituloH3 {
    font-weight: bold;
    width: 100%;
    border-bottom: solid 1px #fff;
}

#masDatosRegistro div.tituloH3_2 {
    font-weight: bold;
    width: 100%;
    margin: 4px auto;
    border-top: solid 1px #fff;
    margin-top: 4px;
}

#masDatosRegistro div.tituloH3 div {
    padding-top: 5px;
    padding-bottom: 6px;
}

#masDatosRegistro div.tituloH3_2 div {
    margin: 4px auto;
    width: 200px;
    display: block;
}

#horariosRegistro {
    float: left;
    text-align: left;
    width: 60%;
}

#comentariosHorariosRegistro {
    width: 235px;
    background-color: #727476;
    color: #fff;
}

#comentariosHorariosRegistro textarea {
    border: 1px solid #777777;
    color: #333333;
    height: 130px;
    margin: 3px 1px 1px;
    width: 226px;
    resize: none;
}

div.listaHorarios {
    float: left;
    margin-right: 5px;
}

#formHorarios #masDatosRegistro {
    margin-left: 0px;
    width: 100%;
    background-color: #727476;
    color: #FFFFFF;
}

#formHorarios #horariosRegistro, .horariostextoshoras {
    color: #FFFFFF;
}

#formHorarios #comentariosHorariosRegistro {
    width: 100%;
    background-color: #727476;
    border: 1px solid #FFFFFF;
}

#formHorarios #comentariosHorariosRegistro .subcomentario {
    width: 49.6%;
    border: 1px solid #FFFFFF;
    float: left;
    height: 186px
}

#formHorarios .sedesRegistro {
    background-color: #999999;
    border: 1px solid #FFFFFF;
    float: left;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 38%;
}

#formHorarios div.tituloH3 {
    border-bottom: 1px solid #FFFFFF;
    font-weight: bold;
    background-color: #666666;
    width: 100%;
    text-align: center;
}

#formHorarios #masDatosRegistro div.tituloH2 {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    background-color: #727476;
    padding: 5px 0px;
    width: 100%;
    height: 20px;
}

#formHorarios #masDatosRegistro div.tituloH2.alerta {
    color: white;
    background-color: red;
    font-size: 12px;
    font-weight: bold;
}

#formHorarios #masDatosRegistro div.tituloH3_2 div {
    width: 100%;
    font-weight: normal;
}

#formHorarios .tablaHorarioEstatico {
    margin: 5px 13px;
    width: 225px;
    height: 156px;
}

#formHorarios .tablaTextos td {
    border: 1px solid #FFFFFF;
    padding: 5px;
}

#formHorarios #localidades ul {
    margin: 5px 0px;
    height: 25px;
}

#formHorarios #localidades ul li {
    background-color: #000;
    border: 1px solid white;
    float: left;
    height: 13px;
    list-style: none outside none;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

#formHorarios #localidades ul li.active {
    cursor: default;
    font-weight: bold;
}

#formHorarios .localidad {
    display: none;
}

#formHorarios .localidad.active {
    display: block;
}

div.listaHorarios .horariostitulo {
    text-align: center;
    background-color: #666666;
    font-size: 9px;
    font-weight: bold;
}

div.listaHorarios table {
    width: 126px;
}

div.listaHorarios table td {
    background-color: #727476;
    color: #fff;
    border: solid 1px #fff;
    padding: 4px;
}

div ..listaHorarios table td {
    padding: 3px;
}

div.listaHorarios label {
    cursor: pointer;
}

.tdBold {
    font-weight: bold;
}

#comentariosHorariosRegistro div.forLabel2 {
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    height: 22px;
}

#comentariosHorariosRegistro div.forLabel2 div {
    margin-top: 5px;
    margin-left: 7px;
}

#comentariosHorariosRegistro div.forField2 {
    padding: 3px;
}

#comentariosHorariosRegistro div.forField2 select {
    color: #333;
    border: solid 1px #444;
    width: 190px;
}

/* ****************** */
/* MI CT */
div.subTitle {
    padding: 10px;
    text-align: left;
    font-weight: bolder;
    color: #29A2DC;
}

div.subDatos {

}

div.subDatos table tr.tipo_puntaje td {
    background-color: #999;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    padding: 3px;
}

div.subDatos table tr.localidad td {
    background-color: #00AEF0;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    padding: 3px;
}

div.subDatos table tr.titulos td {
    width: 100px;
    height: 30px;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid #00AEF0;
    border-right: 1px solid #00AEF0;
    font-size: 11px;
    font-weight: bolder;
}

div.subDatos table tr.info td {
    color: #000000;
    height: 30px;
    text-align: center;
    border-right: 1px solid #00AEF0;
    border-bottom: 1px solid #00AEF0;
    font-size: 10px;
    padding: 0px 8px 0px 10px;
}

div.boxBtn {
    text-align: center;
    background-color: #29A2DC;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    margin: 3px;
    padding: 3px;
    width: 80px;
    font-size: 10px;
}

div.miCuentaTitleStatusEstado {
    color: #29A2DC;
    font-weight: bolder;
    padding: 10px;
    text-align: left;
}

div.miCuentaInfoStatusEstado {
    color: #000000;
    font-size: 12px;
    padding: 0 8px 0 10px;
}

div.misEquiposDoblesEquipo {
    color: #29A2DC;
    font-weight: bolder;
    padding: 10px;
    text-align: left;
}

/* calendario */
div.calendar {
    z-index: 99999;
}

/* POPUP MI CUENTA */
div#ballRoja, div#ballAmarilla, div#ballVerde {
    width: 33px;
    height: 33px;
    float: left;
    background-repeat: no-repeat;
    background-position: left top;
}

div#ballRoja {
    background-image: url('/images/frontend/nacional/status/bolaroja_off.png');
}

div#ballAmarilla {
    background-image: url('/images/frontend/nacional/status/bolamarilla_off.png');
}

div#ballVerde {
    background-image: url('/images/frontend/nacional/status/bolaverde_off.png');
}

/* POPUP MI CUENTA */
div.autocomplete {
    color: #555;
    position: absolute;
    width: 250px;
    background-color: white;
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow: auto;
    z-index: 10;

}

div.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
    font-size: 11px;
    text-align: left;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

strong {
    font-weight: bold;
}

div.scrolling p {
    margin: 3px;
}

/*----------------------- ALERT -------------------------------------*/
div.ct_alert_header {
    width: 474px;
    height: 19px;
    background-image: url('/images/frontend/nacional/alert/alerta_arriba.png');
}

div.ct_alert_footer {
    width: 474px;
    height: 19px;
    background-image: url('/images/frontend/nacional/alert/alerta_abajo.png');
}

div.ct_alert_body {
    width: 474px;
    height: auto;
    position: fixed;
    z-index: 99999;
    background-image: url('/images/frontend/nacional/alert/alerta_medio.png');
}

div.ct_alert_content {
    color: #000000;
    font-weight: bold;
    width: 474px;
    /*height: 70px;*/
    margin: 30px auto 0px;
}

div.ct_alert_botonera {
    width: 474px;
    margin: auto;
    margin: 20px 0px 20px 0px;
}

div.ct_alert_botonera div#ct_alert_aceptar {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-image: url('/images/frontend/nacional/alert/alerta_ok.png');
    margin: auto;
}

/*---------------------------------------- MENU ----------------------------------------------*/
/*--------------------DIV MENU-------------------------*/
#menu {
    margin-top: 11px;
    height: 23px;
    width: 989px;
    text-align: left;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 1px;
    box-shadow: 0px 0px 5px 1px;
    position: relative;
    margin-bottom: 5px;
}

/*--------------------MENU IZQUIERDA-------------------------*/

#menu .menuiz {
    height: 24px;
    float: left;
    width: 100%;
    background-image: url("/images/frontend/nacional/menu/left/center.jpg");
    background-repeat: repeat-x;
}

#menu .menuiz UL {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#menu .menuiz LI {
    float: left;
    padding: 0px 8px;
}

#menu .menuiz LI:hover, #menu .menuiz LI.over, #menu .menuiz LI.selected {
    background-image: url("/images/frontend/nacional/menu/left/center_over.jpg");
}

#menu .menuiz LI.extra {
    padding: 0px 7px;
}

#menu .menuiz LI.extra:last-child {
    padding: 0px 8px 0px 9px;
}

/*--------------------END MENU IZQUIERDA-------------------------*/
/*--------------------MENU DERECHA------------------------*/
#menu .menude {
    height: 24px;
    float: left;
}

#menu .menude LI {
    background-image: url("/images/frontend/nacional/menu/right/center.jpg");
    background-repeat: repeat-x;
    float: left;
    padding: 0px 3px;
}

#menu .menude LI.extra {
    padding: 0px 4px;
}

#menu .menude LI:hover, #menu .menude LI.over, #menu .menude LI.selected {
    background-image: url("/images/frontend/nacional/menu/right/center_over.jpg");
}

/*--------------------END MENU DERECHA------------------------*/
#menu LI IMG {
    float: left;
}

#menu LI.borde, #menu LI.separador {
    padding: 0px;
}

#menu LI.separador {
    height: 19px;
    padding-top: 4px;
}

#menu LI A {
    float: left;
    display: block;
    height: 17px;
    padding-top: 6px;
    z-index: 5;
}

#menu LI A IMG {
    float: none;
}

/*--------------------END DIV MENU---------------------*/
/* BTN SEDE begin */
#Sprev {
    position: absolute;
    top: 125px;
    left: 15px;
    display: none;
    cursor: pointer;
}

#Sprev:hover {

}

#Snext {
    position: absolute;
    top: 125px;
    right: 15px;
    display: none;
    cursor: pointer;
}

#Snext:hover {

}

#mainFoto:hover #Snext, #mainFoto:hover #Sprev {
    display: block;
}

/* BTN SEDE end */
div#boxPopup {
    width: 970px;
    padding-top: 10px;
    background-color: #ffffff;
}

div.boxPopupTitle {
    height: 24px;
    padding-left: 10px;
    padding-top: 8px;
    font-size: 15px;
    background-color: #009cea;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

div#boxPopup div.divBr {
    line-height: 0px;
    font-size: 0px;
    height: 8px;
    margin: 0px;
    padding: 0px;
}

div#boxPopup div.boxPopupContenido {
    width: 955px;
    color: white;
    background-color: #002235;
}

div#boxPopup div.boxPopupContenido div.boxPopupLine {
    width: 950px;
    height: 3px;
    font-size: 0px;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

/*------------------ WIDGET JUGADOR -----------------*/
div.player-widget-container {
    position: fixed;
    border: solid 1px #ccc;
    padding: 2px;
    background-color: #FFFFFF;
    text-align: left;
}

div.wr_wrapper {
    width: 200px;
}

div.wr_jug_foto {
    float: left;
    width: 44px;
    height: 62px;
}

div.wr_jug_data {
    float: left;
}

div.wr_jug_data_name {
    background-color: #00AEF0;
    color: #FFFFFF;
    width: 156px;
    font-weight: bold;
}

div.wr_jug_data_name p {
    display: block;
    padding: 6px 0 6px 3px;
}

div.wr_jug_data_more {
    font-size: 11px;
    font-style: italic;
    margin-left: 6px;
    margin-top: 10px;
}

div.wr_rank {
    font-size: 11px;
}

div.wr_rank table {
    width: 200px;
}

div.wr_rank table td {
    padding: 2px;
}

div.wr_rank tr.wr_rank_h {
    background-color: #5A5B5E;
    color: #fff;
}

div#p_widget_l {
    background-color: #fff;
    position: fixed;
    border: solid 1px #ccc;
    padding: 2px;
}

div#p_widget_l img {
    float: left;
    margin-top: 1px;
}

div#p_widget_l div.p_widget_l_text {
    float: left;
    font-size: 10px;
    padding: 3px;
}

#sedePopUp .listaSedes {
    margin-top: 2px;
}

#sedePopUp .listaSedes li {
    float: left;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    background-color: #009CEA;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

#sedePopUp .listaSedes ul.sedes {
    display: none;
}

#sedePopUp .listaSedes li ul:hover,
#sedePopUp .listaSedes li:hover ul {
    display: block;
}

#sedePopUp .listaSedes li ul li:hover {
    color: black;
}

#sedePopUp .listaSedes li span {
    padding: 0px 5px;
    font-size: 13px;
    font-weight: bold;
}

#sedePopUp .listaSedes li.active {
    color: black;
    font-weight: bold;
}

#sedePopUp .listaSedes ul.sedes > li {
    float: none;
    width: 100%;
    padding: 0px;
    border: 0 none;
}

#reglamentosContainer ul li {
    float: left;
    background-color: #009CEA;
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding: 3px 86px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    cursor: pointer;
}

#reglamentosContainer ul li:last-child {
    padding: 3px 82px;
}

#puntajesContainer ul, #reglamentosContainer ul {
    background-color: #009CEA;
}

#reglamentosContainer ul li.active {
    color: black;
    font-weight: bold;
}

#reglamentosContainer .boxPopupContenido {
    color: white;
    width: 100% !important;
    padding: 5px;
}

#reglamentosContainer .boxPopupContenido .reglamentosData {
    height: 453px;
    overflow-y: scroll;
    padding: 5px;
}

#puntajesContainer ul li {
    float: left;
    background-color: #009CEA;
    height: 20px;
    line-height: 20px;
    color: #fff;
    line-height: 20px;
    padding: 3px 166px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    cursor: pointer;
}

#puntajesContainer ul li.active {
    color: black;
    font-weight: bold;
}

.explicacionInscribite {
    padding: 5px;
    font-size: 11px;
    font-style: italic;
}

.explicacionInscribite a {
    color: #29A2DC;
    font-weight: bold;
}