/* CSS Document */
.arbol {
    color:#000000;
	background-color:#FFFFFF;
	/*border-left-color:#909090;
	border-left-style:solid;
	border-left-width:1px;*/
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	margin:0;
	padding:0px;
	text-align:left;
	width:180px;	
}
.arbol li {
	list-style:none;	
}
.arbol ul {
    list-style:none;
}
.hoja {
    margin-left:-30px;
	padding-left:0px;
}
.hoja a {
	background-color:#FFFFFF;;
	color:#000000;
	display:block;
	font-size:11px;
	height:20px;
	text-decoration:none;
	width:100%;
}
.hoja a:hover {
	/*color:#B7E0F0;*/
	color:#0066CC;
	text-decoration:underline;
}
.nodo001 {
    
	/*
	border-top-color:#909090;
	border-top-style:solid;
	border-top-width:1px;
    border-bottom-color:#909090;
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	
	color:#0066CC;
	display:block;
	font-weight:bold;
	height:22px;
	padding-left:5px;
	padding-top:5px;
	text-decoration:underline;
	width:100%;
}

table#toolbar {
	margin: 3px 10px;
}

table#toolbar a.toolbar {
	color : #808080;
	text-decoration : none;
	display: block;
	border: 1px solid #DDD;
	width: 55px;
	padding: 2px 1px 2px 1px;
}
table#toolbar a.toolbar:hover {
	color : #C64934;
	border: 1px solid #c24733;
	background-color: #f1e8e6;
	padding: 3px 0px 1px 2px;
}
table#toolbar a.toolbar:active {
	color : #FF9900;
}

.menudottedline {
	border-bottom: 1px solid #cccccc;
	/*border-top: 1px solid #ffffff;*/
	background-color: #F1F3F5;
}

table.menubar {
	width: 100%;
	
}
.pathway {
	margin-left: 15px;
}

