@charset "utf-8";
/* CSS Document */
#container_barra
{
	text-align:left; 
	width:100%; 
	background-image:url(../img/fundo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:25px; 
	padding-top:5px;
}

#topo
{
	float:left; 
	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;
}

.controle
{
	margin-left:800px;
}
