@charset "utf-8";
/* CSS Document */

html
{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	background-color:#fff;
}

img {
border:0px;}


h1 {
	font-family:Tahoma, Georgia, Arial;
	font-size:12px;
}

#estrutura_geral {
	width:855px;
	height:925px;
	float:left;
}

/* HOME */

	#texto {
		width:855px;
		height:63px;
		background-image:url(../images/planos/texto.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
	#plano01 {
		width:284px;
		height:427px;
		float:left;
	}
	
	#plano02 {
		width:285px;
		height:427px;
		float:left;
	}
	
	#plano03 {
		width:286px;
		height:427px;
		float:left;
	}
	
	#plano04 {
		width:284px;
		height:435px;
		float:left;
	}
	
	#plano05 {
		width:285px;
		height:435px;
		float:left;
	}
	
	#plano06 {
		width:286px;
		height:435px;
		float:left;
	}

/* COMO FUNCIONA */

#texto_comofunciona {
		width:855px;
		height:63px;
		background-image:url(../images/comofunciona/texto.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
	#fundo_texto {
		width:855px;
		height:862px;
		background-image:url(../images/comofunciona/fundo_texto.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
/* SOBRE */

#texto_sobre {
		width:855px;
		height:63px;
		background-image:url(../images/sobre/texto.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
	#fundo_textosobre {
		width:855px;
		height:862px;
		background-image:url(../images/sobre/fundo_texto.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
/* SOBRE */

#texto_oquee {
		width:855px;
		height:63px;
		background-image:url(../images/oquee/texto.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
	#fundo_textooquee {
		width:855px;
		height:862px;
		background-image:url(../images/oquee/fundo_texto.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
/* CONTATO */

#texto_contato {
		width:855px;
		height:63px;
		background-image:url(../images/contato/texto.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
	#fundo_contato {
		width:855px;
		height:862px;
		background-image:url(../images/contato/fundo.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	
	#formulario {
		width:700px;
		height:755px;
		padding-top:100px;
		padding-left:70px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		float:left;
	}