.buff{
	border-left: 1px dotted #CCCCCC;
    display: inline;
    height: 35px;
}

.acessoRapido {
	right: 162px;
}

.acessoFavoritos div {
	border-top: 1px solid #707070;
}

.acessoFavoritos div:HOVER {
	border-top: 1px solid #858585;
}

.botaoAcessos {
	background: url("../../../imagens/logoff.png")
		no-repeat top center;
}

.botaoArvore {
	background: url("../../../imagens/tree_diagramm.png")
		no-repeat top center;
}

.cabecalhoGeral {
	margin-left: 60px;
	margin-right: 60px;
}

.cabecalhoLinksUteis {
    right: 60px;
}
.cabecalhoUsuario {
    right: 60px;
}

.conteudoGeral {
	margin-left: 60px;
	margin-right: 60px;
}

.comandos {
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	clear: left;
	min-width: 750px;
	min-height: 45px;
	position: relative;
	height: auto;
	text-align: left;
}
.comandos-aberta{
	border-top: 0px;
	background: #fff;
	display: block;
	padding-top:0px;
	height: auto;
	z-index:998;
	height: auto;
}
.comandos-fechada {
	height: auto;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;	
    background: -moz-linear-gradient(center top , #434A5E, #3C4255 45%, #2A2F3E 46%, #2A2F3E 50%, #313646 51%, #3A4155) repeat scroll 0 0 #3F4757;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #434A5E), color-stop(45%, #3C4255), color-stop(46%, #2A2F3E), color-stop(50%, #2A2F3E), color-stop(51%, #313646), color-stop(100%, #3A4155));
	display: none;
	float: right;
	position: relative;
	width: 60px;
}
.fechar-comandos-span{
	color: #fff;
}
.comandos-fechada-abrir {
    color: #fff;
}
.fechar-comandos {
    color: #fff;
    display: none;
}

.comandosLogin {
	background-color: #fff;
}

.rotulo {
	border-top-color: #fff;
	border-top-style: solid;
	border-top-width: 1px;
}

.rodape {
	margin-left: 60px;
	margin-right: 60px;
}