#webmap	{
	font-size: .9em;
}

#webmap p {
	margin: .5em 0;
	line-height: 1.8em;
}

#webmap ul {
	list-style: none;
	clear: both;
	margin: 0 !important;
}

#webmap ul.nivel1 {
	background: url('images/tree/top.gif') no-repeat;
	padding-top: 1px;
}

#webmap li {
	margin-left: 2em;
	background: url('images/tree/i-repeater.gif') repeat-y;

	min-height: 0; /* IE7 Clearing */
	height: auto !important; /* IE5+6 Clearing */
	height: 1%;
}

#webmap li:after { /* CSS2 Clearing */
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#webmap li.nivel1  {
	margin: 0;
}

#webmap a {
	vertical-align: middle;
	display: block;
	float: left;
	color: #796C79;
	background: url('images/tree/icono_pagina_M.gif') no-repeat left center;
	padding: .4em 0 .4em 1.8em;
}

#webmap a:hover {
	color: #CE191F;
	text-decoration: underline;
}

#webmap a.link {
	background-image: url('images/tree/icono_pagina_E.gif')
}

#webmap a.nivel1 {
	font-weight: bold;
	font-size: 1.1em;
}

#webmap span.treenode {
	display: block;
	float: left;
	vertical-align: middle;
	width: 25px;
	height: 26px;
	background: #FFF url('images/tree/t.gif') no-repeat left center;
}

#webmap li.last > span.treenode  {
	background-image: url('images/tree/l.gif');
}

#webmap span.treenode span.handler {
	display: block;
	height: 11px;
	width: 11px;
	margin: 6px 0 0 2px;
	cursor: pointer;
	background: url('images/tree/minus.gif') no-repeat;
}

#webmap span.treenode span.handlerclosed {
	background-image: url('images/tree/plus.gif');
}