* {
	margin:0 auto;
}

body {
	background:url('../images/bg.jpg') top repeat-x #f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
}

div#tudo {
	width:980px;
}

div.logo {
	width:200px;
	height:90px;
	float:left;
	clear:right;
	position:absolute;
}

div.chamada {
	width:370px;
	height:350px;
	float:left;
	margin-top:50px;
}

div.chamada img {
	margin-left:-10px;
}

div.chamada ul {
	margin-left:-15px;
	margin-top:10px;
	width:300px;
}

	div.chamada ul li {
		margin-bottom:5px;
		padding-bottom:5px;
		border-bottom:1px solid #CCC;
		color:#900;
		margin-left:-20px;
	}
	
		div.chamada ul li p {
			color:#3C3C3B;
			margin-bottom:0px;
		}
		
		div.chamada ul li span {
			color:#706F6F;
			font-size:11px;
		}

div.formulario {
	width:925px;
	height:410px;
	float:left;
	background:url('../images/bg_form.jpg') no-repeat top right;
	margin-top:35px;
}

div.formulario div.topo {
	width:500px;
	height:55px;
	float:left;
	text-align:center;
	padding-top:17px;
	margin-left:37px;
}

div.formulario div.form {
	width:530px;
	height:220px;
	float:left;
	text-align:center;
	margin-left:20px;
	padding-top:8px;
}

	div.formulario div.form table {
		color:#fff;
		font-size:12px;
		text-align:left;
	}
	
	div.formulario div.form table input[type=text] {
		width:245px;
		height:26px;
		border:none;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11.5px;
		padding-left:5px;
	}
	
	div.formulario div.form table textarea {
		border:none;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11.5px;
		padding-left:5px;
	}
	
	div.formulario div.form table #ramoEscolha {
		margin-bottom:5px !important;
	}
	
	div.formulario div.form table #ramoEspecifique {
		background:#9b2e33;
		color:#FFF;
		height:20px;
		/* margin-top:0px !important; */
		float:left;
	}
	
	div.formulario div.form table #enviar {
		background:url('../images/botao-enviar.png') no-repeat;
		width:513px;
		height:54px;
		margin-left:-8px;
	}
	
	div.formulario div.form table #enviar:hover {
		background:url('../images/botao-enviar.png') no-repeat 0px -54px;
		width:513px;
		height:54px;
		margin-left:-8px;
	}
	
	div.formulario div.form table #enviar:active {
		background:url('../images/botao-enviar.png') no-repeat 0px -108px;
		width:513px;
		height:54px;
		margin-left:-8px;
	}

div.historia {
	float:left;
	clear:left;
	margin-top:50px;
	width:920px;
	text-align:justify;
}

	div.historia p {
		font-size:14px;
		color:#575756;
		line-height:1.5em;
		margin-bottom:10px;
		letter-spacing:0.9px;
	}
	
		div.historia p strong a {
			color:#575756;
			font-family:"Arial Black";
			text-decoration:none;
		}
