/* gestor de capas */
#floatLeyenda {
	width: 200px;
	border: 1px solid gray;
	background: white;
	text-align: Left;
	overflow: scroll;
	max-height: 250px;
	height: expression( this.scrollHeight > 249 ? "250px" : "auto" );
/*	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;*/
}

#floatLeyenda ul{
	list-style: none;
	margin: 0px;
	padding: 2px;
	list-style: none;
}

#floatLeyenda ul li{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
}

#floatLeyenda ul li ul li{
	font-family: Arial;
	font-size: small;
	font-weight: normal;
}