body {
	padding-top: 5%;
	padding-bottom: 5%;
	background: url(../img/bg_banner_diario.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}
.servicos {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 25px;
}
.logo {
	padding: 20px 0px;
}
.servicos img {
	margin: 25px;
}
.menu_topo {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	
}
.nav {
	background: #efefef;
}
.menu_topo ul li {
	display: inline-block;
	text-align: center;
}
.menu_topo a {
	font-size: 14pt;
}
#apresentacao {
	padding-top: 100px;
	padding-bottom: 100px;
}
#servicos {
	padding-top: 150px;
	padding-bottom: 100px;
}
#contato {
	padding-top: 150px;
}
a {
	text-decoration: none;
	color: #900A0A;
	font-weight: bold;
}
a:link {
	color: #900A0A;
}
a:hover {
	color: #900A0A;
	text-decoration: none;
}
a:active {
	color: #900A0A;
}