body
{
    background-color: #06155A;
    background-image: url(JuegaSport_Estilo/FondoHome.jpg);
    text-align: center;
    font-family: "Century Gothic" , CenturyGothic, "AppleGothic" , sans-serif;
}

a {
    text-decoration: none;
}

/*
----------------
DISTRIBUCION 
----------------
*/
#pagina
{
    text-align: left;
    margin: auto;
    width: 789px;
    background-color: #5C5C5C;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.section
{
    padding-top: 8px;
    background-color: #D9D9D9;
    overflow: hidden;
}

.section .aside
{
    width: 140px;
    float: left;
}
.section .article
{
   width: 649px;
   float: left;
}
.panel-scroll
{  height: 440px;
   overflow: auto;
   padding: 2px;
   position: relative;
   width: 645px;  
   margin-bottom: 5px;  
}


/*
----------------
MENU
----------------
*/
#menu
{
    overflow: hidden;
    height: 40px;
    background-image: url(JuegaSport_Estilo/grislg.png);
    background-repeat: repeat-x;
    border-bottom: 1px solid #ccc;
    background-color: #AeAEAe;
}

#menu ul li
{
    display: inline-block;
}


#menu ul#enlaces
{
    float: left;  
    padding-top: 10px;
margin-top: auto;
}

#menu ul#enlaces a
{
    color: #555;
    font-size: 78%;
    font-weight: bold;
    margin-left: 20px;
    text-transform: uppercase;
}
#menu ul#enlaces a:hover
{
    color: #000;
}

#menu ul#iconos
{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}


ul#secundario li a
{
    display: block;
    height: 30px;
    color: #555;
    font-size: 78%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 12px;
    text-decoration: none;
}
ul#secundario li a:hover 
{
    color: black;
}

ul#secundario li a#a-eventos
{
    background-image: url(JuegaSport_Estilo/BarraMenuIzquierdo.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}


ul#acciones
{
    height: 38px;
    background-image: url(JuegaSport_Estilo/grislg.png);
    background-repeat: repeat-x;
    text-align: right;
    padding-right: 10px;
    border-top:2px solid #ccc;
}

ul#acciones li
{
    display: inline-block;
}

.seccion-titulo-span {
  float: left;
  font-size: 75%;
  margin-top:15px;
  margin-left:20px;  
  font-weight: bold;
  color: #555;
}

/*
----------------
ICONOS
----------------
*/
.icon
{
    display: block;
    width: 38px;
    height: 37px;
    text-indent: -9999999px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.icon:hover 
{
    background-position: 0 -36px;
}
.icon-contacto
{
    background-image: url(JuegaSport_Estilo/iconocontacto.png);
}
.icon-facebook
{
    background-image: url(JuegaSport_Estilo/iconofacebook.png);
}
.icon-twitter
{
    background-image: url(JuegaSport_Estilo/iconotwitter.png);
}
.icon-imprimir
{
    background-image: url(JuegaSport_Estilo/iconoimprimir.png);
}
.icon-calendario
{
    background-image: url(JuegaSport_Estilo/iconocalendario.png);
}
.icon-derecha
{
    padding-right: 39px;
    background-position: right top;
}
.icon-derecha:hover {
    background-position: right -36px;
}

.icon-cerrado{
  background-image: url(JuegaSport_Estilo/BotonesCandado.png);
}

.icon-regresar{
  background-image: url(JuegaSport_Estilo/BotonesRegresar.png);

}

.sinbordes {
  border: none;
  background: none;
  background-color: transparent;
}

.boton
{
    display: block;
    height: 24px;
    color: #555;
    font-size: 78%;
    font-weight: bold;
    text-transform: uppercase;
    background-repeat: no-repeat;
    padding-top: 12px;
    cursor: pointer;
}
.boton:hover 
{
    color:Black;   
}


/*
----------------
TABLAS
----------------
*/
.tablaEventos
{
  font-size: 70%;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.tablaEventos TR {
  height: 20px;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.tablaEventos TD, .tablaEventos TH {
  padding:0;
  margin:0;
  background-repeat: repeat-x;
}
.tablaEventos TH {
  background-color: #0000AA;
  background-image: url("JuegaSport_Estilo/AzulSm1.png");
  color: white;
  padding: 0px 4px;
}
.tablaEventos TH.colrojo {
  background-color:  #D71920;
  background-image: url(JuegaSport_Estilo/RojoSm1.png);  
  padding-left: 20px;
  text-align: left;
}
.tablaEventos tr.linea td.evento-uno
{
  background-color: #ffffff;
  padding-bottom: 3px;
  padding-top: 3px;
}
.tablaEventos tr.linea td.evento-dos
{ background-color: #d9d9d9;
}

.tablaEventos .informacion SMALL {
  display: block;
  color: navy;
  font-size: 0.9em;
}

.tablaEventos td#num{
  font-weight: bold;
  padding: 2px;
  text-align: center;
}

.centrado { 
  text-align: center
}


/*
------------- 
SECCION DEPORTES
------------------
*/


#contenedor{
  width: 108px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #BFBFBF;
  padding: 4px;
}

.flecha{
  cursor: pointer;
  display: block;
  height: 17px;   
  width: 118px;
  background-color: #ccc;
}

#scroll-previo{
  background-image: url(JuegaSport_Estilo/ScrollArriba.png);  	
}

#scroll-next{
  background-image: url(JuegaSport_Estilo/ScrollAbajo.png);  	
}

#contenedor-opciones{
  overflow: hidden;
}

ul#deportes{ 
  margin:0;
  padding:0;
}

ul#deportes li {
  background-repeat: no-repeat;
  height: 34px;
  width: 107px;
  padding-bottom: 4px;
}

.iconodeporte 
{
  display: block;
  height: 37px;
  width: 107px;
  font-size: 78%;
  text-indent: -99999px;
}

/* BEISBOL */
.iconodeporte01
{  background-image: url(JuegaSport_Estilo/BotonesBeisbol_icon.png);
   background-position: -4px -9px;
}
.iconodeporte01.iconoseleccionado { 
  background-position: -4px -58px;
}

/* FUTBOL*/
.iconodeporte02
{  background-image: url(JuegaSport_Estilo/BotonesFutbot_icon.png);
   background-position: -4px -9px;
}
.iconodeporte02.iconoseleccionado { 
  background-position: -4px -58px;
}

/* FUTBOL AMERICANO*/
.iconodeporte03
{  background-image: url(JuegaSport_Estilo/BotonesFutbolAmericano.png);
   background-position: -4px -9px;
}
.iconodeporte03.iconoseleccionado { 
  background-position: -4px -58px;
}

/* BASQUETBOL*/
.iconodeporte04
{ background-image: url(JuegaSport_Estilo/BotonesBasket_icon.png);
  background-position: -4px -9px;
}
.iconodeporte04.iconoseleccionado {
  background-position: -4px -58px;
}

/* BOXEO*/
.iconodeporte05
{ background-image: url(JuegaSport_Estilo/BotonesBoxeo.png);
  background-position: -4px -9px;
}
.iconodeporte05.iconoseleccionado {
  background-position: -4px -58px;
}

/* TENIS */
.iconodeporte06
{ background-image: url(JuegaSport_Estilo/BotonesTennis.png);
  background-position: -4px -9px;
}
.iconodeporte06.iconoseleccionado {
  background-position: -4px -58px;
}

/* DEPORTES DE MOTOR*/
.iconodeporte07
{ background-image: url(JuegaSport_Estilo/BotonesMotores.png);
  background-position: -4px -9px;
}
.iconodeporte07.iconoseleccionado {
  background-position: -4px -58px;
}

/* HOCKEY*/
.iconodeporte08
{
  background-image: url(JuegaSport_Estilo/BotonesHockey.png);
  background-position: -4px -9px;
}

.iconodeporte08.iconoseleccionado {
  background-position: -4px -58px;
}


/*
----------------------
  plugin jCarousel
----------------------
*/

#pagina-JuegaSport_Deportes {      
    /*height: 298px;*/
    margin: 0 auto;    
    width: 113px;   
}



/*
-----------------------
Twitter
----------------------
*/

#content-twitter{
  background-image: url(JuegaSport_Estilo/BotonNoticiasAlMomento.png);
  width: 125px;
  height: 54px; 
  margin: 15px auto auto;
}

#pagina-JuegaSport_Noticias {
    margin-bottom: 5px;

}

div.panel{
  background-image: url("JuegaSport_Estilo/ToolTips.png");
  background-repeat: no-repeat;
  font-size: 75%;
  left: 373px;
  position: absolute;
  top: 649px;
  width: 310px;
  z-index: 100;
}

div.panel-titulo 
{
  text-align: center;
  font-weight: bold;
  color: white;
  border-bottom:2px solid white;
  text-transform: uppercase; 
  padding-top: 2px;
  padding-bottom: 2px;
}

div#texto {
  height: 177px;
  margin-left: 45px;
  padding-top: 15px;
}

div#texto ul.tweets 
{ height: 145px;
  overflow: auto;
  width: 255px;
}
div#texto ul.tweets li.tweet 
{
  font-size: 90%;  
  padding: 4px;
  margin-bottom: 1px;  
}

div#texto ul.tweets li.tweet small
{
  margin-top: 3px;
  display: block;
}

div#texto ul.tweets li.tweet:nth-child(odd) { background-color: #ffffff;}
div#texto ul.tweets li.tweet:nth-child(even) { background-color: #dff1f8;}

/*
------------------------------
ESTILO CALENDARIO - DATEPICKER
------------------------------
*/

#divisionCalendario{
  float: left;
  padding-left: 10px;
}

#divisionCalendario span{
  font-size: 0.8em;
  font-weight: bold;
}


.ui-helper-clearfix:after
{
    content: ".";
    display: block;
    height: 0pt;
    clear: both;
    visibility: hidden;
}
.ui-corner-all
{
    border-radius: 4px 4px 4px 4px;
}
.ui-widget-content
{
    background-color: white;
    border: 1px solid #000;
    color: #333333;
}
.ui-widget
{
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 0.7em;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
{
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
    border-top-left-radius: 4px;
}
.ui-datepicker
{
    padding: 0.2em 0.2em 0pt;
}
.ui-datepicker .ui-datepicker-header
{
    position: relative;
    padding: 0.2em 0pt;
}

.ui-widget-header
{
    background-color: #D81A20;
    border: 1px solid #000;
    color: White;
    font-weight: bold;
}
.ui-datepicker table
{
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0pt 0pt 0.4em;
}
.ui-datepicker .ui-datepicker-prev
{
    left: 2px;
}

.ui-datepicker .ui-datepicker-next
{
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-widget-header a
{
    color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title
{
    margin: 0pt 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker th
{    padding: 0.5em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0pt none;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled
{
    opacity: 0.35;
    background-image: none;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled
{
    opacity: 0.35;
    background-image: none;
}
.ui-datepicker td
{
    border: 0pt none;
    padding: 1px;
}
.ui-state-disabled
{
    cursor: default !important;
}

.ui-state-default, .ui-widget-content .ui-state-default
{
    border: 1px solid #595959;
    font-weight: bold;
    color: #990b00;
    outline: medium none;

}
.ui-datepicker td span, .ui-datepicker td a
{
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight
{   background-color: #E1E1E1;
    border: 1px solid #7D7D7D;
    color: #363636;
}
.ui-icon
{
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-prev span
{
    background-image: url("JuegaSport_Estilo/back.png");
}


.ui-datepicker .ui-datepicker-next span
{
    background-image: url("JuegaSport_Estilo/next.png");
}
#ui-datepicker-div {
  display:none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #FFAF0F;
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    outline: medium none;
}


/*
----------------------
formulario de contacto
----------------------
*/

#pagina-contacto-formulario{
    margin: 0 auto;
    width: 472px;
}

#tituloContacto{
  background-image: url("JuegaSport_Estilo/BarraAzul.png");
  height: 23px;
  padding-top: 4px;
  text-align: center;

}

#tituloContacto h2 {
  color: white;
}

.divisionform {
    padding-bottom: 3px;
}

#FormularioContacto label {
  color: #13235F;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-right: 1em;
  text-align: right;
  width: 12em;
}

#FormularioContacto{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #041C5A;
  border-radius: 0 0 7px 7px;
   padding-top: 15px;
}

#FormularioContacto form input#enviar {
    background: url("JuegaSport_Estilo/BotonEnviar.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-weight: bold;
    height: 36px;
    padding-bottom: 11px;
    width: 60px;
}


#FormularioContacto form input, #FormularioContacto form textarea {
   border-color: #161a61;
   border-style: solid;
   border-width: 1px 1px 1px;    
}

#DivBotonEnviar {
  text-align: center;
  padding-top: 10px;
}

#FormularioContacto span.sis-error{
 color: red;
 display: block;
 font-size: 0.8em;
 margin-left: 160px;
}

.js-dialogo {
  width: 200px;
  margin: auto;
  text-align: left;
  position: absolute;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
}


.seccion-titulo-span b {
  text-weight: bold;
  color: #c00;
}

.fecharojo {
 color: #c00;
}


#mensajeNoDisponible{
   background: url("JuegaSport_Estilo/NoDisponible.png") repeat scroll 0 0 transparent;
   height: 99px;
   margin: 40px auto 0;
   width: 500px;

}


/*
----------------------
ACCORDION - DONDE JUGAR
----------------------
*/


#accordion H3
{ margin: 3px 0 0 0;
  padding: 0;
  border: solid 1px #35659f;
  border-bottom: none;
  cursor: pointer;
  position: relative;
  background-color: white;
  height: 17px;
  padding-top: 4px;
  font-size: 0.7em;
}

#accordion H3 A
{ color: #0A3380;
  text-decoration: none; 
  padding-left: 10px;
}


div#contenido{ 
  background-color: white;
  padding: 5px; 
}

div#resulbusq{ 
  background-color: white;  
}

TABLE#tablaresult
{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 2px;
  font-size: 0.7em;
  text-indent: 0;
}

TABLE#tablaresult THEAD TH
{  text-align: center;
    background: #0A3380;
    color: white;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}

TABLE#tablaresult TBODY TH, TBODY TD
{ vertical-align: top;  
  padding: 4px;  
}

TABLE#tablaresult tr.linea td.evento-uno
{
  background-color: #ffffff;
  padding-bottom: 3px;
  padding-top: 3px;
}

TABLE#tablaresult tr.linea td.evento-dos
{   background-color: #d9d9d9;
}

.bordeTd{
  border-top: 1px solid black;
}

.borderTh{
  border: 1px solid white;
}

TABLE#tablaresult td#num {
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

p#botonbusq{
  width:100px

}

div#seccion-busqueda p{
  color: #555555;
  font-size: 78%;
  font-weight: bold;
  padding-left: 145px;  
  text-transform: uppercase;
  width: 500px; 
}

div#seccion-busqueda p input#buscar{
  background: url("JuegaSport_Estilo/buscar.png") no-repeat scroll 0 0 transparent;
  border: medium none;  
  height: 38px;
  width: 38px;
}

/*
----------------------
CALCULADORA - PARLAY
----------------------
*/ 

#a-calculadora{
  background-image: url(JuegaSport_Estilo/Calculadora.png);
  display: block;
  height: 50px;
  width: 125px;
  margin: 0 auto auto;
} 

#content-calculadora{
  margin-bottom: 11px; 
}

#encabezadocalc{
  background-image: url("JuegaSport_Estilo/encabCalc.png");
  height: 73px;
  margin: 18px 14px 5px;
  width: 278px;
}

.panelIntrucciones{
  float: left;
  width: 300px;
  margin: 5px;
  padding: 5px;
}

.panelIntrucciones h2{
  font-weight: bold;
  margin: 5px 0 15px;
}

.panelgris{
  background-image: url("JuegaSport_Estilo/foncalc.png");
  float: left;
  height: 540px;
  overflow: hidden;
  padding: 5px;
  width: 300px;
}

.panelgris input[type="text"]{
  background-color: #A3A3A3;
  border-bottom: 1px solid #010101;
  border-right: 1px solid #010101;
  -webkit-border-radius: 5px;    
  border-radius: 5px;
  margin: 2px;
  padding: 1px;
}

.panelgris .division label{
  color: #13235F;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-left: 1em;
  margin-top: 6px;
  width: 13em;
}

.panelgris .division {
  height: 26px;
  margin-top: 0.2em;
}


.panelgris input#calcular{
  background-image: url("JuegaSport_Estilo/botoncalcular2.png");
  border: medium none;
  height: 27px;
  width: 100px;
}

.panelgris input#limpiar {
    background-image: url("JuegaSport_Estilo/botonlimpiar2.png");
    border: medium none;
    height: 27px;
    margin-left: 45px;
    width: 100px;
}

#label-apuesta, #label-logros{
  background-image: url("JuegaSport_Estilo/fondoazul.png");
  background-repeat: no-repeat;
  color: white;
  float: left;
  font-weight: bold;
  height: 22px;
  margin-bottom: 10px;
  margin-left: 14px;
  text-align: center;
  width: 136px;
}

#montoapostado{
  clear: both;
}

ul#lista li{
  color: #4E4E4E;
  font-size: 14px;
  font-weight: bold;
  list-style: square inside none;
  margin: 0 0 10px 15px;
  text-align: justify;
}

#botones {
    margin: 8px auto 0;
    width: 257px;
}

.logro {
  text-align: right;
}

.monto {
  text-align: right;
}

.panelIntrucciones h1{
  font-weight: bold;
  margin: 10px 0 5px;
}