/* Estilo Basico */
@import url("basico.css");

/* **** Estrutura do Conteudo das Páginas Internas **** */
#Content {
	/*min-height: 450px;*/	} 

#ContentPane {
	height: 100%;
	margin-bottom: 15px;	}

#ContentPane a:link, 
#ContentPane a:visited, 
#ContentPane a:hover, 
#ContentPane a:active, 
#ContentPane a:focus {
	text-decoration: underline;	}

.A1, .A2, .A3,
.B1, .B2, .B3 {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;	}

.A2 {
	height: 275px;
	margin: 10px;
	padding: 0;	}
* > .A2 {
	height: auto !important;
	min-height: 275px;	}

.A2#ColMain {
	width: 500px;
	margin-left: 0;
	z-index: 2 !important;	} 

.A2#ColRelated {
	width: 220px;
	margin-right: 0;
	z-index: 0;	} 

.A2a, .A2b, .A2c {
	position: relative;
	width: 197px;
	float: left;
	padding: 5px 10px;
	margin: 5px 0;	}

.A2a#CallBack, 
.A2b#Contato,
.A2c#Reservas {
	height: 127px;
	z-index: 0;	}
* > .A2a#CallBack, 
* > .A2c#Reservas, 
* > .A2b#Contato {
	height: auto !important;
	min-height: 127px;	}

#CallBack {
	background: url(../../imgs/bgCallBack.png) no-repeat 0 0;
	color: white;	}
#CallBack h2 {
	font-style: italic;
	color: white;	} 
#CallBack fieldset {
	border: none;
	padding: 0;
	margin: 0;	}
#CallBack fieldset label {
	display: none;	}

#Reservas {
	text-align: justify;	}

#Reservas .frmPadrao {
	margin: 10px 0 0;	}
	
#Reservas .frmPadrao br {
	display: none;	}

#Reservas .frmPadrao * {
	font-size: 0.95em; 	}

#Reservas .frmPadrao input,
#Reservas .frmPadrao select,
#Reservas .frmPadrao textarea {
	font-size: 0.85em;
	z-index: -9;	}
	
#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;	}

/* *** 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 *** */

#ColMain h3,
#ColRelated h3 {
	width: auto;
	margin: 10px 0 7px;
	padding: 0;
	font-size: 1.15em;
	color: #c4161c;
	position: relative;	}
/* *** FIM Titulos dos Blocos *** */

#PhotoBox {
	width: 485px;
	z-index: 99 !important;	}
.ListaPadrao#PhotoBox {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-image: none;
	list-style-type: none;	}
	
.ListaPadrao#PhotoBox li {
	position: relative;
	float: left;
	background: white;
	border: 0px solid #e2eaef;
	margin: 0 1px 0 0;
	padding: 0;	}
.ListaPadrao#PhotoBox li img {
	width: 120px;
	height: 120px;	}
#PhotoBox .Photo {
	border: none;
	margin: 0;
	padding: 0;	}

.ListaPadrao#PhotoBox li a:link, 
.ListaPadrao#PhotoBox li a:visited {
	text-decoration: none !important;}

.ListaPadrao#PhotoBox li a:hover, 
.ListaPadrao#PhotoBox li a:active, 
.ListaPadrao#PhotoBox li a:focus {
	color: #ffa200;
	text-decoration: underline !important;}

.ActButtons {text-align:right;}
.ActButtons .ActButtonsInfo {float:left;}