<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mapa{
	width:800px;
	height:600px;
	background:#2A8CB4;
}
#stage .abas{
	left:auto;
	right:0;
	width:215px;
	-webkit-transition:right .5s ease-in-out;
	transition:right .5s ease-in-out;
}
#stage .abas[data-status=on]{
	right:0;
}
#stage .abas[data-status=off]{
	right:-215px;
}
#stage .abas h3{
	width:195px;
	height:30px;
	line-height:30px;
	padding:5px 10px;
	background:#4d4d4d;
	font-family:'font1B';
	font-size:16px;
	border-bottom:2px solid #333;
	color:#fff;
	display:block;
	-webkit-transition:color .5s ease-in-out;
	transition:color .5s ease-in-out;
	cursor:pointer;
}
#stage .abas h3.linha2{
	line-height:16px;
}
#stage .abas h3[data-status=on]{ color:#FFC71F; }

#stage .abas .menu{ background:#8c8b8b; }
#stage .abas .submenu{ background:#aaa9a9; }
#stage .abas .submenu2{ background:#d1cdcd; }

#stage .abas .menu blockquote{
	width:195px;
	height:40px;
	padding-left:20px;
	display:block;
	border-bottom:2px solid #333;
}
#stage .abas .menu blockquote a{	
	color:#333333;
	width:195px;
	height:32px;
	padding:5px;
	display:block;
	text-decoration:none;
	font-size:14px;
}
#stage .abas .menu blockquote[data-status=on] a{ color:#FFF; }

#stage .abas .menu.type2{
	display:inline-block;
	margin-bottom: -4px;
}
#stage .abas .menu.type2 blockquote{	
	width:86px;
	float:left;
}
#stage .abas .menu.type2 blockquote:nth-child(even){ border-left:2px solid #333; }
#stage .abas .menu.type2 blockquote a{ width:68px; }

#stage .abas .abrirFechar{
	position:absolute; 
	top:0px; 
	width:42px;
	height:42px;
	background:url(img/sprite.png) no-repeat;
	display:block;
	text-indent:-5000px;
	left:-42px;
}
#stage .abas[data-status=on] .abrirFechar{ background-position:-450px -277px; }
#stage .abas[data-status=off] .abrirFechar{ background-position:-505px -277px; }</pre></body></html>