@charset "utf-8";
/* CSS Document */
body {
	overflow-x:hidden;
	overflow-y:scroll;
}

.FormatInt {
	color: #333333;
	font-family: Verdana;
	font-size:12px;
}
.FormatInt a {
	color: #0000FF;
	text-decoration: underline;
}

.FormatInt a:hover {
	color: #CC0000;
	text-decoration: none;
}



.Div {
	background-attachment: scroll;
	background-image: url(Imagens/Div.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 20px;
}



.Paragrafo {
	text-align: justify;
	text-indent: 10px;
}



.Centro_TopEsq {
	background-attachment: scroll;
	background-image: url(Imagens/Centro_TopEsq.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Centro_Top {
	background-attachment: scroll;
	background-image: url(Imagens/Centro_Top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.Centro_TopDir {
	background-attachment: scroll;
	background-image: url(Imagens/Centro_TopDir.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.Centro_Esq {
	background-attachment: scroll;
	background-image: url(Imagens/Centro_Esq.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.Centro_Dir {
	background-attachment: scroll;
	background-image: url(Imagens/Centro_Dir.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.Centro_FimEsq {
	background-attachment: scroll;
	background-image: url(Imagens/Centro_FimEsq.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Centro_Fim {
	background-attachment: scroll;
	background-image: url(Imagens/Centro_Fim.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.Centro_FimDir {
	background-attachment: scroll;
	background-image: url(Imagens/Centro_FimDir.gif);
	background-repeat: repeat;
	background-position: right bottom;
}



.MenuFundo {
	background-attachment: scroll;
	background-image: url(Imagens/MenuFundo.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.Menu {
	color: #993300;
	font-family: Verdana;
	font-size: 10px;
	padding-right:15px;
	text-align: right;
	text-decoration: none;
}
.Menu a {
	color: #993300;
	text-decoration: none;
}
.Menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.SubMenu {
	color: #993300;
	font-family: Verdana;
	font-size: 10px;
	padding-right:25px;
	text-align: right;
	text-decoration: none;
}
.SubMenu a {
	color: #e12500;
	text-decoration: none;
}



.MenuDir_PromoTitulo {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	height: 55px;
}
.MenuDir_PromoTitulo a {
	color: #CC0000;
	text-decoration: none;
}
.MenuDir_PromoTitulo a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.MenuDir_PromoImagem {
	border: #666666 solid 1px;
}
.MenuDir_Promo {
	color: #000000;
	font-family: Arial, Verdana;
	font-size: 12px;
}
.MenuDir_Promo a {
	color:#000000;
	text-decoration:none;
}
.MenuDir_Promo a:hover {
	color:#CC0000;
	text-decoration:none;
}
.MenuDir_GaleImagem {
	border: 1px solid #666666;
}



.MenuDir_NewsTitulo {
	color: #086501;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.MenuDir_NewsFormText {
	padding:0px;
	border: 1px inset #009900;
	font-family: Verdana;
	font-size: 10px;
	background-color: #DCFFD7;
	width: 150px;
}
.MenuDir_NewsFormBotao {
	font-family: Arial;
	font-size: 11px;
	color: #F4FFF4;
	font-weight: bold;
	width: 60px;
	height: 20px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/NewsMenu_Botao.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}



/* COMECO ERRO */
.FormatErro {
	background-color: #FFCCCC;
	border: 1px solid #990000;
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

.FormatErro a {
	color: #0000FF;
	font-size:10px;
	text-decoration: none;
}

.FormatErro a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* FIM ERRO */



/* COMECO AVISO */
.FormatAviso {
	background-color: #FFFFCC;
	border: 1px solid #997A00;
	color: #016703;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}

.FormatAviso a {
	color: #0000FF;
	font-size:10px;
	text-decoration: none;
}

.FormatAviso a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* FIM AVISO */



/* COMEÇO FORMULÁRIO */
.FormText {
	padding:0px;
	border:1px inset #E0EDF1;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #D7F7FF;
	width: 180px;
}
.FormBotao {
	font-family: Arial;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	width: 70px;
	height: 24px;
	border-style: solid;
	border-width: 0;
	background-image: url('Imagens/Form_Botao2.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	cursor: pointer;
}
.FormObrigatorio {
	color:#FF0000;
	font-size:12px;
}
/* FIM FORMULÁRIO */



/* COMEÇO PROMOÇÕES */
.Promo_Titulo {
	color: #CC0000;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}
.Promo_Descricao {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.Promo_Imagem {
	border: 1px solid #666666;
}
.Promo_Validade {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #666666;
}
/* FIM PROMOÇÕES */



/* COMEÇO GALERIA */
.Galeria_Body {
	background-color: #FFB81D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Galeria_Topo {
	background-color: #FFB81D;
	background-attachment: scroll;
	background-image: url(Imagens/Galerias_Topo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Galeria_Combo {
	padding:0px;
	border:1px inset #E0EDF1;
	font-family: Verdana;
	font-size: 10px;
	background-color: #FFFFCC;
	width: 250px;
	color: #8C5217;
}
.Galeria_Titulo {
	color: #CC0000;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}
.Galeria_DataCad {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #666666;
}
.Galeria_Imagem {
	border: 1px solid #666666;
}
.Galeria_Fim {
	background-color: #FFB81D;
	background-attachment: scroll;
	background-image: url(Imagens/Galerias_Fim.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* FIM GALERIA */



/* COMEÇO EVENTOS */
.Eventos_TituloMesAno {
	color: #CC0000;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}
.Eventos_TituloDia {
	color: #333333;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
}
.Eventos_TituloDia a {
	color: #333333;
	text-decoration: none;
}
.Eventos_TituloDia a:hover {
	color: #333333;
	text-decoration: underline;
}
.Eventos_TituloEvento {
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 11px;
}
.Eventos_TituloEvento a {
	color: #000000;
	text-decoration: none;
}
.Eventos_TituloEvento a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.Eventos_DataEvento {
	color: #333333;
	font-family: Arial, Verdana;
	font-size: 10px;
}
/* FIM EVENTOS */



/* COMEÇO TARIFAS */
.Tarifas_Titulo {
	color: #CC0000;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}
.Tarifas_TblFundo {
	background-color: #FFFFFF;
	border: 1px solid #672C00;
}
.Tarifas_TblTitulo {
	background-color: #91DFFF;
	color: #000040;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.Tarifas_TblTitulo a {
	color: #000040;
	text-decoration: none;
}
.Tarifas_TblTitulo a:hover {
	color: #000040;
	text-decoration: underline;
}
.Tarifas_TblCelula {
	background-color: #D7F4FF;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
}
.Tarifas_TblCelula a {
	color: #000000;
	text-decoration: none;
}
.Tarifas_TblCelula a:hover {
	color: #0000FF;
	text-decoration: none;
}
.Tarifas_TblCelulaDesc {
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
}
/* FIM TARIFAS */



/* COMEÇO ACOMODAÇÕES */
.Acomo_Titulo {
	color: #CC0000;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}
/* FIM ACOMODAÇÕES */



/* COMEÇO LAZER */
.Lazer_Titulo {
	color: #CC0000;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
}
/* FIM LAZER */



/* COMEÇO COMO CHEGAR */
.ComoChegar_Titulo {
	color: #CC0000;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
}
.ComoChegar_Titulo a {
	color: #CC0000;
	text-decoration: none;
}
.ComoChegar_Titulo a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.ComoChegar_Descricao {
	color: #333333;
	font-family: Arial, Verdana;
	font-size: 11px;
}
.ComoChegar_Descricao a {
	color: #333333;
	text-decoration: none;
}
.ComoChegar_Descricao a:hover {
	color: #0000FF;
	text-decoration: none;
}
/* FIM COMO CHEGAR */