function abrirPaginas(){
    document.getElementById('cont-geral').style.display="block";
}
function fecharPaginas(){
    document.getElementById('cont-geral').style.display="none";
}

function pousada(){
	jQuery("#cont-geral").load("pousada.php");
}

function suites(){
	jQuery("#cont-geral").load("suites.php");
}

function servicos(){
	jQuery("#cont-geral").load("servicos.php");
}

function fotos(){
	jQuery("#cont-geral").load("fotos.php");
}

function entorno(){
	jQuery("#cont-geral").load("entorno.php");
}

function promocoes(){
	jQuery("#cont-geral").load("promocoes.php");
}

function faleconosco(){
	jQuery("#cont-geral").load("faleconosco.php");
}
