﻿div.conteudo
{
	position: absolute;
	margin: 60px 0px 0px 0px;
	width: 860px;
	height: 400px;
	background-color: #FFFFFF;
}

div.conteudoInterno
{
	z-index: 3;
	position: absolute;
	margin: 35px 0px 0px 35px;
	width: 790px;
	height: 330px;
	background-color: #F0EDD7;
}

div.conteudoInternoAnimacao
{
	z-index: 3;
	position: absolute;
	margin: 35px 0px 0px 35px;
	width: 790px;
	height: 325px;
	background-color: #F0EDD7;
}

div.conteudoInternoMapa
{
	z-index: 3;
	position: absolute;
	margin: 35px 0px 0px 35px;
	width: 780px;
	height: 320px;
	background-color: #F0EDD7;
	padding-top: 10px;
	padding-left: 10px;
}

div.conteudo div.fundo_esq 
{
	position: absolute;
	width: 25px;
	height: 400px;
	margin: 0px;
	background: url('../imagens/fundo_esq.jpg');
	background-position: right;
}

div.conteudo div.fundo_dir
{
	position: absolute;
	width: 25px;
	height: 400px;
	margin: 0px 0px 0px 835px;
	background: url('../imagens/fundo_dir.jpg');
}

div.conteudo div.fundo_topo
{
	position: absolute;
	width: 860px;
	height: 25px;
	margin: 0px;
	background: url('../imagens/fundo_topo.jpg');
	background-position: bottom;
}

div.conteudo div.fundo_base
{
	position: absolute;
	width: 860px;
	height: 25px;
	margin: 375px 0px 0px 0px;
	background: url('../imagens/fundo_base.jpg');
}

div.conteudo div.fundo_sup_esq
{
	position: absolute;
	width: 43px;
	height: 43px;
	margin: 0px;
	background: url('../imagens/fundo_sup_esq.jpg');
	background-position: right bottom;
}

div.conteudo div.fundo_sup_dir
{
	position: absolute;
	width: 43px;
	height: 43px;
	margin: 0px 0px 0px 817px;
	background: url('../imagens/fundo_sup_dir.jpg');
	background-position: left bottom;
}

div.conteudo div.fundo_inf_esq
{
	position: absolute;
	width: 43px;
	height: 43px;
	margin: 357px 0px 0px 0px;
	background: url('../imagens/fundo_inf_esq.jpg');
	background-position: right top;
}

div.conteudo div.fundo_inf_dir
{
	position: absolute;
	width: 43px;
	height: 43px;
	margin: 357px 0px 0px 817px;
	background: url('../imagens/fundo_inf_dir.jpg');
	background-position: left top;
}

div.cabecalho 
{
	position: relative;
	margin: 10px;
	border-bottom: solid 1px #DFDABB;
	font-family: Times New Roman;
	text-decoration: none;
	overflow: hidden;
	height: 35px;
}

div.titulo 
{
	position: absolute;
	float: left;
	margin: 10px 0px 0px 10px;
}

div.caixaConteudo 
{
	margin: 10px;
	height: 265px;
	overflow: hidden;
}

div.texto, div.texto_completo
{
	position: absolute;
	height: 260px;
	margin: 0px 0px 0px 20px;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 10pt;
	color: #A28907;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 5px;
	padding-right: 10px;
}

div.texto 
{
	width: 250px;
	border-right: solid 1px #DFDABB;
}

div.texto_completo 
{
	width: 720px;
}

div.animacao 
{
	position: relative;
	height: 265px;
	margin: 0px;
}

span.titulo 
{
	font-size: 12pt;
	color: #A28907;
	padding: 5px;
}

span.separadorTitulos 
{
	font-size: 10pt;
	color: #DFDABB;
	padding: 5px;
}

span.subtitulo 
{
	font-size: 10pt;
	color: #A28907;
	padding: 5px;
}

span.subtituloitem 
{
	font-size: 8pt;
	color: #A28907;
	padding: 5px;
}

div.mensagem 
{
	position: relative;
	margin: 10px 5px 0px 10px;
	width: 350px;
	float: left;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 10pt;
	color: #A28907;
}

div.informacoesHotel 
{
	position: relative;
	padding-left: 20px;
	float: left;
	margin: -10px 5px 0px 30px;
	width: 300px;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 10pt;
	color: #A28907;
	border-left: solid 1px #DFDABB;
	height: 250px;
}



input.caixaTexto 
{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0EDD7;
	border: solid 1px #DFDABB;
	color: #583c01;
}

textarea.caixaTexto 
{
	font-family: Tahoma;
	text-decoration: none;
	font-size: 10pt;
	background-color: #F0EDD7;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 1px #DFDABB;
	color: #583c01;
}

input.botao
{
	cursor: pointer;
	border: 1px solid #DFDABB;
	padding: 0px;
	color: #ffffff;
	background: #A28907 url(../imagens/bg_button02.gif);
}

input.botao:hover {
	background: #A28907 url(../imagens/bg_button.gif);
}