.arbol{
	text-align:left;
}
.tree ul.root{
	font-family:Lato, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Medium", "Lato Semibold", "Lato Thin",'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
	color: #555555;
	margin:0px;
	padding:0px;
}

.tree ul{
	margin-left:
}

.tree li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:20px;
}

.tree li div{
	margin-left: 40px;
}

.tree li.legend{
	font-style:italic;
}

.tree a{
	color: #649812;
}

.tree p{
	margin:0;
	padding:0;
	margin-top:5px;
	font-weight:bold;
}

.tree li ul p{
	font-weight:normal;
}

.tree span.open {
   width:21px;
   height:20px;
   cursor:pointer;
   background:url(../imagen/org-menos.gif) left center no-repeat;
   float:left;
}
.tree span.close {
   width:21px;
   height:20px;
   cursor:pointer;
   background:url(../imagen/org-mas.gif) left center no-repeat;
   float:left;
}

.tree span.pdf {
   width:15px;
   height:15px;
   cursor:pointer;
   background:url(../imagen/ico_pdf.gif) left center no-repeat;
   float:left;
}


/*abrir y cerrar todos*/
.open-all, .close-all{
	text-decoration:none;
	color: #649812;
	font-family: Lato, "Lato Black", "Lato Hairline", "Lato Heavy", "Lato Medium", "Lato Semibold", "Lato Thin",'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 13px;
}

.open-all .max, .close-all .min{
	width:20px;
	height:19px;
	display:inline-block;
	vertical-align:middle;
}

.open-all .max{ background:#FFFFFF url(../imagen/org-mas.gif) no-repeat left -1px; }
.close-all .min{ background:#FFFFFF url(../imagen/org-menos.gif) no-repeat left -1px; }