
.jstree-default { font-size: .8em;}

.jstree-default .jstree-wholerow-hovered { background: NavajoWhite;}
.jstree-default .jstree-wholerow-clicked { background: White;}

.tree_nodo_rojo {color:Red !important;}
.tree_nodo_azul {color:darkblue !important;}

.tree_nodo_favorito {color:purple !important;}

.tree_nodo_proyectos {color:#0057AF !important;}

#tabCapas input[type=checkbox] {
	-webkit-appearance: none;
    -moz-appearance: none;
    height: 16px;
    width: 16px;
	background-color: #ffffff;
    border-radius: 4px;
    vertical-align: top;  
    border-style: solid;
    border-width: thin;
    border-color: darkgrey;  
}

#tabCapas  input[type=checkbox]:checked {
	background-image: url(../externo/jquery/css/sigc-theme/images/ui-icons_ffffff_256x240.png);
    background-position: -65px -145px;
	background-color: #fe7f00;
}

