﻿/*Formateo de TreeView General*/
.estilosTreeView 
{
font-family:Verdana; 
font-size: 11px;
margin-top:5px;
width:295px;
text-decoration:none;
}

.estilosTreeView a {
	display:block;
	width:100%;
	
}
/*Correcciòn de lineas punteadas*/
.estilosTreeView td div 
{
 height:  20px !important
}

.nodeStyle 
{
    padding:1px 0px 0px 0px;
    color:Black;
    background-color: #ECF2FE;
    border:dotted 1px #000000;
}

.parentNodeStyle 
{
background-color: #FEF3D1;
padding:1px 1px 1px 1px;
 border:dotted 1px #000000;
  font-weight:bold;
}

.selectedNodeStyle 
{
 background-color: #B7D7FE;
 border:dotted 1px #000000;
}

.hoverNodeStyle 
{
 background-color: #F5F5F5;
 border:dotted 1px #000000;
}

.divgroup{
background:url('../../img/fonDivTreeView.gif') top left repeat-y;
overflow:hidden;
}

#divTreeView
{
width:300px;
float:left;
margin-right:10px;

}