body {
	background-color: #ffffff;
}

/* ========== topo da página ========== */
#header_bg {
	color: #ffffff;
	display: flex;
	background: #F9FAFB;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#menubar_header {
}

.tituloAplicacao {
	color: #ffffff;
	font-size: 1.4em;
	margin-left: 30px;
}

.logoPrincipal {
	height: 40px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/* ========== título da tela ========== */
fieldset legend {
	font-weight: bold;
	color: #212121;
	font-size: 13px;
}

