
.treeview{
	background:url(../img/separador_menu.gif) repeat-y left top;
	/*background-color: white;*/
   
}

.treeview, .treeview ul { 
	/*padding: 0;
	margin: 0;
	list-style: none;*/    
}

.treeview .main{
	font-weight: bold;
	color:#444;        
}
.treeview .hitarea {
	background: url(../img/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	color:#9a9a9a;
	/*padding: 3px 0pt 3px 50px;*/
	/*border-bottom:1px solid red; */
    
}
.treeview a {
	color:#9a9a9a;
	
}
.treeview a.selected {
	background-color: #545454;
	padding:1px 5px;
	color:#fff;
	clear:both;
	width:auto;
}
/*
#treecontrol {

	display: none;
}*/

.treeview .hover {
	color:#ff6a3f; 
	cursor: pointer;
}

.treeview li { background: url(../img/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable,
.treeview li.expandable {
	background-position: 0 -26px; 
}



.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1616px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }


.treeview li.collapsable,
.treeview li.lastCollapsable{
	color:#d80000;
}
.treeview li.collapsable .main,
.treeview li.lastCollapsable .main{
	color:#d8001d;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-image: none; }
/*
.treeview-red li { background-image: url(../img/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../img/treeview-red.gif); } 

.treeview-black li { background-image: url(../img/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../img/treeview-black.gif); }  
*/
.treeview-gray li { background-image: url(../img/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../img/treeview-gray.gif); } 

.filetree li {
	padding: 4px 0 4px 16px;
	/*border-bottom:1px solid red;*/  
  
}
.filetree li ul{
	margin:4px 0 0 0;
    /*background: url(../img/fondo_menu_catalogo.gif) repeat-y left top;  */
    
}
/*
.filetree span.folder, .filetree span.file { padding-left: 16px; display: block; height: 15px; }
.filetree span.folder { background: url(../img/folder.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../img/file.gif) 0 0 no-repeat; }
*/
.patata{
    color:#FFFF00 !important;
    background-image: url(../img/plus.gif); 
}