@charset "utf-8";
body {
    background-color: #f3f0cb;
}
.Estilo14 {
    color: #000066;
    font-weight: bold;
    display: block;
}
.Estilo16 {
    font-weight: bold
}
.jusfyRight {
    display: inline-grid;
    justify-self: self-end;
    padding-right: 10px;
}

.jusfyCenter {
    display: inline-grid;
    justify-self: center;
    align-items: center;
    text-align: center;
}

.jusfyLeft {
    display: inline-grid;
    justify-self: self-start;
    padding-left: 10px;
}
#titulo {
    margin-top: 5px;
}

.floatIzquieda {
    float: left;
    margin-left: 50px;
}
p {
    font-weight: bold;
    padding-left: 20px;
}
img {
    display: block;
    padding-left: 5px;
    float: right;
}
.divVta1 {
    display: block;
    float: left;
    height: 12.5em;
    margin: 0px 10px 10px 10px;
    padding: 5px 5px 0px 5px;
}
.divVta2 {
    text-align: center;
    display: block;
    margin: 10px 5px 5px 10px;
    padding: 5px 0px 10px 0px;
    width: 100%;
}
.divVta3 {
    float: left;
    display: none;
    width: 80%;
    text-align: center;
    padding-top: 20px;
}
.tabInfo1 {
    display: block;
    float: left;
    margin: 0px 10px 20px 10px;
    padding: 5px 5px 0px 5px;
    width: 85%;
}
#tableMainMenu tr td #divMainMenu {
    padding-bottom: 0px;
}

.divBotones {
    font-weight: bold;
    width: auto;
    padding-left: 5px;
    float: left;
    margin-left: 10px;
}

.moveTable {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.cuerpo {
    background-color: #ddd;
    margin-top: 30px;
}

.button1 {
    border-radius: 0.6em;
    display: inline-block;
    font-weight: bold;
    background-color: #FF9;
    border: 0.2em solid #000;
    color: #000;
    text-align: center;
    font-size: 1.1em;
    padding: 0.5em;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0.1em;
}
.button1:hover {
    border: 0.3em solid #fff;
    background-color: #f4511e;
    color: #fff;
}

/* 
Configuracion para las Tablas
*/
#divTablaDiv table{
    border: solid 1px #D5D5D5;
    /*width: auto;*/
    border-collapse: collapse;
    font-size: 12px;
    padding-left: 80px;
    font-family: Verdana, Geneva, sans-serif;
}
#divTablaDiv table td{
    font-weight: normal;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
}
#divTablaDiv table th{
    background-color:#CCC;
    border-right:1px solid #D5D5D5;
    font-size:18px;
    line-height:120%;
    font-weight:bold;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}
#tableTickets td  {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

#divTablaLog table th{
    background-color:#F00;
    border-right:1px solid #D5D5D5;
    font-size:18px;
    line-height:120%;
    font-weight:bold;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
}
#logros table th {
    background-color: #F00;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
}

#divTablaLog table td{
    font-weight: bold;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;

}
.odd {
    background-color: #ddd;
    margin-top: 10px;
    padding: 10px 0px 10px 0px;
}
.even {
    background-color: #cef; 
}
.rows {
    padding-left: 15px;
    font-weight: bold;
}
#divTablaDiv {
    display: block;

}
table#Cuerpo {
    position: relative;
    top: 15%;
    margin: auto;
    font-family: Trebuchet MS,Verdana,Arial,sans-serif;
    font-weight: bolder;
    font-style: italic;
    background-color: #ddd;
    height: auto;
}
#divTablaSport table th {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}
#divTablaSport table td {
    font-size: 12px;
    font-style: normal;
}

#divPagar {
    display: none;
}

#divPagDist {
    font-size: 10px;
    font-style: normal;
    display: none;
}

.pager {
    height: 150px;
}
#printTick {
    display: none;
}
#divMessage {
    display: none;
}
#divTablaCli {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}
#divTablaCli th {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bolder;
}

#pager2 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

.btnConsultar {
    width: 100px;
    text-align: center;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
    margin-left: 30px;
    background-color: #FF9;
    border-top-color: #A7833F;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #A7833F;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    cursor: pointer;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.9em;
    margin-bottom: 10px;
    float: left;
}

.btnVender {
    width: 100px;
    text-align: center;
    padding: 3px 0px 3px 0px;
    background-color: #FF9;
    color: #000;
    font-weight: bold;
    font-size: 0.9em;
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #A7833F;
    border-bottom-color: #A7833F;
    border-left-color: #FFF;
    margin: 15px 0px 5px 40px;
}
.btnInteger {
    width: 100px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    background-color: #ebece6;
    color: #000;
    font-weight: bold;
    font-size: 0.9em;
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #A7833F;
    border-bottom-color: #A7833F;
    border-left-color: #FFF;
    margin: 0px 10px 5px 0px;
}
.btnHover{
    font-weight: bold;
}
.btnHover:hover{
    font-family: Trebuchet Ms;
    font-style: italic;
    font-size: 1.2em;
    background-color: crimson;
    cursor: pointer;
    color: #FFF;
}
.disable {
    background-color: #9FC;
    color: #000;
    text-align: center;
    margin-left: 5px;
}
.disable2 {
    color: #000;
    font-weight: bold;
    background-color: #9Fc;
    text-align: left;
}

.hover {
    background-color: #D7002B;
    cursor: pointer;
    color: #FFF;
}
.divInfo   {
    height: 3em;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
}
.divModal {
    display: none;
    position: absolute;
    top: 35%;
    padding: 20px;
    color:#000;
    background-color:#FF9;
    border-radius: 0.8em;
    z-index: 1002;
    overflow: auto;
}
.divOverlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #444;
    z-index:1001;
    opacity:.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    cursor: wait;
}
.centrar {
    margin-left: 30px;
    background-color: #9FC;
    color: #000;
    text-align: center;

}
#jqModal {
    display: none;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #00F;
    color: #FFF;
    border: 1px solid black;
    height: 5em;
    padding: 40px 0px 40px 0px;
}
#jqModal1 {
    display: none;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #00F;
    color: #FFF;
    border: 1px solid black;
    height: 5em;
    padding: 40px 0px 40px 0px;
}
#divVta4 {
    display: block;
    float: left;
    width: 80%;
    text-align: center;
}
#divMsg {
    display: none;
    position: absolute;
    z-index: 2000;
    width: 50%;
    height: 35%;
    margin-top: 15%;
    margin-left: 25%;
    background-color: #9FF;
    visibility: visible;
    padding: 20px 20px 20px 20px;
    border: medium solid #009;
    overflow: auto;
}
#divTablaSport {
    padding-left: 15px;
    padding-bottom: 5px;
}
#divApuesta {

}
#divNulApu {

}

#simplemodal-overlay {
    background-color:#000;
    cursor:wait;
}

/* Container */
#simplemodal-container {
    height:auto;
    width:auto;
    color:#000;
    background-color:#FF9;
    border:2px solid #444;
    padding:12px;
    border-radius: 0.6em;
}
#simplemodal-container .simplemodal-data {
    padding:16px;
    font-weight: bold;
}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-16px;
    cursor:pointer;
    background: url(../x.png) no-repeat;
}
#simplemodal-container h3 {color:#84b8d9;}
#divEquipoA {
    display: none;
    position: absolute;
    margin-top: 120px;
    margin-left: 110px;
    height: 80px;
    width: auto;
}
#divEquipoB {
    display: none;
    position: absolute;
    margin-top: 200px;
    margin-left: 110px;
    height: 80px;
    width: auto;
}
.divAcum {
    width: auto;
    margin: 5px 10px 10px 10px;
    float: left;
    text-align: center;
}
.menu{
    margin-left: 20px;
    list-style:none;
    width:180px;
    font-size:18px;
    background:#A7833F;
    border: 1px solid rgba(0,0,0,0.8);
}

.menu li a{
    display: block;
    border-bottom: 1px solid rgba(0,0,0, 0.2);
    border-top: 1px solid rgba(255,255,255, 0.2);
    background:#FF9;
    text-decoration:none;
    color:#000;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.2);
    filter: dropshadow(color=#000, offx=1, offy=0);
    padding:10px;
    padding-left:20px;
}

.menu li ul li a{
    font-size:14px;
    color:#000;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.5);

}

.menu li a:hover{
    background:#A7833F;
    color: #fff;
    -moz-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
}

.menu ul{
    margin:0;
    padding:0;
    list-style:none;
    height:0;
    overflow: hidden;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
}

.menu li:hover ul{
    height: 120px;
    overflow-y:auto;
    overflow-x:hidden;
}

.menu ul li a{
    background:#fafafa;
}

.menu ul li a:hover {
    background: none repeat scroll 0 0 #f17853;
    color: #fff;
    -moz-transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
}
#imgMenu {
    position: absolute;
    width: 60px;
    height: 60px;
    padding-left: 30px;
    padding-top: 20px;
}

#centerContainer {
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#fullContainer {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
#centerContainer.opened {
    left:300px;
}
#left {
    position:absolute;
    top:0;
    left:-300px;
    height:100%;
    width:300px;
    padding:0px;
    background-color: #fcf0d5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#left.opened {
    left:0;
}
#pieMenu {
    position: relative;
    width: 100%;
    justify-content: center;
    padding-top: 20px;
}

#divWait{
    display: flex;
    display: none;
    padding-left:80px
}
.divContainer {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-rows: 160px auto;
}

.divHeader{
    display: grid;
    font-weight: bold;
    align-items: center;
    justify-items: center;
    margin-top: 3%;
    width: 100%;
    grid-template-columns: 200px auto;
    grid-template-rows: repeat(4,1fr);
}

.divBody{
    display: grid;
    align-content: center;
    justify-content: center;
}

.titleHeader{
    font-size: 300%;
    font-weight: bold;
    align-content: center;
    text-align: center;
}

.titleSubHeader{
    display: inline;
    font-size: large;
    font-weight: bold;
    text-align: center;
}

.divCfgJor{
    padding-right: 20px;
    text-align: center;
    grid-column-start: 1;
    grid-column-end: -1;
    margin: auto;
    width: 100%;
}