@CHARSET "ISO-8859-1";
div#tree{
	background-color: red;
}
ul.dynatree-container a:focus, span.dynatree-focused a:link{
	background-color: transparent !important;
}
ul.dynatree-container{
	font-size: 11px;
	border: none;
	margin-left:0;
}
ul.dynatree-container li{
	line-height:160%;
}
span.dynatree-folder a{
	font-weight: normal;
	padding-bottom: 1px;
}
span.dynatree-active a{	background-color: transparent !important;color: #336699 !important;}
span.carpeta-padre a{font-weight:bold;color: #336699;}
span.areaorg a, span.abstracta a{color: #336699;}
span.operacion a{font-size: 11px;color: #666;}

span.carpeta-padre span.dynatree-icon{
	background: url("images/sprite-16.png") no-repeat scroll 0 0 transparent;
	background-position: -176px -16px;
}
span.areaorg span.dynatree-icon{
	background: url("images/sprite-16.png") no-repeat scroll 0 0 transparent;
    background-position: -176px 0;
}
span.operacion span.dynatree-icon{
	background: url("images/sprite-16.png") no-repeat scroll 0 0 transparent;
    background-position: -304px -16px;
}
span.abstracta span.dynatree-icon{
	background: url("images/sprite-16.png") no-repeat scroll 0 0 transparent;
    background-position: -304px 0;
}
span.excepcion span.dynatree-icon{
	background: url("images/sprite-16.png") no-repeat scroll 0 0 transparent;
    background-position: -288px -16px;;
}

/*** Node titles ***/

/*span.dynatree-has-children a {font-style: oblique;}*/

span.dynatree-selected a
{
	color: green;
	font-style: italic;
}

span.dynatree-active a,
span.dynatree-active a:hover {
	background-color: #BFDFFF !important;
}
#tree_sistema #tree ul.dynatree-container {
	max-height: 400px;
}