body {
	background-image: url(../imagens/fundo.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top;
}
.conteudo {
	position: absolute;
	width: 100%;
	top: 225px;
}
.titulos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#3b3b3b;
	text-decoration:none;
}
.textos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color:#333333;
	text-decoration:none;
}
.menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight: lighter;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
	-ms-transition: color 0.2s linear 0s;
	-o-transition: color 0.2s linear 0s;
	transition: color 0.2s linear 0s;
}
.menu:hover{
	color: #000000;
}
.enviar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../imagens/bt_enviar.png);
	width:64px;
	height:23px;
	border:none;
}
.texto_formulario {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#3b3b3b;
	text-decoration:none;
}
.titulos_laranja {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:36px;
	color:#f18020;
	text-decoration:none;
}
.textos_pequeno {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#333333;
	text-decoration:none;
}
.textos_rodape {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}

