/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	width:140px;
	width:169px;/*tiene border-right 1px*/	/*-----------------width--*/
	overflow:hidden; /*jss*/
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.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: underline;
}
.dtree a.nodeSel {background-color: 
	/*background-color: #c0d2ec;*/
	/*text-decoration: underline;*/
}
.dtree .clip {
	overflow: hidden;
}

/*yo....*/
/*
.dtree a {
	background-color: #01f;
}

.dTreeNode {background-color: #f1f;
}
.dtree a.nodeSel {background-color: #c0d2ec;
}
#d42000000 {background-color: #ff1;}
#d42010000 {background-color: #ff1;}
#sd1 {background-color: #ff1;}
#mitree .dTreeNode {background-color: #FFB78A;}
#carrera {background-color: #FFB78A;width:160px;}
*/
#carrera1 {background-color: #FFB78A;}
#carrera2 {background-color: #fea;}
.carreras {background-color: #eee;border-right:1px solid #C4C4C4;}


