/* control general de las lineas con el nombre resumido, sean padres o hijos*/
UL.jqueryFileTree {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	text-align:left;
}

/* control de las lineas con el nombre resumido, sean padres o hijos*/
UL.jqueryFileTree LI {
	list-style: none;
	font-size: 12px;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

/* control de la linea que NO tiene el foco. tamaño, color del caracter y color del fondo*/
UL.jqueryFileTree A {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

/* control de la linea que SI tiene el foco. tamaño, color del caracter y color del fondo*/
UL.jqueryFileTree A:hover {
	font-size: 12px;
	color: #FFF;
	background: #000;
}

/* Core Styles */
.jqueryFileTree LI.padre	 { background: url(images/signomas.gif)   left top no-repeat; background-color:#DDD }
.jqueryFileTree LI.expandido { background: url(images/signomenos.gif) left top no-repeat; background-color:#BBB }
.jqueryFileTree LI.file 	 { background: url(images/file.png)       left top no-repeat; font-size: 20 }
.jqueryFileTree LI.wait      { background: url(images/spinner.gif)    left top no-repeat; font-size: 20 }









