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

.dtree {
	text-decoration:none;
	font-weight:normal;
	font-family:Arial;
  font-size:10px;
	color:#4FA600;
	padding:2px;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color:#4FA600;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover {
	color:#4F8A10;
	text-decoration: underline;
}

/* Estilo nuevo para diferenciar los nodos padre*/
.dtree a.nodep {
	color: white;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	background-color: #4F8A10;

}
.dtree a.nodep:hover {
	color: white;
	background-color: #4F8A10;
}



.dtree a.nodeSel {
	background-color: #E5E5E5;
}
.dtree a.nodeSel:hover {
	text-decoration: underline;
}


.dtree .clip {
	overflow: hidden;
}
