/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/


.nivel2{width:208px; height:17px; background:url(../img/fdo_niv2.gif) no-repeat; text-align:left; padding:2px ; margin-bottom:5px;}
.nivel2 a{text-decoration:none; color:#5A504E;}
.nivel2 a:hover{text-decoration:none; color:#CC0000;}
.nivel2_c{width:208px; height:17px; background:url(../img/fdo_niv2_c.gif) no-repeat; text-align:left; padding:2px; padding-left:5px; margin-bottom:9px;}
.nivel2_sub{ height:9px;margin-left:0px; margin-bottom:5px;padding-bottom:5px; width:200px;}
.nivel2_sub a{ text-decoration:none;color:#5A504E;}
.nivel2_sub a:hover{ text-decoration:none;color:#CC0000;width:200px; background:url(../img/over_nivel4.gif) left no-repeat;}
.nivel2_sub a:active{ height:9px;margin-left:5px;margin-bottom:5px; padding-bottom:5px;background:url(../img/over_nivel4.gif) left center no-repeat; font-weight:bold;}
.nivel2_sub a.current{ height:9px;margin-left:5px;margin-bottom:5px; padding-bottom:5px;background:url(../img/over_nivel4.gif) left center no-repeat; font-weight:bold;}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap; 
	
	
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	/*display:none;*/

}
.dtree a {
	color: #333;
	text-decoration: none;
	
}




.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: none;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
	color:#996600;
}
.dtree .clip {
	overflow: hidden;
}
