﻿/*COLORES ORIGINALES DE DEGRADADO DE COLORES AZULES DE MAS CLARO A MAS INTENSO*/
/*#ECECEC*/
/*#D9D9D9*/
/*#ADC9E6*/
/*#D9D9D9*/
/*#88B1DB*/
/*#7AA8D7*/
/*#5084AA*/

/*Degradado de colores para fondos de elementos*/
.cN1
{
    background-color: #ECECEC;
}

.cN2
{
    background-color: #D9D9D9;
}
.cN3
{
    background-color: #ADC9E6;
}
.cN4
{
    background-color: #D9D9D9;
}
.cN5
{
    background-color: #88B1DB;
}
.cN6
{
    background-color: #7AA8D7;
}
.cN7
{
    background-color: #5084AA;
}

/*Otros fondos de colores*/
.bGC1
{
    background-color: #8C284E;
}

.bGC2
{
    background-color: #8C284E;
}

.bGC3
{
    background-color: #ECECEC;
}

.bGC4
{
    background-color: #ECECEC;
}

.bGC5
{
    background-color: #D9D9D9;
}

.divInformacion
{
  color: #8C284E;
}

.tituloAzulNegrita
{
    color: #8C284E;
}


/*Colores de fondo del árbol*/

.treeview li li.col
{
    background-color: #D9D9D9;
    font-size: 11px;
}

.treeview li li.ex
{
    background-color: #D9D9D9;
    font-size: 11px;
}

.treeview li li.no
{
    background-color: #D9D9D9;
    font-size: 11px;
}


.treeview li li li
{
    border-top: 1px solid #D9D9D9;
}

.treeview li li li.col
{
    background-color: #D1D1D1;
    font-size: 10px;
}

.treeview li li li.ex
{
    background-color: #D1D1D1;
    font-size: 10px;
}

.treeview li li li.no
{
    background-color: #D1D1D1;
    font-size: 10px;
}


.treeview li li li li
{
    border-top: 1px solid #D1D1D1;
    font-size: 10px;
}

.treeview li li li li.col
{
    background-color: #969696;
    font-size: 10px;
}

.treeview li li li li.ex
{
    background-color: #969696;
}

.treeview li li li li.no
{
    background-color: #969696;
}

.treeview li li li li li
{
    border-top: 1px solid #969696;
}
.treeview li li li li li.col
{
    background-color: #7AA8D7;
}
.treeview li li li li li.ex
{
    background-color: #7AA8D7;
}

.treeview li li li li li li
{
    border-top: 1px solid #7AA8D7;
}
.treeview li li li li li li.col
{
    background-color: #5084AA;
}
.treeview li li li li li li.ex
{
    background-color: #5084AA;
}

.treeview li li li li li li li
{
    border-top: 1px solid #5084AA;
}
.treeview li li li li li li li.col
{
    background-color: #5084AA;
}
.treeview li li li li li li li.ex
{
    background-color: #5084AA;
}


/*Colores de Tablas*/

table.dataTable tr.odd { background-color: #ECECEC; }
table.dataTable tr.even { background-color: #ECECEC; }

table.dataTable tr.odd td.sorting_1 { background-color: #D9D9D9;}
table.dataTable tr.odd td.sorting_2 { background-color: #D9D9D9;}
table.dataTable tr.odd td.sorting_3 { background-color: #D9D9D9;}
table.dataTable tr.even td.sorting_1 { background-color: #D9D9D9;}
table.dataTable tr.even td.sorting_2 { background-color: #D9D9D9;}
table.dataTable tr.even td.sorting_3 { background-color: #D9D9D9;}

table.dataTable thead th { background-color: #8C284E;}

/*Metodología*/

.fondo_color
{
    background-color: #F7F7F7;
    color: #FFFFFF;
}
