﻿.ContenedorTabla{
    display:table;
    width:100%;
    border-collapse: collapse;
}

 .RenglonTabla{  
     display:table-row;
     text-align: center;
 }

 .columnaTabla{ 
	display:table-cell;
 	/*border: 1px solid #CCC;*/
 }

 
 .columnaComboEstado {
    display:table-cell;
    width: 20%;
}
 
.columnaComboSucursal {
    display:table-cell;
    width: 20%;
}
 


.columnaFecha {
    display:table-cell;/*display:table-cell;*/
    width: 15%;
}

/*
.columnaSerie {
    display:table-cell;
    width: 9%;
}
*/

.columnaNumTicket {
    display:table-cell;/*display:table-cell;*/
    width: 34%;
}

.columnaTotalTicket {
    display:table-cell;/*display:table-cell;*/
    width: 30%;
}

.columnaBotonBuscar {
    display:table-cell;/*display:table-cell;*/
    width: 6%;
}

.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;
}

