<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">th[titulo="VerTitulo"] {
    content:"";
}

.MostrarCabecera {
    border: 1px solid #000000;
    background-image: url('img/CabeceraGrid.png');
    background-repeat: repeat-x;
    background-color: #336699;
    color: #FFFFFF;
    font-size: 10pt;
    height: 30px;
}

.MostrarCabecera td select{
    display: none;
}

.MostrarCabecera td select:after {
    display:inline;
}

.MostrarCabecera td:after {
    font-weight: bold;
    content: attr(titulo);
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 15px;
}

.MostrarCabecera td[titulo="Seleccionar"]:after {
    content: "";
    display: none;
}

.MostrarCabecera td[titulo="VerTitulo"]:after {
    content: "";
    display: none;
}


.MostrarCabecera a {
    display: none;
}

.MostrarCabecera span {
    display: none;
}

.MostrarCabecera div {
    display: none;
}

.MostrarCabecera input[type="image"] {
    display: none;
}

.MostrarCabecera input[type="checkbox"] {
    display: none;
}

.MostrarCabecera .btnVerTitulo {
    width: 15px;
    height: 15px;
    background-image: url(Img/btnXcerrar.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    background-size: contain;
}

.btnVerTitulo {
    width: 15px;
    height: 15px;
    background-image: url(Img/btnInfo.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    background-size: contain;
}


/*Divs*/
.ucGrid_div_Base
{
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: top;
}

    .ucGrid_div_Base table 
    {
        width: 100%;
    }
/*Tablas*/
.ucGrid_tbl_Loading
{
    width: 100%;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}
.ucGrid_tbl_Principal
{
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    width: 100%;
    border-collapse: collapse;
    font-size: 10pt;
    font-weight: normal;
    font-family: Tahoma;
}
/*Filas [TR]*/
.ucGrid_tr_Cabecera
{
    border: 1px solid #000000;
    background-image: url('img/CabeceraGrid.png');
    background-repeat: repeat-x;
    background-color: #336699;
    color: #FFFFFF;
    font-size: 10pt;
    height: 30px;
    /*font-weight: bold;*/    
}

.ucGrid_tr_Pie
{
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
}
.ucGrid_tr_Impar
{
    background-color: #FFFFFF;
}
.ucGrid_tr_Par
{
    background-color: #F3F3F3;
}
/*Filas [TR]:hover*/
.ucGrid_tr_Impar:hover, .ucGrid_tr_Par:hover
{
    background-color: #FAFAAA;
}
/*Celdas [TD]*/
.ucGrid_td_Alineado_Izquierda
{
    text-align: left;
}
.ucGrid_td_Alineado_Centro
{
    text-align: center;
}
.ucGrid_td_Alineado_Derecha
{
    text-align: right;

}
.ucGrid_td_Alineado_Izquierda, .ucGrid_td_Alineado_Centro, .ucGrid_td_Alineado_Derecha
{
    border: 1px solid #000000;
}
.ucGrid_td_Alineado_Izquierda, .ucGrid_td_Alineado_Centro, .ucGrid_td_Alineado_Derecha
{
    padding-right: 10px;
    padding-left: 10px;
}
/*Botones*/
.lnkCabeceraGrid
{
    color: #FFFFFF;
    text-decoration: none;
}</pre></body></html>