#barraAdmin {
	position: fixed;
	width: 100%;
	height: 46px;
	background-color: #464646;
	clear: both;
	font-family: verdana, helvetica, "sans serif";
	font-size: 12px;
	z-index:999999;
	opacity:.90;
	-moz-opacity: 90;
	filter: alpha(opacity=90);
}

#barraAdmin #barraLogo img {
	float: left;
	margin: 8px 0 0 16px; 
}

#barraAdmin #barraLogo span {
	float: left;
	margin-left: 10px;
	line-height: 46px;
	color: #fff;
	font-size: 24px;
	font-family: "times new roman", georgia, serif;
}

#barraAdmin #barraBotoes {
	color: #888;
	float: right;
	margin: 0 16px 0 0;
	line-height: 46px;
}

#barraAdmin #barraBotoes a {
	color: #888;
	text-decoration: none;
	margin: 0 0 0 5px;
}

#barraAdmin #barraBotoes a:hover {
	text-decoration: underline;
	color: #fff;
}

#barraAdmin #fecharBarra a {
	width: 18px;
	height: 46px;
	background: url(img/seta-fechar.png) top left no-repeat;
	float: right;
	text-indent: -9999px;
	display: block;
	padding-right: 10px;
}

#barraAdmin #fecharBarra a:hover {
	background-position: bottom left;
}

#barraAdmin #abrirBarra a {
	width: 18px;
	height: 46px;
	background: url(img/seta-abrir.png) top left no-repeat;
	float: right;
	text-indent: -9999px;
	display: block;
	padding-right: 10px;
}

#barraAdmin #abrirBarra a:hover {
	background-position: bottom left;
}

