﻿.claseSpanEnlace
{
	font-family: Verdana,"Microsoft Sans Serif",Arial;
	text-decoration: none;
}

.NavegacionTreeView div.AspNet-TreeView ul li
{
    padding: 3px 0 2px 7px;
    white-space:normal;
}

.NavegacionTreeView div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 7px;
    width:152px;
    white-space:normal;
    
}

.NavegacionTreeView div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 5px;
}

.NavegacionTreeView div.AspNet-TreeView li a
{
    text-decoration: none;
	font-family: Verdana,"Microsoft Sans Serif",Arial;
	font-size: 1.1em;
	color: white;
}
.NavegacionTreeView div.AspNet-TreeView li span a
{
    text-decoration: none;
	font-family: Verdana,"Microsoft Sans Serif",Arial;
	font-size: 1.1em;
}

/* Nodos finales(paginas)*/
.NavegacionTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 7px;
    background-image:  url(../images/icons/iconopuntoBlanco.jpg);
    background-position:-5px;
    background-repeat:no-repeat;
}

.NavegacionTreeView div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.NavegacionTreeView div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(collapse.gif) 0 -2px no-repeat;
    width: 17px;
    float:left;
    cursor: pointer;
}

.NavegacionTreeView div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(expand.gif) 0 -2px no-repeat;
    width: 17px;
    float:left;
    cursor: pointer;
}

.AspNet-TreeView-Selected 
{
	font-weight:bold;
}
.AspNet-TreeView-Selected div.AspNet-TreeView ul li
{
	font-weight:bold;
}