.treeview, .treeview ul{ padding:0; margin:0; list-style:none; }
.treeview ul{ margin-top:4px; }
.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 0; }
.treeview a.selected{ background-color:#eee; }
#treecontrol{ margin:1em 0; display:none; }
.treeview .categoria{ font-size:13px; font-weight:bold; color:#222; list-style-image:url('../img/flecha-dch.jpg'); margin-left:20px; }
.treeview .categoria span:hover{ cursor:pointer; color:#829215; }
.treeview .subcategoria{ font-size:12px; font-weight:bold; color:#829215; margin-left:10px; list-style:none; }
.treeview .subcategoria a:link, .treeview .subcategoria a:active, .treeview .subcategoria a:visited{ color:#829215; text-decoration:none; cursor:pointer; }
.treeview .subcategoria a:hover{ color:#829215; text-decoration:underline; cursor:pointer; }