.info_sistema {
	position: absolute;
	top: 4px;
	right: 10px;
	width: 160px;
}
.versao_sistema {
	float: right;
	padding: 8px 0;
	font-size: 85%;
	margin: 0 0 0 10px;
}
.navegadores {
	list-style: none;
	padding: 3px;
	margin: 0;
	height: 24px;
	width: 112px;
	float: left;
	background: #F2F2F2;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        margin-left: -30px;
}
.navegadores li {
	float: left;
	display: block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	margin: 0 2px;
	background: url("../img/padrao/sprite_compatibilidade.png") no-repeat;
	text-indent: -1000px;
	cursor: help;
}
.navegadores li.inativo {
	cursor: auto;
}
.navegadores li.msie {
	background-position: 0 0;
}
.navegadores li.mff {
	background-position: -24px 0;
}
.navegadores li.gc {
	background-position: -48px 0;
}
.navegadores li.asf {
	background-position: -72px 0;
}
.navegadores li.msie.inativo {
	background-position: 0 -48px;
}
.navegadores li.mff.inativo {
	background-position: -24px -48px;
}
.navegadores li.gc.inativo {
	background-position: -48px -48px;
}
.navegadores li.asf.inativo {
	background-position: -72px -48px;
}