﻿html
{
    scrollbar-3dlight-color: #b2b2b2;
    scrollbar-arrow-color: white;
    scrollbar-base-color: #808080;
    scrollbar-darkshadow-color: #b2b2b2;
    scrollbar-face-color: #808080;
    scrollbar-highlight-color: #b2b2b2;
    scrollbar-shadow-color: #b2b2b2; /*4d4d4d*/
}

body
{
    font-size: 70%;
    line-height: 1.25;
    background: #4d4d4d url(../img/background-toPlay.png) no-repeat center fixed;
    margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
    padding: 0;
    text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
    color: #333333;
}

input
{
    color: Black;
    font-size: 8pt;
    padding: 2px;
}

input[type=text] 
{
	border: none;
}
input[type=password] 
{
	border: none;
}

/*input[type=text]
{
	padding: 2px;
	border: none;
	height: 16px;
}

input[type=password]
{
	padding: 2px;
	border: none;
	height: 16px;
}

input[type=file]
{
	padding: 2px;
	border: none;
	height: 16px;
}*/

textarea
{
    font-size: 8pt;
    padding: 2px;
    border: none;
}

select
{
    font-size: 8pt;
    padding: 2px;
    border: none;
}

/* Varias clases diversas para su reutilización */
.fltrt
{
    /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    float: right;
    margin-left: 8px;
}
.fltlft
{
    /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    float: left;
    margin-right: 8px;
}
.clearfloat
{
    /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.toPlay #container
{
    width: 864px; /* esto creará un contenedor con el 80% del ancho del navegador */
    margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
    text-align: left; /* esto anula text-align: center en el elemento body. */
    overflow: hidden;
}
.toPlay #header
{
    padding: 0px;
    overflow: hidden;
    width: 864px;
}

/* Sugerencias para sidebar:
1. dado que está trabajando en porcentajes, es conveniente no utilizar relleno en la barra lateral. Se añadirá al ancho en el caso de navegadores que cumplen los estándares, creando un ancho real desconocido. 
2. El espacio entre el lado del div y los elementos que contiene puede crearse colocando un margen izquierdo y derecho en dichos elementos, como se observa en la regla ".toPlay #sidebar p".
3. Dado que Explorer calcula los anchos después de mostrarse el elemento padre, puede que ocasionalmente encuentre errores inexplicables con columnas basadas en porcentajes. Si necesita resultados más predecibles, puede optar por cambiar a columnas con tamaño en píxeles.
.toPlay #sidebar {
	float: left; 
	width: 24%; /* dado que este elemento es flotante, debe asignarse un ancho 
	background-color: Black; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá 
	padding: 15px 0; /* el relleno superior e inferior crea un espacio visual dentro de este div  
}
.toPlay #sidebar h3, .toPlay #sidebar p {
	margin-left: 10px; /* deben asignarse los márgenes izquierdo y derecho de cada elemento que vaya a colocarse en las columnas laterales 
	margin-right: 10px;
}*/

.toPlay #footer
{
    color: White;
    font-size: 8pt;
    overflow: hidden;
    padding: 10px 0; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
    text-align: right;
    width: 864px;
}

.toPlay #footer a
{
    text-decoration: none;
}

.toPlay #footer div
{
    display: block;
    margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
    padding: 0 0 5px;
}

#menu
{
    border: none;
    color: White;
    margin: 0;
    padding: 0;
    float: left;
}

#menu li
{
    border: none;
    float: left;
    list-style: none;
    vertical-align: middle;
    text-align: center;
}

#menu li a
{
    border: none;
    display: block;
    padding: 5px 12px;
    text-decoration: none;
    color: White;
    white-space: nowrap;
}

#menu li a:hover
{
    color: #29c900;
}

a
{
    color: #84ff00;
    cursor: pointer;
}

a:hover
{
    color: #29c900;
    text-decoration: none;
}

a:visited
{
    color: #84ff00;
    text-decoration: none;
}

table
{
    border-collapse: collapse;
}

h4
{
    /*font-family: Arial Rounded MT Bold, Arial, Verdana, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 13pt;
    margin: 0;
}

h5
{
    /*font-family: Arial Rounded MT Bold, Arial, Verdana, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 10pt;
    margin: 0;
}

h6
{
    /*font-family: Arial Rounded MT Bold, Arial, Verdana, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 8pt;
    margin: 0;
}

.number
{
    text-align: right;
}

.boton
{
    line-height: 1;
}

.boton-deporte-container
{
    background-image: url('../img/boton-102x52.png');
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 52px;
    line-height: 1.1;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    width: 102px;
}

.boton-deporte-container table
{
    float: left;
    clear: both;
    color: #333333;
    height: 52px;
    overflow: hidden;
    text-align: center;
    width: 102px;
}

.boton-deporte-container-selected
{
    background-image: url('../img/boton-102x52-selected.png');
}

.boton-deporte-container-selected table
{
    float: left;
    clear: both;
    color: white;
    font-weight: bold;
    height: 52px;
    overflow: hidden;
    text-align: center;
    width: 102px;
}


.button-container
{
    background-image: url('../img/boton-continuar.png');
    background-repeat: no-repeat;
    float: left;
    height: 40px;
    overflow: hidden;
    text-align: center;
    width: 132px;
}

.button-container table
{
    float: left;
    clear: both;
    height: 40px;
    overflow: hidden;
    text-align: center;
    width: 132px;
}

.button
{
    color: #333333;
    line-height: 1.1;
    text-decoration: none;
}

.button:hover
{
    color: #004700;
    text-decoration: none;
}

.button:visited
{
    color: #333333;
    text-decoration: none;
}

.boton-estandar li
{
    border: none;
    float: left;
    list-style: none;
    background: url(../img/boton-estandar.png) no-repeat;
    color: #333333;
    text-align: center;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: middle;
    width: 128px;
    height: 58px;
}

.boton-estandar li a
{
    display: inline-table;
    display: table-cell;
    width: 128px;
    height: 54px;
    border: none;
    text-decoration: none;
    color: #333333;
    white-space: nowrap;
    vertical-align: middle;
}

.boton-estandar li a:hover
{
    color: #004700;
}

.boton-163x33
{
    border: none;
    color: White;
    margin: 0;
    padding: 0;
    display: inline;
}

.boton-163x33 li
{
    border: none;
    float: left;
    list-style: none;
    background: url(../img/boton-163x33.png) no-repeat;
    color: White;
    text-align: center;
    font-size: 7pt;
    font-weight: bold;
    vertical-align: middle;
    width: 163px;
    height: 33px;
}

.boton-163x33 li a
{
    display: inline-table;
    display: table-cell;
    width: 163px;
    height: 33px;
    border: none;
    text-decoration: none;
    color: White;
    white-space: nowrap;
    vertical-align: middle;
}

.boton-163x33 li a:hover
{
    color: White;
}

.boton-102x52
{
    border: none;
    color: White;
    margin: 0;
    padding: 0;
    display: inline;
}

.boton-102x52 li
{
    border: none;
    float: left;
    list-style: none;
    background: url(../img/boton-102x52.png) no-repeat;
    color: #333333;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    vertical-align: middle;
    width: 102px;
    height: 52px;
}

.boton-102x52 li a
{
    display: inline-table;
    display: table-cell;
    width: 102px;
    height: 52px;
    border: none;
    text-decoration: none;
    color: #333333;
    white-space: nowrap;
    vertical-align: middle;
}

.boton-102x52 li a:hover
{
    color: #ffffff;
}

.boton-106x44
{
    border: none;
    color: White;
    margin: 0;
    padding: 0;
    display: inline;
}

.boton-106x44 li
{
    border: none;
    float: left;
    list-style: none;
    background: url(../img/boton-106x44.png) no-repeat;
    color: #333333;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    vertical-align: middle;
    width: 106px;
    height: 44px;
}

.boton-106x44 li a
{
    display: inline-table;
    display: table-cell;
    width: 106px;
    height: 44px;
    border: none;
    text-decoration: none;
    color: #333333;
    white-space: nowrap;
    vertical-align: middle;
}

.boton-106x44 li a:hover
{
    color: #ffffff;
}

.boton-continuar
{
    border: none;
    color: White;
    margin: 0;
    padding: 0;
    display: inline;
}

.boton-continuar li
{
    border: none;
    float: left;
    list-style: none;
    background: url(../img/boton-continuar.png) no-repeat;
    color: #333333;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    vertical-align: middle;
    width: 132px;
    height: 40px;
}

.boton-continuar li a
{
    display: inline-table;
    display: table-cell;
    width: 132px;
    height: 40px;
    border: none;
    text-decoration: none;
    color: #333333;
    white-space: nowrap;
    vertical-align: middle;
}

.boton-continuar li a:hover
{
    color: #ffffff;
}

.boton-132x40
{
    border: none;
    color: White;
    margin: 0;
    padding: 0;
    display: inline;
}

.boton-132x40 li
{
    border: none;
    float: left;
    list-style: none;
    background: url(../img/boton-132x40.png) no-repeat;
    color: #333333;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    vertical-align: middle;
    width: 132px;
    height: 40px;
}

.boton-132x40 li a
{
    display: inline-table;
    display: table-cell;
    width: 132px;
    height: 40px;
    border: none;
    text-decoration: none;
    color: #333333;
    white-space: nowrap;
    vertical-align: middle;
}

.boton-132x40 li a:hover
{
    color: #ffffff;
}

.boton-deporte
{
    text-align: left;
    float: left;
    clear: both;
    width: 98%;
}
.boton-deporte ul
{
    float: left;
    margin: 0;
    padding: 0;
}
.boton-deporte ul li
{
    background-image: url(/common/img/boton-seleccionar-deporte.png);
    cursor: pointer;
    list-style: none;
    width: 87px;
    height: 25px;
}

.boton-deporte ul li.seleccionado
{
    background-image: url(/common/img/boton-seleccionar-deporte-seleccionado.png);
    color: White;
    list-style: none;
    width: 87px;
    height: 25px;
}

.boton-deporte ul li.seleccionado a
{
    color: White;
}

.boton-deporte ul li div
{
    display: table-cell;
    height: 25px;
    font-weight: bold;
    padding-left: 22px;
    text-align: center;
    vertical-align: middle;
    width: 62px;
}

.boton-deporte ul li div a
{
    color: #333333;
    text-decoration: none;
}

.boton-deporte ul li div a:hover
{
    text-decoration: none;
}
.boton-deporte ul li div a:visited
{
    text-decoration: none;
}

.boton-deporte ul li div.seleccionado
{
    color: White;
}

.selector-provincia-poblacion
{
    background-image: url(/common/img/fondo-selector-provincia-poblacion.png);
    text-align: left;
    float: left;
    clear: both;
    width: 228px;
}
.selector-provincia-poblacion ul
{
    float: left;
    margin: 0;
    padding: 0;
}
.selector-provincia-poblacion ul li
{
    cursor: pointer;
    list-style: none;
    height: 33px;
}

.selector-provincia-poblacion ul li div
{
    color: White;
    display: table-cell;
    height: 33px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

/* Tabla */
.table-layout
{
    float: left;
    clear: both;
    text-align: left;
    width: 245px;
}

.table-layout ul
{
    float: left;
    margin: 0;
    padding: 0;
}

.table-layout li
{
    list-style: none;
    padding: 4px;
}

/* Tabla */
.table
{
    float: left;
    clear: both;
    text-align: left;
}

.table ul
{
    float: left;
    margin: 0;
    padding: 0;
}

.table ul li
{
    list-style: none;
    padding: 0;
}

.table ul li.header
{
    background-color: #404040;
    color: White;
    text-align: center;
    border: solid 1px #acacac;
    border-right: none;
}

.table ul li.col
{
    background-color: White;
    color: Black;
    border: solid 1px #acacac;
    border-right: none;
    text-align: center;
}

.table ul li div.col
{
    display: table-cell;
    table-layout: fixed;
    overflow-x: ellipsis;
    overflow-y: hidden;
    overflow: hidden;
    vertical-align: middle;
}

.selector-hora
{
    display: table-cell;
    width: 54px;
    height: 34px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.boton-pista
{
    float: left;
    width: 134px;
    height: 24px;
    background-color: #666666;
    border: solid 1px white;
    color: White;
    text-align: center;
    margin-left: 4px;
    margin-top: 4px;
}

.boton-pista > span
{
    display: block;
    padding-top: 5px;
}

.boton-pista:hover
{
    background-color: #80ff00;
}

.boton-pista > span:hover
{
    color: Black;
}

.boton-pista-seleccionado
{
    background-color: #80ff00;
}

.boton-pista-seleccionado > span
{
    color: Black;
}
.enlace-boton-pista
{
    color: White;
    text-decoration: none;
}
.enlace-boton-pista:hover
{
    color: Black;
    text-decoration: none;
}
.enlace-boton-pista-seleccionado
{
    color: Black;
    text-decoration: none;
}
.enlace-boton-pista-seleccionado:hover
{
    color: Black;
    text-decoration: none;
}

td
{
    overflow: hidden;
    text-overflow: ellipsis;
}
