@charset "utf-8";

img {
	border: 0;
}

* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	outline: none;
	font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
}

html {
	width: 100%;
	min-width: 1000px;
	position: relative;
	min-height: 100%;
}

html, body {
	opacity: 1.0;
	-webkit-transition: background 1.5s linear;
	-moz-transition: background 1.5s linear;
	-o-transition: background 1.5s linear;
	-ms-transition: background 1.5s linear;
	transition: background 1.5s linear;
}

body {
	margin-top: 14em;
	margin-bottom: 60px;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #e9eaed;
	color: #383F49;
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
	margin: 0 px;
	font-weight: normal
}

/* Somente para Chrome e Safari */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		margin-bottom: 25px;
	}
}*/

footer {
	width: 100%;
	min-width: 1000px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.5em 0em 1.5em 0em;
	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);
}

footer a {
	color: #f5f5f5;
	font-weight: normal;
}

footer a:HOVER {
	text-decoration: underline;
}

header {
	width: 100%;
	min-width: 1000px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 0px 10px 0px;
	height: 120px;
	background-color: #383F49;
	color: #f5f5f5;
	box-shadow: 0px 2px 2px #ccc;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .45);
	margin-bottom: 1.5em;
	z-index: 1000;
}

#conteudo {
	padding: 0em 0em 0em 0em;
}

#conteudo_externo {
	padding: 0px 20px 10px 20px;
	width: 75%;
	margin: auto;
	overflow: hidden;
}

#logo_top {
	width: 35%;
	margin-top: 25px;
	margin-left: 15px;
}

h1 {
	font-size: 24px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px
}

footer a {
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #383F49;
}

a:HOVER {
	text-decoration: underline;
}

.logo_footer {
	height: 20px;
	vertical-align: bottom;
	margin-bottom: -0.122em;
}