/* CSS Document */

/* GERAIS */
/***********************************************/
body {
	margin:0px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	background: #F0E8D6 url(/img/background.jpg) repeat center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border-style: none;
}

a:visited, a:link, a:active {
	color:#8D7432;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color:#8D7432;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* SITE */
/***********************************************/
.stripe {
	margin: 0px;
	padding: 0px;
	background: url(/img/stripe.jpg) repeat-x left 132px;
	z-index:1;
}

.background {
	margin: 0px;
	padding: 0px 0px 10px;
	background: url(/img/back_site.jpg) no-repeat center 120px;
}

.back_menu {
	background: url(/img/back_menu.png) no-repeat center top;
	height: 60px;
}

.left_home {
	background: url(/img/left_home.png) no-repeat right top;
	height: 300px;
	width: 24px;
}

.right_home {
	background: url(/img/right_home.png) no-repeat left top;
	height: 300px;
	width: 24px;
}

.middle_home {
	background: url(/img/middle_home.png) no-repeat center top;
	height: 300px;
	width: 920px;
	position:absolute;
	z-index: 40;
}

.left_inside {
	background: url(/img/left_inside.png) no-repeat right top;
	height: 271px;
	width: 24px;
}

.right_inside {
	background: url(/img/right_inside.png) no-repeat left top;
	height: 271px;
	width: 24px;
}

.middle_inside {
	background: url(/img/middle_inside.png) no-repeat center top;
	height: 271px;
	width: 920px;
	position:absolute;
	z-index: 40;
}

.back_modulos_home_first {
	background: #FFFFFF url(/img/back_modulos_home_first.png) no-repeat left top;
	margin: 0px;
	padding: 5px 0px 0px;
	height: 217px;
	width: 940px;
}

.back_modulos_home_second {
	background: #FFFFFF url(/img/back_modulos_home_second.png) no-repeat left top;
	margin: 0px;
	padding: 22px 0px 12px;
	width: 940px;
}

.line_modulos_home_second {
	background: url(/img/line_modulos_home_second.png) repeat-y right top;	
}

.back_inside_left {
	background: #FFFFFF url(/img/back_inside.png) repeat-x left top;
	border-top: 0px none #E4E1C0;
	border-right: 1px solid #E4E1C0;
	border-bottom: 0px none #E4E1C0;
	border-left: 0px none #E4E1C0;
	padding-top: 16px;	
	padding-bottom: 16px;		
}


.back_inside {
	background: #FFFFFF url(/img/back_inside.png) repeat-x left top;
	padding-top: 16px;	
	padding-bottom: 16px;			
}

.logo {
	height: 80px;
	width: 300px;
	position: absolute;
	margin-top: 16px;
	margin-left: 30px;
}

.logo img {
	border-width: 0px;
}

.oasis {
	height: 112px;
	width: 441px;
	position: absolute;
	margin-top: 0px;
	margin-left: 510px;
}

/* FOOTER */
/***********************************************/

.footer {
	text-decoration:none;
	font-size: 12px;
	height: 45px;
	color: #645449;
	width: 940px;
	padding-top: 0px;
	background: url(/img/back_footer.png) no-repeat left top;
}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:none;
	color: #645449;
	font-size: 12px;	
}

.footer a:hover {
	text-decoration:underline;
	color: #645449;
	font-size: 12px;	
}

/*CONTENTORES MÓDULOS*/
/***********************************************/

.title_mods {
	text-decoration:none;
	color:  #645449;
	padding-top: 8px;
	padding-bottom: 8px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #880809;
}

/* RECORDS */

.records {
	padding: 10px;
}

/*TITLES*/
/***********************************************/

.titles {
	text-decoration:none;
	color:  #645449;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #E4E1C0;
}

.titles_red {
	text-decoration:none;
	color:  #645449;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	border-bottom: 6px solid #880809;
	letter-spacing: -1px;	
	text-transform:uppercase;
}

.titles_brown {
	text-decoration:none;
	color:  #645449;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	border-bottom: 6px solid #9F813D;
	letter-spacing: -1px;	
	text-transform:uppercase;
}

.titles_orange {
	text-decoration:none;
	color:  #645449;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	border-bottom: 6px solid #D58000;
	letter-spacing: -1px;	
	text-transform:uppercase;
}

.titles_green {
	text-decoration:none;
	color:  #645449;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	border-bottom: 6px solid #006633;
	letter-spacing: -1px;	
	text-transform:uppercase;
}

.titles_blue {
	text-decoration:none;
	color:  #645449;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	border-bottom: 6px solid #006699;
	letter-spacing: -1px;	
	text-transform:uppercase;
}

.line {
	border-bottom: 1px solid #F4F3E8;
	padding: 2px 0px;
}

.subtitles {
	text-decoration:none;
	color:  #645449;
	padding-top: 5px;
	padding-bottom: 10px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #B9B5A9;
}

/*RESERVAS*/
/***********************************************/

.title_reservas {
	text-decoration:none;
	color:  #645449;
	padding-top: 0px;
	padding-bottom: 8px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #880809;
}

.txt_reservas {
	font: 10px Arial, Helvetica, sans-serif;
	color: #645449;
}

.back_reservas_home {
	background: url(/img/back_reservas_home.jpg) no-repeat right bottom;
	height: 155px;

}

.back_reservas_inside {
	background: url(/img/back_reservas_inside.jpg) no-repeat right bottom;
	height: 155px;

}

.btn_reserva {
	background: url(/img/btn_reservas.jpg) repeat-x left top;
	height: 26px;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	cursor: hand;
	border: 0px none #880809;
	text-align:center;
	margin-left: 5px;
	margin-right: 5px;	
	width: 120px;
}

.select_reserva {
	background: #DEDBB1;
	margin-right: 10px;
	border: 1px solid #DEDBB1;
}

.select_reserva2 {
	background: #DEDBB1;
	border: 1px solid #DEDBB1;
}

.select_reserva_inside {
	background: #DEDBB1;
	margin-right: 2px;
	border: 1px solid #DEDBB1;
}

.select_reserva_inside2 {
	background: #DEDBB1;
	border: 1px solid #DEDBB1;
	width: 40px;
}

.cx_reserva {
	background: #DEDBB1;
	margin-right: 4px;
	border: 1px solid #DEDBB1;
	width: 80px;
}

.cx_reserva2 {
	background: #DEDBB1;
	border: 1px solid #DEDBB1;
	width: 60px;
}

.cx_reserva3 {
	background: #DEDBB1;
	border: 1px solid #DEDBB1;
	width: 50px;
}

/*CONTEUDO*/
/***********************************************/

.conteudos {
	padding: 20px 0px 30px;
	line-height: 18px;
}

.txt_bold {
	color:  #8D7432;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.txt_date {
	color:  #9F7742;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.txt_blue_mods{
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #01476B;
	text-decoration: none;
}

/*NOTICIAS*/
/***********************************************/

.title_news {
	text-decoration:none;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #880809;
	padding: 20px 0px 10px;	
}

.title_news:link, .title_news:visited, .title_news:active {
	text-decoration:none;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #880809;
}

.title_news:hover {
	text-decoration:underline;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #880809;
}

.conteudo_news {
	padding: 0px 0px 10px;
	line-height: 22px;	
	border-bottom: 1px solid #E4E1C0;
}

.news_img {
	border: 1px solid #EBE8E0;
	background: #FFFFFF;
	padding: 10px;
}

.news_img_left {
	border: 1px solid #EBE8E0;
	background: #FFFFFF;
	padding: 10px 10px 20px;
	float: left;	
	margin-right: 10px;
}

.news_img_right {
	border: 1px solid #EBE8E0;
	background: #FFFFFF;
	padding: 10px 10px 20px;
	float: right;	
	margin-left: 10px;	
}

.slider_date {
	color:#9F7742;
	margin-right: 10px;
}

/*FORMS*/
/***********************************************/

.back_forms {
	background: url(/img/back_forms.png) repeat-x left top;
	height: 300px;
}

.linha_forms {
	background: url(/img/linha_login.png) repeat-x left bottom;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #5A564A;
	padding: 10px 5px;
}

.cx_forms {
	font: 12px Arial, Helvetica, sans-serif;
	color: #645449;
	background: #DFDCB5;
	padding: 5px;
	width: 460px;
	border: 1px solid #EAE7E2;
}

.cx_forms_peq {
	font: 12px Arial, Helvetica, sans-serif;
	color: #645449;
	background: #DFDCB5;
	padding: 5px;
	width: 160px;
	border: 1px solid #EAE7E2;
}

.padding_forms {
	font: 12px Arial, Helvetica, sans-serif;
	color: #645449;
	font-weight: bold;
	padding-top: 5px;
}

.cx_forms2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #5A564A;
	padding: 5px;
	width: 160px;
	border-style: none;
}

.btn_enviar {
	color: #9A8B6E;
	background: url(/img/btn_enviar.jpg) no-repeat left top;
	height: 22px;
	width: 64px;
	border-style: none;
	text-align:left;
	padding-left: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	cursor: hand;
}

.btn_enviar2 {
	color: #9A8B6E;
	background: url(/img/btn_enviar2.jpg) no-repeat left top;
	height: 20px;
	width: 72px;
	border-style: none;
	text-align:left;
	font: 12px Arial, Helvetica, sans-serif;
	cursor: hand;
}

.btn_forms {
	color: #FFFFFF;
	background: url(/img/btn_login.png) no-repeat left top;
	height: 28px;
	width: 102px;
	border-style: none;
	cursor: hand;	
}

.btn_forms2 {
	color: #FFFFFF;
	background: url(/img/btn_forms.png) no-repeat left top;
	height: 28px;
	width: 142px;
	border-style: none;
	cursor: hand;	
}

.cx_newsletter {
	width: 190px;
	background: #EEECD7;
	padding: 5px;
	color: #645449;
	border-style: none;
	font: 12px Arial, Helvetica, sans-serif;
}

.btn_subscrever {
	width: 93px;
	background: #B38E64 url(/img/btn_subscrever.png) no-repeat left top;
	border-style: none;
	height: 20px;
	margin-right: 3px;
	cursor: hand;	
}

.btn_info {
	width: 101px;
	background: #B38E64 url(/img/btn_info.png) no-repeat left top;
	border-style: none;
	height: 20px;
	cursor: hand;	
}

/* BREADCRUMB */
/***********************************************/

.breadcrumb {
	margin-top: 245px;
	margin-left: 10px;
	position:absolute;
	color:#645449;
	height: 40px;
	width: 400px;
	z-index: 100;
}	

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	text-decoration:underline;
	color:#39312B;
	font-size: 12px;	
}

.breadcrumb a:hover {
	text-decoration:none;
	color:#39312B;
	font-size: 12px;	
}

/* LEFTNAV
/***********************************************/

.title_menu_lateral {
	text-decoration:none;
	color:  #645449;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #E4E1C0;
}

.leftnav {
	/*float:left;*/
	width: 200px;
	display: block;
	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;	
}

.leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.leftnav ul li {
	margin: 0;
	padding: 0;
}

.leftnav ul li div{
	background: url(/img/left_nav_background.png) repeat-y left top;
	color: #ADA9A3;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;	
	width: 175px;
	border-bottom: 1px solid #E4E1C0;
}

.leftnav ul li a:link, .leftnav ul li a:visited, .leftnav ul li a:active {
	color: #7D6F65;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 10px;
	width: 175px;
	background: url(/img/left_nav_background.png) repeat-y left top;
	border-bottom: 1px solid #E4E1C0;	
}

.leftnav ul li a:hover {
	color: #880809;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 10px;
	width: 175px;
	background: url(/img/left_nav_background.png) repeat-y left top;
	border-bottom: 1px solid #E4E1C0;	
}

.leftnav ul li a.active:link, .leftnav ul li a.active:visited, .leftnav ul li a.active:active {
	text-decoration:none;
	color: #880809;
	font-weight: bold;
	background: url(/img/left_nav_background.png) repeat-y left top;
	border-bottom: 1px solid #E4E1C0;	
}

.leftnav ul li a {
	padding: 8px 10px;
	display: block;
	text-decoration: none;
	margin: 0;
	color: #FFFFFF;
}

.leftnav ul li a.level2:link, .leftnav ul li a.level2:visited, .leftnav ul li a.level2:active {
	padding-left: 35px;
	padding-right: 10px;
	width: 155px;
	background: url(/img/left_nav_background.png) repeat-y left top;
	border-bottom: 1px solid #E4E1C0;
}

.leftnav ul li a.level2:hover {
	padding-left: 35px;
	padding-right: 10px;
	width: 155px;
	background: url(/img/left_nav_background.png) repeat-y left top;
	border-bottom: 1px solid #E4E1C0;
}

.leftnav ul li a.level3:link, .leftnav ul li a.level3:visited, .leftnav ul li a.level3:active {
	padding-left: 55px;
	padding-right: 10px;
	width: 135px;
	background: url(/img/left_nav_background.png) repeat-y left top;
	border-bottom: 1px solid #E4E1C0;
}

.leftnav ul li a.level4:link, .leftnav ul li a.level4:visited, .leftnav ul li a.level4:active {
	padding-left: 55px;
	padding-right: 10px;
	width: 135px;
	background: url(/img/left_nav_background.png) repeat-y left top;
	border-bottom: 1px solid #E4E1C0;
}

.leftnav ul li a:hover {
	color: #880809;
}

.leftnav ul li a.active, .leftnav ul li a.active:hover {
	color:#7D6F65;		
	text-decoration:none;	
}

/* FORMS */

.conteudo_print {
	display:none;
}

.print {
	width: 17px;
	height: 17px;
	background: url(/img/print.jpg) no-repeat left top;
	border: 0px solid #FFFFFF;
	cursor: hand;
}

/* GALERIA */
/***********************************************/

.back_gallery {
	background: url(/img/back_img_gallery.png) repeat left top;
	/*	background: #EEECD7;*/
	height: 180px;
	width: 210px;
	border: 1px solid #F3F3F0;
}

.back_gallery2 {
	background: url(/img/back_img_gallery.png) repeat left top;
	height: 200px;
	width: 210px;
	border: 1px solid #F3F3F0;
}

.conteudo_gallery {
	padding-top: 10px;
	padding-bottom: 10px;
}

.img_gallery {
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #E4E1C0;	
}

/*RESERVAS CALENDARIO*/
/***********************************************/

.dynCalendar_header{
  background-color: #eeeeee;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: bold;
}
.dynCalendar_dayname {
  background-color: #eeeeee;
  border: 1px solid #c0c0c0;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 8pt;
  text-align: center;
}
.dynCalendar_close {
  background-color: #eeeeee;
  border: 1px solid #c0c0c0;
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  font-size: 8pt;
}
.dynCalendar_day {
  background-color: #eeeeee;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 8pt;
}
.dynCalendar_today {
  background-color: #ffffff;
  border: 1px solid red;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 8pt;
}
.dynCalendar {
  background-color: #c0c0c0;
  border: 2px outset white;
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 1px;
}
A.dynlinks:link {
  FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none;
}
A.dynlinks:visited {
  FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none;
}
A.dynlinks:hover {
  FONT-WEIGHT: bold; COLOR: red; TEXT-DECORATION: underline;
}
.dynCalendar_select {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #c0c0c0;   
}

.hhidden {
	display: none;
}

#sidebar_left {
	position: absolute;
	width: 115px;
	height: 220px;
	padding: 20px 7px 10px 3px;
	text-align:center;
	color:#FFFFFF;
	background: url(/img/sidebar.png) no-repeat;
	z-index: 900;
}

#sidebar_left2 {
	position: absolute;
	padding: 0px;	
	width: 125px;
	height: 125px;
	text-align:center;
	color:#FFFFFF;
	z-index: 900;
}

#sidebar_right {
	position: absolute;
	right: 0px;
	width: 115px;
	height: 230px;
	padding: 10px 3px 10px 7px;
	text-align:center;
	color:#FFFFFF;
	background: url(/img/sidebar_right.png) no-repeat;
	z-index: 900;
}

.promocao {
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-bottom: 120px;
	line-height: 20px;
}

.promocao_dia {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #CEC98C;
}

.promocao_preco {
	font: bold 26px Arial, Helvetica, sans-serif;
	color: #BE9B49;
}

.promocao_texto {
	line-height: 14px;
}

.promocao_botao {
	margin-top: 5px;
}