#entidad li{
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type:none;	
}
#entidad li ul li{
	margin-bottom:3px;
	background-image: url(/img/menuentidad-abajo.png); 
	padding-left: 12px; 
	background-repeat: no-repeat;
	background-position:top left;
	line-height:13px!important;
}
#entidad li ul li ul li{
	margin-bottom:3px;
	background-image: url(/img/menuentidad.png); 
	padding-left: 12px; 
	background-repeat: no-repeat;
	background-position:top left;
	line-height:13px!important;
}
.enlacenivel2{
	margin-bottom:3px;
	background-image: url(/img/menuentidad.png)!important; 
	padding-left: 12px; 
	background-repeat: no-repeat;
	background-position:top left;
	line-height:13px!important;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin: 2px 0px 5px 0px!important;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	color:#7A2E0A!important;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #7A2E0A; cursor: pointer; }

.treeview .placeholder {
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 0px; display: block; }
#entidad li { padding: 1px 0 1px 5px; display: block; }

