body{
	margin: 0;
	padding: 0;
}
#conteudo{
    z-index:2147483647;
}
#header{
	width: 100%;
	height: 150px;
	background: #7B1506;
}
#header .lm{
	display: none;
}
#head img{
	float: left;
	width:100px;
	height: 100px;
	border-radius: 50%;
	margin: 0;
}
#head span{
	display: none;
}
aside{
	display: none;
}
#busca{
	width: 100%;
	margin: 2% 0;
	border:none;
}
#busca h1{
	text-align: center;
	margin: 0;
}
#ponto{
	text-align: left;
}

#ponto audio{
	display:none;
}
