#listado-pistas{
    position: relative;
    overflow-x: hidden;
    padding: 10px 0;
}
.overflow-x{
    overflow-x: auto;
}
.table-listado-pistas{
    text-align: center;
    display: table;
    margin: 0 auto;
}

.col-pista{
    display: table-cell;
    width: 160px;
    margin: 0 5px;
    vertical-align: top;
    padding-left: 10px;
}
.col-pista .reserva-pista{
    margin-bottom:10px;
}
.col-pista .title-pista{
    background-color: #444444;
    /*width: 100%;*/
    width: 160px;
    height: 60px;
    color: #fff;
    display: block;
    border-bottom: 2px solid #111111;
    border-radius: 5px 5px 0 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
}
.col-pista .title-pista .txt{
    display: block;
    padding: 12px 0 3px 0;
}
.col-pista .title-pista img{
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
}

.fila-pista{
    display: table-row;
    height: auto;
    position:relative;
}
.fila-pista .reserva-pista{
    display: table-cell;
    /*float: left;*/
    padding: 0 10px 10px 0;
}
.fila-pista .title-pista{
    /*background-color: #444444;*/
    text-align: left;
    height: 52px;
    /*border-bottom: 2px solid #111111;*/
    border-radius: 5px 5px 0 0;
    margin-bottom: 5px;
    position: relative;
    /*position: absolute;*/
}
.fila-pista .title-pista .txt{
    position: absolute;
    display: block;
    /*padding: 12px 0 3px 0;*/
    font-size: 20px;
    line-height: 52px;
    top:0;
    left:0;
    padding-left: 20px;
}
.fila-pista .title-pista img{
    position: absolute;
    top:0;
    left:0;
}
.title-pista-hover{
    width: 260px;
    -webkit-transition: all 50ms ease;
-moz-transition: all 150ms ease;
-ms-transition: all 150ms ease;
-o-transition: all 150ms ease;
transition: all 150ms ease;
}

.col-pista .hora-pista, .fila-pista .hora-pista{
    width: 160px;
    height: 210px;
    position: relative;
    z-index: 1;
}
.col-pista .hora-pista > img.fondo-pista,.fila-pista .hora-pista > img.fondo-pista{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.col-pista .hora-pista  .contenido,.fila-pista .hora-pista  .contenido{
    position: relative;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
}
.hora-pista-txt{
    display: block;
    width: 160px;
    height: 40px;
    /*background-color: #000;*/
    text-align: center;
}
.hora-pista-txt > span.table-cell{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0px 0px 0px;
    font-size: 18px;
    font-weight: bold;
}
.span-bloqueada{
    z-index: 5;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
}
.span-bloqueada > i.candado{
    font-size: 25px;
    background-color: #2c2c2c;
    padding: 15px 20px;
    border-radius: 50%;
    color: #fff;
}
div.pista{
    margin: 0;
    padding: 0;
    position:relative;
    width: 100%;
    height: 100%;
}
div.pista div.equipo1, div.pista div.equipo2{
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    display: table;
}
div.pista div.equipo1{
    top:0;
    padding-top: 5px;
    /*background-color: yellowgreen;*/
}
div.pista div.equipo2{
    bottom:0;
    padding-bottom: 5px;
    /*background-color: yellow;*/
    vertical-align: bottom;
}
div.ico-player-pista{
    width: 50%;
    height: initial;
    display: table-cell;
    margin: 0 12px;
    /*background-color: royalblue;*/
}
div.pista div.equipo1 div.ico-player-pista{
    vertical-align: top;
}
div.pista div.equipo2 div.ico-player-pista{
    vertical-align: bottom;
}
div.ico-player-pista > img{
    width: 55px;
    height: 55px;
    display: inline-block;
}
div.ico-player-pista .img-anonimo{
    background-color: #00bcd4;
    color: #fff;
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 25px;
    padding: 12px 0;
    border: 4px solid #FFF;
}
.nick-player,.level-player{
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
}

.contenido .info{
    background-color: rgba(45,45,45,0.7);
    color: #fff;
    border-radius: 5px;
    position: absolute;
    padding: 5px 6px;
    margin: 0 10%;
    top: 145px;
    width: 80%;
    display: block;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ffffff;
    max-height: 58px;
    overflow: hidden;
}

.button-reserva{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 8;
}
.only-socios{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    cursor: grabbing;
    z-index: 18;
    background-color: rgba(0,0,0,0.5);
}
.leyenda-block{
    position: relative;
    overflow: hidden;
    padding: 3px;
    -webkit-box-sizing:border-box; /* Safari */
    -moz-box-sizing:border-box; /* Firefox */ 
    box-sizing:border-box; 
}
.leyenda-block .texto{
    position: absolute;
    bottom: 3px;
    width: 95%;
    margin: 0 auto;
    height: 53px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 5px;
    background-color: transparent;
    font-weight: 300;
	color: #fff;
}

@media (max-width:769px){
    .col-pista{
        width: 125px;
        margin: 0 5px;
        padding-left: 4px;
    }
    .col-pista .reserva-pista{
        margin-bottom:4px;
    }
    .col-pista .title-pista{
        margin-bottom: 3px;
        width: 125px;
    }
    .col-pista .title-pista .txt{
        padding: 12px 0 3px 0;
    }
    .col-pista .title-pista img{
    }

    .fila-pista{
    }
    .fila-pista .reserva-pista{
        padding: 0 4px 4px 0;
    }
    .fila-pista .title-pista{
        height: 52px;
        margin-bottom: 2px;
    }
    .fila-pista .title-pista .txt{
        font-size: 20px;
        line-height: 52px;
        top:0;
        left:0;
        padding-left: 20px;
    }
    .fila-pista .title-pista img{
        position: absolute;
        top:0;
        left:0;
    }


    .col-pista .hora-pista, .fila-pista .hora-pista{
        width: 125px;
        height: 164px;
    }
    .col-pista .hora-pista > img.fondo-pista,.fila-pista .hora-pista > img.fondo-pista{
        width: 125px;
        height: 164px;
    }
    .col-pista .hora-pista  .contenido,.fila-pista .hora-pista  .contenido{
    }
    .hora-pista-txt{
        width: 125px;
        height: 40px;
    }
    .hora-pista-txt > span.table-cell{
        padding: 4px 0px 0px 0px;
    }
    .span-bloqueada{
        top: 56px;
    }
    .span-bloqueada > i.candado{
        font-size: 15px;
        padding: 12px 15px;
    }
    div.pista{
    }
    div.pista div.equipo1, div.pista div.equipo2{
    }
    div.pista div.equipo1{
    }
    div.pista div.equipo2{
    }
    div.ico-player-pista{
        margin: 0 12px;
    }
    div.pista div.equipo1 div.ico-player-pista{
    }
    div.pista div.equipo2 div.ico-player-pista{
    }
    div.ico-player-pista > img{
        width: 35px;
        height: 35px;
    }
    div.ico-player-pista .img-anonimo{
        width: 35px;
        height: 35px;
        font-size: 15px;
        padding: 7px 0;
    }
    .nick-player,.level-player{
        font-size: 10px;
        line-height: 13px;
    }
    .contenido .info{
        padding: 5px 4px;
        top: 105px;
        font-size: 10px;
        max-height: 51px;
    }
    .leyenda-block .texto{
        bottom: 3px;
        width: 95%;
        margin: 0 auto;
        height: 36px;
        padding: 3px 3px;
        font-size: 10px;
    }
}

#scroll-cabeceras-oculta{
    position:absolute;
    top:0;
    left:0;
    z-index:1029;
    width: 100%;
    background-color: #ecf0f5;
}

#scroll-cabeceras{
    /*z-index:90000000;*/
}
.scroll-button{
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 20px;
    background-color: grey;
    color: #fff;
    top:0;
    z-index:1030;
    cursor: pointer;
    font-size: 33px;
    text-align: center;
    padding-top: 260px;
}
.scroll-button.left{
    left:0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f3f3f+1,2b2b2b+100&1+0,0.95+16,0.61+50,0+100 */
    background: -moz-linear-gradient(left, rgba(63,63,63,1) 0%, rgba(63,63,63,1) 1%, rgba(60,60,60,0.95) 16%, rgba(53,53,53,0.61) 50%, rgba(43,43,43,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(63,63,63,1) 0%,rgba(63,63,63,1) 1%,rgba(60,60,60,0.95) 16%,rgba(53,53,53,0.61) 50%,rgba(43,43,43,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(63,63,63,1) 0%,rgba(63,63,63,1) 1%,rgba(60,60,60,0.95) 16%,rgba(53,53,53,0.61) 50%,rgba(43,43,43,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#002b2b2b',GradientType=1 ); /* IE6-9 */
}
.scroll-button.right{
    right:0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+0,3f3f3f+99&0+0,0.61+50,0.95+84,1+100 */
    background: -moz-linear-gradient(left, rgba(43,43,43,0) 0%, rgba(53,53,53,0.61) 50%, rgba(60,60,60,0.95) 84%, rgba(63,63,63,1) 99%, rgba(63,63,63,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(43,43,43,0) 0%,rgba(53,53,53,0.61) 50%,rgba(60,60,60,0.95) 84%,rgba(63,63,63,1) 99%,rgba(63,63,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(43,43,43,0) 0%,rgba(53,53,53,0.61) 50%,rgba(60,60,60,0.95) 84%,rgba(63,63,63,1) 99%,rgba(63,63,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b2b2b', endColorstr='#3f3f3f',GradientType=1 ); /* IE6-9 */
}
.h-oculto{
/*    display: inline-block;
    width: 160px*/    
width: 160px;
}