/* * {  Este comando reseta todas as propriedades abaixo, dando um controle maior nos elementos do layout via Css 

	margin:0px;
	padding:0px;
	list-style:none;
	}

*/

body {
    font-family:"Trebuchet MS", Arial, Verdana, Helvetica; color:#333333;
	font-size:12px;
	text-align:justify;
	background:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center top;
    background-attachment:scroll;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.LinkMenu { font-family:"Trebuchet MS", Arial, Verdana, Helvetica; color:#333333; font-size:11px; text-decoration: none; }
a.LinkMenu:hover { font-family:"Trebuchet MS", Arial, Verdana, Helvetica; color:#333333; font-size:11px; text-decoration: underline; }

.LinkMenuVermelho { font-family:"Trebuchet MS", Arial, Verdana, Helvetica; color:#e50e04; font-size:11px; text-decoration: none; }
a.LinkMenuVermelho:hover { font-family:"Trebuchet MS", Arial, Verdana, Helvetica; color:#e50e04; font-size:11px; text-decoration: underline; }



img {
  border:none;
}


/* Essa classe permite um controle maior sobre a imagem de fundo da página - Deve ser incluida no Body */

.bg {
	background-image:url(../img/bg_site.jpg);

}

.txtTabelaTitulo {
   	font-family:"Trebuchet MS", Arial, Verdana, Helvetica; color:#ffffff; 
   	font-weight: bold;
	font-size:14px;
	text-align:justify;
	background:#6699FF;
}

.titsubTitulo {
   	font-family:"Trebuchet MS", Arial, Verdana, Helvetica; color:#333333; 
   	font-weight: bold;
	font-size:16px;
}



.CampoContato_Nome { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 307px; height: 20px;}
.CampoContato_Email { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 307px; height: 20px;}
.CampoContato_Mensagem { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 307px; height: 80px;}



.CampoSolicitaVisita_Nome { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 307px; height: 20px;}
.CampoSolicitaVisita_Telefone { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 307px; height: 20px;}
.CampoSolicitaVisita_Mensagem { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 690px; height: 80px;}
.CampoSolicitaReserva_Resultados { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 100px; height: 20px;}


.CampoCadastro_Nome { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 445px; height: 20px;}
.CampoCadastro_Email { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 445px; height: 20px;}
.CampoCadastro_Mensagem { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 307px; height: 80px;}
.CampoCadastro_Pequeno { font-family: "Trebuchet MS"; font-size: 11px; color: #000000; background-color: #ffffff; border: 1px solid #1c5180; width: 100px; height: 20px;}





