* {
	margin:0;
	padding:0;
	border:0;
}

#topo-bg {
	width: 100%;
	height: 165px;
	background-color: #000;
}

#topo {
	width: 1000px;
	height: 165px;
	background-color: #000;	
	position: absolute;
	left: 50%;
	margin-left: -500px;	
}

#logo {
	width: 474px;
	height: 165px;
	float: left;
}

#menu {
	width: 526px;
	height: 95px;
	background-image: url("../img/menu-bg.png");		
	font: 20px 'Arial';
	float: left;
	padding-top: 70px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0px 25px 0px 20px;
}

#menu li a:link, #menu li a:visited {
	text-decoration: none;
	color: #fff; transition: color 0.2s ease-in;	
}

-#menu li a:hover {
	color: #dd7f35;
}

#menu li a:hover {
	color: #dd7f35; transition: color 0.2s ease-in;
}

#index #menu a.index, #jl #menu a.jl, #passeios #menu a.passeios, #fotos #menu a.fotos, #contato #menu a.contato { /* Destacando a pÃ¡gina atual */
	color:#dd7f35;
}





#banner-bg {
	width: 100%;
	height: 503px;
	margin: 0px auto;
}

#banner-esq {
	width: 50%;
	height: 503px;
	background: transparent url(../img/bg-esq.png) repeat-x;
	float: left;
}

#banner {
	width: 1000px;
	height: 503px;
	background: #002357 url(../img/banner-bg.png) no-repeat;		
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

#banner-dir {
	width: 50%;
	height: 503px;
	background: transparent url(../img/bg-dir.png) repeat-x;		
	float: right;
}




#conteudo-bg {
	width: 100%;
	height: 615px;
	background: #002357 url(../img/bg-conteudo.png) repeat-x;		
}

#conteudo-bg-texto {
	width: 100%;
	height: 615px;
	background: #002357 url(../img/bg-conteudo-texto.png) repeat-x;		
}

#conteudo {
	width: 1000px;
	height: 608px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

#praia{
	width: 960px;
	height: 608px;
	margin: 0 auto;
}

#cont-esq {
	width: 480px;
	height: 608px;
	padding-left: 20px;
	float: left;
}

#cont-esq-contato {
	width: 480px;
	height: 585px;
	padding-left: 20px;
	float: left;
	padding-top: 23px;	
}

#cont-dir {
	width: 500px;
	height: 608px;
	float: left;
}

#cont-dir-passeios {
	width: 470px;
	height: 548px;
	float: left;
	padding-left: 30px;
	padding-top: 60px;
}

#cont-dir-contato {
	width: 483px;
	height: 585px;
	float: left;
	padding-top: 23px;
	padding-left: 17px;
}

#ponta-negra {
	width: 151px;
	height: 23px;
	position: absolute;
	margin-top: 11px;
	margin-left: 40px;
	padding-top: 3px;
    font: 13px 'Arial';
	color: #fff;
	text-align: center;
}

#lagoa-jenipabu {
	width: 151px;
	height: 23px;
	position: absolute;
	margin-top: 11px;
	margin-left: 39px;
	padding-top: 3px;
    font: 13px 'Arial';
	color: #fff;
	text-align: center;
}

#praia-jenipabu {
	width: 151px;
	height: 23px;
	position: absolute;
	margin-top: 11px;
	margin-left: 40px;
	padding-top: 3px;
    font: 13px 'Arial';
	color: #fff;
	text-align: center;
}

#praia-amor {
	width: 151px;
	height: 23px;
	position: absolute;
	margin-top: 11px;
	margin-left: 40px;
	padding-top: 3px;
    font: 13px 'Arial';
	color: #fff;
	text-align: center;
}

#praia-maracajau {
	width: 151px;
	height: 23px;
	position: absolute;
	margin-top: 11px;
	margin-left: 40px;
	padding-top: 3px;
    font: 13px 'Arial';
	color: #fff;
	text-align: center;
}

#dromedarios {
	width: 151px;
	height: 23px;
	position: absolute;
	margin-top: 11px;
	margin-left: 40px;
	padding-top: 3px;
    font: 13px 'Arial';
	color: #fff;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	color: #fff; transition: color 0.2s ease-in;	
}

a:hover {
	color: #dd7f35;
}

a:hover {
	color: #dd7f35; transition: color 0.2s ease-in;
}




#base-bg {
	width: 100%;
	height: 190px;
}

#base {
	width: 1000px;
	height: 190px;
	font-family: Verdana;
	font-size: 14px;
	color: #cacaca;	
	position: absolute;
	left: 50%;
	margin-left: -500px;	
}

#endereco {
	height: 60px;
	background: transparent url(../img/bg-separador.png) no-repeat left;
	padding-top: 10px;
	padding-left: 40px;
	float: left;
}

#contatos {
	height: 60px;
	background: transparent url(../img/bg-separador.png) no-repeat left;
	padding-top: 10px;
	padding-left: 40px;
	margin-bottom: 15px;
	float: left;
}

h1{
    font: normal 18px verdana;
    color: #062856;
    padding: 15px 0 0 0;
}

.texto {
    font: normal 14px verdana;
	text-align: justify;	
	color: #6a6969;
	margin: 10px 15px;
	line-height: 18px;
}

.linha {
    background: url(../img/linha.png) repeat-x bottom center;
    padding-bottom: 9px;
    margin-bottom: 11px;
}	

.duracao {
    font: normal 14px verdana;
    color: #062856;
	margin: 10px 15px;
    background: url(../img/linha.png) repeat-x bottom center;
    padding-bottom: 9px;
    margin-bottom: 11px;	
}

.bordas {
	border: 5px solid;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 10px;
}