@charset "iso-8859-1";
/* CSS Document */


/*
==============================================================================================
===========================================CSS RESET
==============================================================================================
*/

*
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: 0px;
}

/*
==============================================================================================
======================DEFINIÇÃO DE ESTILOS PARA ELEMENTOS GERAIS DO SITE
==============================================================================================
*/


body
{
	background-image:url(../img/jpg_background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #F6F3EA;
}
h2
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -3px;
	line-height: 1.2em;
	padding-left: 10px;
	border-left: 4px solid #FFD119;
}

h3
{
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 15px;
	font-weight: normal;
}
h4
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
}
p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	text-transform: normal;
}
ul
{
	list-style: none;
	margin-top: 5px;
}
ul li
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C9A1F;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	text-decoration: underline;
}

/*
==============================================================================================
=========================DEFINIÇÃO DE ESTILOS PARA DIVS GERAIS DO SITE 
==============================================================================================
*/

div#geral
{
	width: 980px;
	height: auto;
	margin: 0px auto;
}
div#geral div#menu
{
	width: 980px;
	height: 380px;
}
div#geral div#conteudo
{
	width: 980px;
	float: left;
	height: auto;
	padding-bottom: 40px;
}

/*
==============================================================================================
=================================CLASSES GERAIS PARA O SITE
==============================================================================================
*/


/*
*************************
*************************FOLHAS DE ESTILOS RESPONSÁVEIS PELO RODAPE
*************************
*/

div#rodape
{
	width: 100%;
	height: 160px;
	float: left;
	background-image: url(../img/jpg_backgroundRodape.jpg);
	background-repeat: repeat-x;
}
div#rodape div#rodapeInterna
{
	width: 980px;
	height: 160px;
	padding-top: 10px;
	margin: 0px auto;
}
div#rodape div#rodapeInterna div#iconesCompartilhamento
{
	width: 180px;
	float: left;
	margin-right: 20px;
}
div#rodape div#rodapeInterna div#iconesCompartilhamento img
{
	margin: 10px 10px 0px 0px;
	float: left;
}
div#rodape div#rodapeInterna div#mapaSite
{
	width: 750px;
	float: right;
}
div#rodape div#rodapeInterna div#copyright
{
	width: 980px;
	height: 30px;
	float: left;
	margin-top: 15px;
}
div#rodape div#rodapeInterna div#copyright p
{
	color: #FFF;
	margin-top: 10px;
}
div#rodape div#rodapeInterna div#mapaSite div.mapaSiteColunas
{
	width: 145px;
	float: left;
	margin-left: 5px;
}

/*
*************************
*************************FOLHAS DE ESTILOS GERAIS DO SITE
*************************
*/

h3.h3Subtitulo
{
	margin: 10px 0px 10px 0px;
}

/*
*************************
*************************FOLHAS DE ESTILOS RESPONSÁVEIS PELAS ÚLTIMAS NOTÍCIAS
*************************
*/

div#lasts{
	width: 310px;
	height: auto;
	min-height: 242px;
	margin: 0 0px 0 0;
	float: left;
	display: inline;
}
div#lasts div.holder{
	float: left;
	width: 285px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
div#lasts ol{
	/*width: 1425px;*/
	height: 200px;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
div#lasts ol li{
	float: left;
	width: 285px;
	cursor: pointer;
}
div#lasts ol img{
	float: left;
}
div#lasts ol li p{
	font: normal 12px/18px Tahoma,Geneva,sans-serif;
	margin: 0 0 18px 0;
}
div#lasts ol li p a{
	margin: 0 18px 0 0;
	width: 103px;
	height: 111px;
	float: left;
}
div#lasts p.controls{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	height: 26px;
	width: 285px;
}
div#lasts p.controls a{
	text-indent: -9999px;
	overflow: hidden;
	background: url("../img/jpg_iconesLeiaMaisMini.jpg");
	height: 26px;
	width: 155px;
	float: left;
	margin-left: 17px;
}
div#lasts ol li:hover h3,div#lasts ol li.hover h3{
	color: #6C9A1F;
}

div#lasts ol li:hover p,div#lasts ol li.hover p{
	color: #6C9A1F;
}
div#lasts ol li:hover a img
{
	border: 3px solid #6C9A1F;
	width: 97px;
	height: 105px;
	overflow: hidden;
}
div#lasts p.controls span.position{
	float: left;
	line-height: 26px;
	height: 26px;
	width: 46px;
	text-align: center;
}
div#lasts p.controls span.prev,div#lasts p.controls span.next{
	width: 29px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
div#lasts p.controls span.prev{
	left: 0;
	background-image: url("../img/jpg_iconesAnterior.jpg");
}
div#lasts p.controls span.next{
	left: 30px;
	background-image: url("../img/jpg_iconesProximo.jpg");
}

/*
*************************
*************************FOLHAS DE ESTILOS RESPONSÁVEIS PELAS ACOMODAÇÕES
*************************
*/

div#acomodacoes
{
	width: 310px;
	height: auto;
	min-height: 242px;
	margin: 0 0px 0 25px;
	float: left;
	position: relative;
}

div#acomodacoes div.holder
{
	float: left;
	width: 285px;
	height: 200px;
	overflow: hidden;
	position: relative;
}

div#acomodacoes div.holder a img
{
	float: left;
	margin: 0px 10px 5px 0px;
}
div#acomodacoes div.holder a p
{
	font: normal 12px/18px Tahoma,Geneva,sans-serif;
	margin: 0 0 18px 0;
}
div#acomodacoes div.holder:hover h3, div#acomodacoes div.holder.hover h3, div#acomodacoes div.holder:hover a p,div#acomodacoes div.holder.hover a p
{
	color: #6C9A1F;
	cursor: pointer;
}

div#acomodacoes div.holder:hover a img,div#acomodacoes div.holder.hover a img
{
	border: 3px solid #6C9A1F;
	width: 97px;
	height: 105px;
	overflow: hidden;
}
div#acomodaoesBtn a
{
	text-indent: -9999px;
	overflow: hidden;
	background: url("../img/jpg_iconesLeiaMais.jpg") no-repeat left top;
	width: 283px;
	height: 26px;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}



/*
*************************
*************************FOLHAS DE ESTILOS RESPONSÁVEIS PELOS DEPOIMENTOS
*************************
*/


div#depoimentos
{
	width: 310px;
	height: auto;
	min-height: 242px;
	position: relative;
	float: left;
	margin-left: 25px;
}
div#depoimentos span
{
	font: italic bold 12px Helvetica, Arial, sans-serif;
	color: #666666;
}
div#depoimentos a{
	text-indent: -9999px;
	overflow: hidden;
	background: url("../img/jpg_iconesLeiaMais.jpg") no-repeat left top;
	width: 283px;
	height: 26px;
	float: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/*
*************************
*************************CLASSES RESPONSÁVEIS PELA PÁGINA DE CONTATO DO SITE
*************************
*/

div#reservasParte1
{
	width: 310px;
	height: auto;
	min-height: 500px;
	position: relative;
	float: left;
}
div#reservasParte1 img
{
	float: left;
	cursor: pointer;
}
div#reservasParte1 label
{
	width: 310px;
}
div#reservasParte1 label input[type="text"]
{
	width: 298px;
}
div#reservasParte1 label select
{
	width: 310px;
}
div#reservasParte1 label#labelDataEntrada
{
	width: 120px !important; 
}
div#reservasParte1 label#labelDataEntrada input[type="text"]
{
	width: 108px !important; 
}
div#reservasParte1 label#labelDddTelefone
{
	width: 30px !important; 
}
div#reservasParte1 label#labelDddTelefone input[type="text"]
{
	width: 18px !important; 
}
div#reservasParte1 label#labelTelefone
{
	width: 110px !important; 
	margin: 15px 0px 0px 10px;
}
div#reservasParte1 label#labelTelefone input[type="text"]
{
	width: 98px !important; 
}
div#reservasParte1 label#labelDddCelular
{
	width: 30px !important; 
	margin: 0px 0px 0px 10px;
}
div#reservasParte1 label#labelDddCelular input[type="text"]
{
	width: 18px !important; 
}
div#reservasParte1 label#labelCelular
{
	width: 110px !important; 
	margin: 15px 0px 0px 10px;
}
div#reservasParte1 label#labelCelular input[type="text"]
{
	width: 98px !important; 
}
div#reservasParte1 label#labelDataSaida
{
	width: 120px !important;
	margin-left: 10px;
}
div#reservasParte1 label#labelDataSaida input[type="text"]
{
	width: 108px !important; 
}
div#reservasParte1 a
{
	text-indent: -9999px;
	overflow: hidden;
	background: url("../img/png_iconesEnviar.jpg") no-repeat left top;
	width: 310px;
	height: 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
div#reservasParte1 label textarea
{
	width: 298px;
	height: 63px;
}


div#comoFazer
{
	width: 310px;
	height: auto;
	min-height: 242px;
	float: left;
	margin-left: 25px;
}
div#comoFazer p span
{
	font-weight: bold;
}
div#comoFazer ul
{
	list-style: inside;
	list-style-type: disc;
}
div#comoFazer ul li
{
	text-align: justify;
}


div#faleConosco
{
	width: 310px;
	height: auto;
	min-height: 350px;
	float: left;
	position: relative;
	margin-left: 25px;
}
div#faleConosco label
{
	width: 310px;
}
div#faleConosco label input[type="text"]
{
	width: 298px;
}
div#faleConosco label#labelContatoDddTelefone
{
	width: 30px !important; 
}
div#faleConosco label#labelContatoDddTelefone input[type="text"]
{
	width: 18px !important; 
}
div#faleConosco label#labelContatoTelefone
{
	width: 110px !important; 
	margin: 15px 0px 0px 10px;
}
div#faleConosco label#labelContatoTelefone input[type="text"]
{
	width: 98px !important; 
}
div#faleConosco label#labelContatoDddCelular
{
	width: 30px !important; 
	margin: 0px 0px 0px 10px;
}
div#faleConosco label#labelContatoDddCelular input[type="text"]
{
	width: 18px !important; 
}
div#faleConosco label#labelContatoCelular
{
	width: 110px !important; 
	margin: 15px 0px 0px 10px;
}
div#faleConosco label#labelContatoCelular input[type="text"]
{
	width: 98px !important; 
}
div#faleConosco label textarea
{
	width: 298px;
	height: 63px;
}
div#faleConosco a
{
	text-indent: -9999px;
	overflow: hidden;
	background: url("../img/png_iconesEnviar.jpg") no-repeat left top;
	width: 310px;
	height: 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

/*
*************************
*************************CLASSES RESPONSÁVEIS PELA PÁGINA DE O DESTINO DO SITE
*************************
*/

div#oDestino
{
	width: 310px;
	height: auto;
	min-height: 350px;
	float: left;
}
div#galeriaFotosDestino
{
	width: 310px;
	height: auto;
	min-height: 350px;
	float: left;
	margin-left: 25px;
}
div#galeriaFotosDestino h3
{
	margin-top: 52px;
}
div#galeriaFotosDestino a.fotoNormal
{
	float: left;
	margin-bottom: 5px;
}
div#galeriaFotosDestino a.fotoMargin
{
	float: left;
	margin: 0px 0px 5px 10px;
}
div#galeriaFotosDestino a:hover img
{
	border: 3px solid #6C9A1F;
	width: 48px;
	height: 40px;
	overflow: hidden;
}
div#videoAlagoas
{
	width: 310px;
	height: auto;
	min-height: 350px;
	float: left;
	margin-left: 25px;
}

/*
*************************
*************************CLASSES RESPONSÁVEIS PELA PÁGINA DE "O PLANO B"
*************************
*/

div#sobrePlanoB
{
	width: 310px;
	height: auto;
	min-height: 350px;
	float: left;
}
div#sobrePlanoB ul
{
	list-style: inside !important;
	list-style-type: disc;
}
div#sobrePlanoB ul li
{
	text-align: justify;
}
div#galeriaFotosPlanoB
{
	width: 195px;
	height: auto;
	min-height: 350px;
	float: left;
	margin-left: 25px;
}
div#galeriaFotosPlanoB h3
{
	margin-top: 52px;
}
div#galeriaFotosPlanoB a.fotoNormal
{
	float: left;
	margin-bottom: 5px;
}
div#galeriaFotosPlanoB a.fotoMargin
{
	float: left;
	margin: 0px 0px 5px 10px;
}
div#galeriaFotosPlanoB a:hover img
{
	border: 3px solid #6C9A1F;
	width: 48px;
	height: 40px;
	overflow: hidden;
}
div#mapa
{
	width: 425px;
	height: auto;
	min-height: 350px;
	float: left;
	margin-left: 25px;
}
div#mapa ul
{
	list-style: inside;
}
div#mapa ul li
{
	text-align: justify;
}

/*
*************************
*************************CLASSES RESPONSÁVEIS PELA PÁGINA DE "APOSENTOS"
*************************
*/

div#aposentos
{
	width: 310px;
	height: auto;
	min-height: 250px;
	float: left;
}
div#aposentos2
{
	width: 310px;
	height: auto;
	min-height: 250px;
	float: left;
	margin-left: 25px;
}
div#aposentos2 h3
{
	margin-top: 52px;
}
div#aposentos2 ul
{
	list-style: inside;
	list-style-type: disc;
}
div#aposentos2 ul li
{
	width: 310px;
	text-align: justify;
	margin-bottom: 10px;
	float: left;
}



div#aposentos2 ul li p
{
	font-weight: bold;
	text-indent: 12px;
}
div#galeriaFotosAposentos
{
	width: 310px;
	height: auto;
	min-height: 250px;
	float: left;
	margin-left: 25px;
}
div#galeriaFotosAposentos h3
{
	margin-top: 52px;
}
div#galeriaFotosAposentos a.fotoNormal
{
	float: left;
	margin-bottom: 5px;
}
div#galeriaFotosAposentos a.fotoMargin
{
	float: left;
	margin: 0px 0px 5px 10px;
}
div#galeriaFotosAposentos a:hover img
{
	border: 3px solid #6C9A1F;
	width: 48px;
	height: 40px;
	overflow: hidden;
}

/*
*************************
*************************CLASSES RESPONSÁVEIS PELA PÁGINA DE "DEPOIMENTOS"
*************************
*/

div#formDepoimentos
{
	width: 310px;
	height: auto;
	min-height: 350px;
	float: left;
	position: relative;
}
div#formDepoimentos label
{
	width: 310px;
}
div#formDepoimentos label input[type="text"]
{
	width: 298px;
}
div#formDepoimentos label#labelDddTelefone
{
	width: 30px !important; 
}
div#formDepoimentos label#labelDddTelefone input[type="text"]
{
	width: 18px !important; 
}
div#formDepoimentos label#labelTelefone
{
	width: 110px !important; 
	margin: 15px 0px 0px 10px;
}
div#formDepoimentos label#labelTelefone input[type="text"]
{
	width: 98px !important; 
}
div#formDepoimentos label#labelDddCelular
{
	width: 30px !important; 
	margin: 0px 0px 0px 10px;
}
div#formDepoimentos label#labelDddCelular input[type="text"]
{
	width: 18px !important; 
}
div#formDepoimentos label#labelCelular
{
	width: 110px !important; 
	margin: 15px 0px 0px 10px;
}
div#formDepoimentos label#labelCelular input[type="text"]
{
	width: 98px !important; 
}
div#formDepoimentos label textarea
{
	width: 298px;
	height: 63px;
}
div#formDepoimentos a
{
	text-indent: -9999px;
	overflow: hidden;
	background: url("../img/png_iconesEnviar.jpg") no-repeat left top;
	width: 310px;
	height: 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
div#listaDepoimentos
{
	width: 645px;
	height: auto;
	min-height: 350px;
	float: left;
	margin-left: 25px;
}
div#listaDepoimentos h3
{
	margin-top: 52px;
}
div#listaDepoimentos ul
{
	list-style: none;
}
div#listaDepoimentos ul li
{
	text-align: justify;
}
div#listaDepoimentos ul li span
{
	font-weight: bold;
	font-style: italic;
	text-indent: 12px;
}


/*
==============================================================================================
===================================CLASSES GERAIS DO SITE
==============================================================================================
*/

.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
