* {
	margin:0;
	padding: 0;
	font-family: arial;
}

header {
	width: 100%;
	height: 50px;
	background-color: #eaeaea;
}

h1 {
	font-size: 17px;
	line-height: 50px;
	margin-left: 20px;
}

h2 {
	font-size: 14px;
	float: left;
}

.pesquisar {
	border-bottom: 1px solid #EAEAEA;
}

form {
	margin: 15px 0 15px 25px;
}

label {
	font-weight: 600;
	font-size: 15px;
}
  
 input, button {
 	padding: 3px;
 }
  
 input {
 	width: 30%;
 }

button {
	width: 10%;
}

.header_content {
	margin: 30px 0 0 30px;

}

.title_content {
	font-size: 20px;
	font-weight: 600;
	color: #000080;
}

hr {
	margin: 10px 30px 10px 0px;
	color: #A0A0C0;
}

.topic {
	margin: 20px 60px 20px 60px;
}

.title_topic {
	font-size: 20px;
	font-weight: 600;
}

.content_topic {
	font-size: 17px;
	padding:0 40px 0 53px;
}

span {
	color: #FFFFFF;
}