/* Estilo Basico */
@import url("basico.css");

/* **** Estrutura do Conteudo da Capa **** */
#Content {
	/*min-height: 450px;*/	} 

#ContentPane a {
	text-decoration: underline;	}

.A1, .A2, .A3,
.B1, .B2, .B3 {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;	}

.A3 {
	width: 195px;
	height: 200px;
	padding: 5px 10px;
	margin: 5px;	}
* > .A3 {
	height: auto !important;
	min-height: 200px;	}

.A3#Intro {
	width: 270px;
	margin-left: 0px;
	text-align: justify;	} 

.A3#Reservas {	} 

.A3#Contato {
	/*height: 127px;*/
	margin-right: 0px;	}
* > .A3#Contato {
	/*height: auto !important;
	min-height: 127px;*/	}

/* *** Titulos dos Blocos *** */
.A1 h2, .A2 h2, .A3 h2, 
.B1 h2, .B2 h2, .B3 h2 {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: lighter;
	letter-spacing: -1px;
	color: #004b91;
	position: relative;
	background: url(../../imgs/bg-heading-full.png) no-repeat 0 100%;	}
/* *** FIM Titulos dos Blocos *** */

/* *** Blocos - Content *** */
.A1 p, .A2 p, .A3 p, 
.B1 p, .B2 p, .B3 p {
	margin: 15px 0;
	padding: 0;	}

#Reservas .frmPadrao {
	margin: 10px 0 0 -2px;	}
	
#Reservas .frmPadrao br {
	display: none;	}

#Reservas .frmPadrao * {
	font-size: 0.95em; 	}

#Reservas .frmPadrao input,
#Reservas .frmPadrao select,
#Reservas .frmPadrao textarea {
	font-size: 0.85em;	}
	
#Reservas .frmPadrao button {
	margin-top: 10px !important;
	display: block;	}

#Contato .Address {
	margin: 15px 0px;	}
#Contato .Phone {
	margin: 0px;	}
#Contato .VejaMais {
	text-align: center;
	background-color: #f6f9fb;	}
#Contato .VejaMais:hover {
	background-color: white;	}