<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#container_barra
{
	text-align:left; 
	width:100%; 
	background-color:#999999;
	height:25px;
	border-bottom:solid 2px #59554E; 
	padding-top:5px;
}

#topo
{
	float:left; 
	width:200px; 
	position:absolute;
}

#compartilhamento
{
	float:left; 
	width:300px; 
	position:absolute; 
	left:50%; 
	margin-left:-150px; 
	margin-top:3px;
	z-index:99; 
	color:#FFF; 
	font-size:14px;
}
</pre></body></html>