#PaginaGlobal{
    width: 1044px;
    height: 788px;
    margin-left: auto;
    margin-right: auto;

}

#PaginaTotal{
    width: auto;
    width: 1366px;
    height: 1080px;

}

#Cabecera2{
    width: 1024px;
    height: 13px;
    margin-left: auto;
    margin-right: auto;

}

#Cabecera3{
    width: 1024px;
    height: 137px;
    margin-left: auto;
    margin-right: auto;

}
#Cabecera4{
    width: 1024px;
    height: 11px;
    margin-left: auto;
    margin-right: auto;

}

#BotonRegistrarse{
    display: block;
    width: 158px;
    height: 36px;
    margin-right: 20px;
    text-align: center;
    font-size: 24px;
    font-family:Avenir;
    color: white;
    line-height: 36px;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;

}
#BotonRegistrarse:active{

}

@font-face{
		font-family:"Avenir";
		font-style:normal;
        src: url('../fonts/12 Avenir 45 Book 03173.eot');
        src: 
        url('../fonts/12 Avenir 45 Book 03173.eot?#iefix') format('embedded-opentype'), 
		url("../fonts/12 Avenir 45 Book 03173.ttf")format("truetype"),
        url("../fonts/12 Avenir 45 Book 03173.woff")format("woff"),
}
@font-face{
		font-family:"EHSMB";
		font-style:normal;
        src: url("../fonts/EHSMB.eot");
		src: 
		url("../fonts/EHSMB.ttf")format("truetype"),
        url("../fonts/EHSMB.svg")format('svg'),
        url("../fonts/EHSMB.woff")format("woff");
}

#Cabecera1{
    width: 1024px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;

}

.tdCabecera{
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    cursor: pointer;
}


    
#Centro{
    width: 1024px;
    height: 235px;
    margin-left: auto;
    margin-right: auto;
}

#Centro2{
    width: 1024px;
    height: 235px;
    margin-left: auto;
    margin-right: auto;

}

#Cabecera0{
    width: 1024px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;

}
#Centro2{
    width: 1024px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;

}
#Centro3{
    width: 1024px;
    height: 74px;
    margin-left: auto;
    margin-right: auto;

}
#Centro4{
    width: 1024px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;

}
#Pie1{
    width: 1024px;
    height: 39px;
    margin-left: auto;
    margin-right: auto;

    font-family: Avenir;
}
.BuscadorTickets{
    color: #2c2c2c;
    text-decoration: none;
}

#Cabecera5 {
    width: 1024px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;

}

.DivUsuarios {
    width: 230px;
    height: 190px;
    /*margin-left: auto;*/
    margin-right: auto;
    margin-top: -100px;
    background: #e9e9e9;
    font-family: Avenir;
}

#DivBlanco {
    width: 1024px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;

}

.MainArticulo {
    font-family: 'Poppins', sans-serif;
}

.Link {
    text-decoration: none;
    cursor: pointer;
    
}

.DivTitulo {
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    text-align: center;
}

.InputData{
    font-size: 0.99em;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.TicketAnulado {
    background: gray;
}

.TicketGanador {
    background: #80FF80;
}

.infoTabla {
	font-weight:normal; 
	font-size: 16px; 
	
	color:#000000;
	text-align:center;
	background:#E2E2E2;
	background-position:center;
}

.resaltadosTabla{
	font-weight: bold; 
	font-size: 16px; 
	
	color:#000000;
	background:#FFE6D9;
	background-position:center;
}

.errorTabla{
	font-weight: bold; 
	font-size: 14px; 
	
	color:#000000;
	background:#FFC1C1;
	background-position:center;
}

.adverTabla{
	font-weight: bold; 
	font-size: 18px; 
	
	color:#000000;
	background:#FFFF00;
	background-position:center;
}

.CabeceraTabla {
	font-weight: bold; 
	font-size: 18px; 
	color:#000000;
	text-align:center;
	background:#CCCCCC;
	background-position:center;
}

.CabeceraTabla2 {
	font-weight: bold; 
	font-size: 13px; 
	color:#000000;
	text-align:right;
	background:#DADADA;
	background-position:center;
}
.Totales2 {
	font-size: 12px; 
	color: #0000FF;
	font-weight: bold;
	background:#E8E8E8;
}



