﻿.TreeViewPanel
{
    height: 372px;
    width: 321px;
}

.treeview
{
    width: 294px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    font-family: Arial, helvetica, Sans-Serif;
    background: #fff;
    color: #666;
}

.treeview, .treeview ul
{
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
}

.treeview li
{
    margin: 0 1px 0 0;
    padding: 3px 0pt 3px 16px;
    border-top: 1px solid #ECECEC;
}

ul.treeview ul
{
    display: none;
    margin: 0;
    padding: 0;
}

.treeview .col
{
    color: #555555;
    font-weight: bold;
    background: url(imagenes/boton-desplegar.png) no-repeat 0 4px;
    background-color: #ECECEC;
}

.treeview .ex
{
    color: #666666;
    font-weight: normal;
    background: url(imagenes/botonsumadesplegar.png) no-repeat 0 4px;
    background-color: #FFFFFF;
}

.treeview .no
{
    color: #666666;
    font-weight: normal;
    background: url(imagenes/boton-nada.png) no-repeat 0 4px;
    background-color: #FFFFFF;
}



.treeview font
{
    background-color: #AAFF00;
    font-size: 10px;
    font-family: Arial, helvetica, Sans-Serif;
    color: #666;
}




/* --Cambio de color al paso del ratón*/
/*.treeview li li li li:hover a
{
   color: Black;
}*/





/* --Estilos del árbol tiempos*/
.k_l_tiempo
{
    width: 82%;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.lastNode
{
    text-decoration: none;
    color: #555555;
    font-weight: normal;
    padding-right: 4px;
    display: block;
}




.treeview a:hover
{
    color: Black;
    color: #AA000A;
}



.lastNode_select
{
    text-decoration: none;
    color: Red;
}

lastNodeUnico a:link
{
    color: White;
}

/* --Zona del click del raton en las imagenes para desplegar*/
.treeview .k
{
    height: 11px;
    width: 11px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
    padding-left: 0;
}

/* --checks de los nodos*/
.treeview .k_c
{
    float: left;
    margin: 0px 5px 1px 1px;
    padding: 0px; /*width: 10px;     height: 10px;*/
    display: inline-block;
}

/* --texto de los nodos*/
.treeview .k_l
{
    width: 85%;
    display: inline-block;
    text-decoration: none;
    text-align: left;
     cursor: pointer;
}

/* --Estilos para los enlaces*/

.e1
{
    float: right;
    margin: 1px;
    padding: 0px;
    width: 12px;
    height: 12px;
    background: url("imagenes/information.png") no-repeat left top;
}

.e11
{
    float: right;
    margin: 1px;
    padding: 0px;
    width: 12px;
    height: 12px;
    background: url("imagenes/piramide.png") no-repeat left top;
}

.e2
{
    float: right;
    margin: 1px 1px 1px 3px;
    padding: 0px;
    width: 12px;
    height: 12px;
    background: url("imagenes/grafico.png") no-repeat left top;
}

.e21
{
    float: right;
    margin: 1px;
    padding: 0px;
    width: 12px;
    height: 12px;
    background: url("imagenes/verifica12x12.png") no-repeat;
}

/*.e21
{
    position: absolute;
    left: 286px;
    margin: 1px 1px 1px 15px;
    padding: 0px;
    width: 12px;
    height: 12px;
    background: url("imagenes/check.gif") no-repeat;
}

/* -- -- Enlaces el los indicadores del árbol tiempos*/

.e1x
{
    float: right;
    margin: 1px;
    padding: 0px;
    width: 12px;
    height: 12px;
    background: url("imagenes/information.png") no-repeat left top;
}

.e2x
{
    float: right;
    margin: 1px;
    padding: 0px;
    width: 12px;
    height: 12px;
    background: url("imagenes/papelera.png") no-repeat left top;
}
.e3x
{
    float: right;
    margin: 1px;
    padding: 0px;
    width: 12px;
    height: 12px;
    background: url("imagenes/grafico.png") no-repeat left top;
}

.e1q
{
    float: right;
    margin: 1px;
    padding: 0px;
    width: 14px;
    height: 14px;
    background: url("imagenes/ico_mundo.png") no-repeat left top;
}


.e1z
{
    float: right;
    margin: 1px;
    padding: 0px;
    width: 12px;
    height: 12px; /*background: url("imagenes/embudo.png") no-repeat;*/
}

.e2z
{
    float: right;
    margin: 1px;
    padding: 0px;
    width: 12px;
    height: 12px; /*background: url("imagenes/grafico.png") no-repeat;*/
}
