
#cont {
	position:relative;
	width:958px;
	float:left;
	margin:15px 0px 5px 3px;
	background:url(../imagens/bg/box-interno-pad.png);
	font-size:11px;
}
#cont-top, #cont-bot {
	width:100%;
	float:left;
	background:url(../imagens/bg/box-interno-top.png) no-repeat left top;
}
#cont-bot {
	background:url(../imagens/bg/box-interno-bot.png) no-repeat left bottom;
	padding:10px 20px 25px 20px;
	width:918px;
}

/*** SUBMENU ***/
#submenu {
	display:block;
	width:160px;
	position:absolute;
	top:90px;
	left:25px;
}
#submenu h1 {
	display:block;
	float:left;
	width:174px;
	height:64px;
	background:url(../imagens/servicos/servicos.png) no-repeat;
	text-indent:-3000px;
}
#submenu ul {
	display:block;
	float:left;
	width:167px;
}
#submenu ul li, #submenu ul li a {
	display:block;
	float:left;
	width:100%;
	height:94px;
}
#submenu ul li {margin-top:5px;text-indent:-3000px;}
#submenu ul li a {text-indent:-3000px;}
#submenu ul li a {background:url(../imagens/servicos/faca-reserva.png) no-repeat left top;}

/*** FIM SUBMENU ***/

/************** BLOCO DE CONTEUDO *****************/
#cont .entry {
	position:relative;
	display:block;
	width:640px;
	float:right;
	background:url(../imagens/bg/box-interno-cont-bot.png) no-repeat left bottom;
	padding:10px 38px 20px 34px;
	color:#000;
	margin-top:15px;
}
#cont .entry p {
	float:left;
	display:inline;
	margin-top: 20px;
	width:100%;
}
#cont .entry h2 {
	float:left;
	width:630px;
	font-size:11px;
	padding-left:45px;
	padding-top:13px;
	padding-bottom:10px;
	text-indent:-3000px;
	margin-top:20px;
}
#cont .entry h2.pousada {
	background:url(../imagens/servicos/na-pousada.png) no-repeat left top;
}
#cont .entry h2.terceiros {
	background:url(../imagens/servicos/por-terceiros.png) no-repeat left top;
}
#cont .entry em{
	float:left;
	font-size:10px;
	font-style:normal;
	display:inline;
	margin-top:15px;
	width:100%;
}
#cont .entry ul {
	float:left;
	width:100%;
}
#cont .entry ul li {
	margin:3px 0px;
	list-style:inside disc;
}
#cont .entry ul li a{
	text-decoration:underline;
	color:#000;
}

/************** FIM BLOCO DE CONTEUDO *****************/
	
