.fonteMenuEsquerda {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size:15vw;
	color:#0d593f;
}
.fonteMenuTopo {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color:#333333;
}
.fontePadrao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}


.background_tabela_ativa {
	background-color:#f3f2f2;
}

.background_tabela_off {
	background-color:#FFFFFF;
}


/* FORMULÁRIO INICIO >> PARA FUNCIONAR OS FORMULÁRIOS RESPONSIVOS */

.container {
  width: 100%;
  margin: 0 auto;
}

.form-contact {
  width: 100%;
  font-family: "Arial", Times, serif;
}

.form-contact-input {
  width: 100%;
  color: #292929;
  font-size: 18px;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-indent: 20px;
}

.form-contact-textarea {
  width: 100%;
  color: #292929;
  font-size: 18px;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-indent: 20px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Arial", Times, serif;
}

.form-contact-button {
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  opacity: .8;
  margin-bottom: 20px;
  cursor: pointer;
  background: #0d593f;
  display: block;
  border: none;
  border-bottom: 1px solid #500707;
  border-right: 1px solid #500707;
  transition: 1s;
}

.form-contact-button:hover {
  opacity: 1;
}


/* FORMULÁRIO FIM >> PARA FUNCIONAR OS FORMULÁRIOS RESPONSIVOS */