@charset "utf-8";
/* CSS Document */
#home{
	width:675px;
	height:490px;
	float:left;
	background-image:url(imagens/terra.png);
	background-repeat:no-repeat;
	background-position:center;
}
#quem_somos,#o_que_fazemos,#no_que_acreditamos,#projetos,#contato,#cadastro{
	width:465px;
	height:490px;
	float:left;
	background-image:url(imagens/terra_watermark.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
}
#iTV{
	width:992px;
	height:578px;
	margin-top:99px;
	padding-bottom:100px;
	position:absolute;
	left:50%;
	margin-left:-496px;
	float:left;
}
#parceiros{
	width:675px;
	height:490px;
	text-align:center;
	float:left;
}
#parceiros_object{
	width:250px;
	height:490px;
	float:left;
}
#cadastro span{
	font-size:11px;
	font-weight:bold;
}
#voltar{	
	width:675px;
	height:60px;
}
#btnVoltar{
	width:50px;
	height:60px;
	float:right;
	background-image:url(imagens/btn_home.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:hand;
}
.campos1{
	width:100%;
	border:none;
	background-color:#dcdcdc;
}
.campos2{
	width:100%;
	height:18px;
	border:none;
	background-color:#dcdcdc;
}
.campos3{
	width:50%;
	height:18px;
	border:none;
	background-color:#dcdcdc;
}
.campos4{
	width:20%;
	height:18px;
	border:none;
	background-color:#dcdcdc;
}
.form{
	width:100%;
	height:70px;
	float:left;
}
.formLeft{
	width:50%;
	height:70px;
	float:left;
	text-align:left;
}
.formRight{
	width:50%;
	height:70px;
	float:left;
	text-align:right;
}