.cabecalho{
	position: absolute;
	height: 110px;
	margin-top: 0;
	padding-top: 0;
	left: 18%;
	width: 650px;
}

.cabecalho img{
	cursor: pointer;
}

.fundo{
	position: absolute;
	top: 130px;
	left: 18%;
	width: 650px;
	height: auto;
}

.fundo img{
	width: 100%;
	height: auto;
}

.detalhe{
	position: absolute;
	text-align: center;
	left: 25%;
	width: 500px;
	font-size: 1.2em;
	top: 150px;
	z-index: 1;
}

.rodape{
	text-align: center;
}

.rodape a{
	margin-top: 5%;
	margin-left: 20px;
	margin-right: 20px;
}

.privacy{
	text-align: justify;
}

.msg{
	color: red;
}