@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	position: relative;
	min-height: 100%;
}

body {
	margin-top: 70px;
	margin-bottom: 35px;
	background-color: #e9eaed;
	color: #383F49;
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
	margin: 0 px;
	font-weight: normal;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.5em 1.5em 1.5em 1.5em;
	text-align: center;
	margin-bottom: 0em;
	background-color: #383F49;
	color: #f5f5f5;
	box-shadow: 0px 2px 2px #ccc;
	box-shadow: 2px 0px 8px rgba(0, 0, 0, .45);
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 49px;
	margin-bottom: 1.5em;
	background-color: #383F49;
	color: #f5f5f5;
	box-shadow: 0px 2px 2px #ccc;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .45);
	display: flex;
	display: -webkit-flex; /* Safari. */
	align-items: center;
	z-index: 1000;
}

.header_logo_img {
	height: 36px;
	padding: 4px 7px 4px 7px;
}

.header_option {
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px;
	border-radius: 5px 5px 5px 5px;
	-o-transition: background .5s ease-in, box-shadow .5s ease-in;
	-ms-transition: background .5s ease-in, box-shadow .5s ease-in;
	-moz-transition: background .5s ease-in, box-shadow .5s ease-in;
	-webkit-transition: background .5s ease-in, box-shadow .5s ease-in;
	transition: background .5s ease-in, box-shadow .5s ease-in;
	/*CONFIGURAÇÕES FADE
	-o-transition: color .2s ease-out, background .2s ease-in;
	-ms-transition: color .2s ease-out, background .2s ease-in;
	-moz-transition: color .2s ease-out, background .2s ease-in;
	-webkit-transition: color .2s ease-out, background .2s ease-in;
	transition: color .2s ease-out, background .2s ease-in;*/
}

.header_option:HOVER {
	background-color: #777;
	box-shadow: 0px 2px 2px #ccc;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .45);
}

#conteudo {
	padding: 0em 12px 0em 12px;
	display: flex;
	display: -webkit-flex; /* Safari. */
	justify-content: center;
	align-items: center;
}

h1 {
	font-size: 24px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #383F49;
}

footer a {
	font-weight: bold;
	color: #f5f5f5;
}

a:HOVER {
	text-decoration: underline;
}

.logo_footer {
	height: 20px;
	vertical-align: bottom;
	margin-bottom: -0.122em;
}