﻿.ContenedorTabla{
    display:table;
    width:100%;
    border-collapse: collapse;
}

.ContenedorTabla1{
    display:table;
    width:100%;
    border-collapse: collapse;
    font-size large;
    color: red;
}

 .RenglonTabla{  
     display:table-row;
     text-align: center;
 }

 .columnaTabla{ 
	display:table-cell;
 	/*border: 1px solid #CCC;*/
 }

 .columnaComboFranquicia {
    display:table-cell;
    width: 18%;
}
 
 .columnaComboEstado {
    display:table-cell;
    width: 22%;
}
 
.columnaComboSucursal {
    display:table-cell;
    width: 22%;
}

.columnaFecha {
    display:table-cell;/*display:table-cell;*/
    width: 8%;
}

/*
.columnaSerie {
    display:table-cell;
    width: 9%;
}
*/

.columnaNumTicket {
    display:table-cell;/*display:table-cell;*/
    width: 20%;
}

.columnaTotalTicket {
    display:table-cell;/*display:table-cell;*/
    width: 20%;
}

.columnaBotonBuscar {
    display:table-cell;/*display:table-cell;*/
    width: 10%;
}

.ResultadoValidacion{ 
    position: absolute;
    left: 0;
    right:0;
    width:100%;
 }


label.MyLabelStyle.riLabel
{
    background: #99aaff;
    color: white;
}


.background1 {
    /*background-image: url(images/background1.png);*/
    background-repeat: no-repeat;
    background-position:bottom;
}

.ConvetirEnMayuculas 
{
    text-transform: uppercase!important;
}

.Aestado {
    margin-right: 23%;
}

.Asucursal {
    margin-right: 17%;
}

.Aticket {
    margin-right: -3.9%;
}