<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** deep 1 **/
.mapaWeb UL {
    list-style-type: none;
    margin: 0px;
	padding: 0px;
}

li.level_1 {
	background-color: #e3e3e3;
	border-bottom: 1px dotted Gray;
	height: 32px;
	line-height: 32px;
	list-style: none;
	margin: 0px;
	padding-left: 5px;
}

li.level_2 {
	background-color: #f3f3f3;
	border-bottom: 1px dotted Gray;
	height: 25px;
	line-height: 25px;
	list-style: none;
	margin: 0px;
	padding-left: 25px;
}

li.level_3 {
	border-bottom: 1px dotted Gray;
	height: 25px;
	line-height: 25px;
	list-style: none;
	margin: 0px;
	padding-left: 45px;
}

.mapaWeb UL LI:hover {
	background-color: #ddf3ff;
}

.mapaWeb UL LI A {
    color: #333;
    display: block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.mapaWeb UL LI A:hover {
	color: #2375bb;
}</pre></body></html>