/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.fondo {
margin-top:0px;
	margin-left:0px;
	background-color: #FFFFFF;
	background-image:url(img/fondo.gif);
	background-repeat: no-repeat;
	}
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.texto {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.texto2 {  
font-size: 10px; 
color: #CC6633; 
font-family: Verdana;
font-weight: bold;
}
.tabla {  
font-size: 10px; 
color: #CC6633; 
padding-left: 10px;
padding-rigth:10px;
padding-top: 10px;
padding-bottom: 10px;
font-family: Verdana;
font-weight: bold;
border-bottom:1px dashed #CC6633;
border-top:1px dashed #CC6633;
border-right:1px dashed #CC6633;
border-left:1px dashed #CC6633;
noshade:noshade; 
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #FFFFFF;
	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: #FFFFFF;
	text-decoration: underline;
}
.dtree a.nodeSel {
	color: #000000;
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}