

	#boxContato{

		width: 920px;
		margin:0 auto;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	#contatoLocalizacao{
		width: 400px;
		
		float: left;

		background: rgba(255,255,255, 0.9);
		border-radius: 10px;

		margin-top: 0px;
		margin-bottom: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;

		-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
		-o-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
		box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);

		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: black;

		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
	}

	#contatoLocalizacao:hover{
		color: white;
		background: rgba(145, 1, 0, 0.8);
	}

	.tituloContatoLoc{
		font-family: Arial;
		font-size: 18px;
	}

	#formContato{
		width: 350px;
		height: 390px;
		float: left;

		/* background: rgba(145, 1, 0, 0.6); */
		background: rgba(255,255,255, 0.8);
		border-radius: 10px;

		margin-left: 30px;
		margin-top: 0px;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;

		-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
		-o-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
		box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);

		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		/* color: #FFE5DF; */
		color: black;
		text-align: Justify;
	}

	#formContato table{
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		color: black;
	}

	input.contato{
		width: 250px;
		height: 25px;
		padding-left: 10px;
		padding-right: 10px;

		border-radius: 4px;
		border:1px solid gray;

		
	}

	input.contatoMenor{
		height: 25px;
		padding-left: 10px;
		padding-right: 10px;

		border-radius: 4px;
		border:1px solid gray;
	}

	textarea.contato{
		width: 320px;
		height: 150px;
		margin-top: 15px;

		border:1px solid gray;
		border-radius: 4px;
	}

	.btnContato{
		text-decoration: none;
		height: 22px;
		
		background: #910100;
		padding: 2px 10px;
		border: 1px solid gray;
		border-radius: 4px;

		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		color: #FFE5DF;
		
		-webkit-transition: all 0.25s linear;

		-moz-transition: all 0.25s linear;

		-o-transition: all 0.25s linear;

		margin: 5px;

		
	
		
	}

	.btnContato:hover {
		color: black;
		background: rgba(255,255,255, 0.6);
	}

	#botoes{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#linksUteis{
		width: 350px;
		heiht: 200px;
		float: left;

		background: rgba(255,255,255, 0.8);
		border-radius: 10px;

	
		margin-left: 30px;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;

		-webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
		-o-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.75);
		box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.75);

		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		/* color: #FFE5DF; */
		color: black;
		
	}

	.linksContato{
		text-decoration: none;
		color: blue;

		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
	}

	.linksContato:hover{
		color: red;
	}