/* CSS Document */

/***
		= HTML > BODY 
***********************************************/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

div, p, h1, h2, h3, h4{
	margin: 0;
	padding:0;	
}
/***
		= MENU DROP DOWN
***********************************************/
ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	width: 101px;
	background: #C6963A;
	float:left;
	}
	
ul#ul_galeria,
ul#ul_galeria ul{
	margin: 0;
	padding: 0;
	width: 121px;
	background: #C6963A;
	float:left;
}
ul#ul_galeria3,
ul#ul_galeria3 ul{
	margin: 0;
	padding: 0;
	width: 141px;
	background: #C6963A;
	float:left;
}

ul#primary-nav li.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#f7f7f7;
	width:100px;
	height:20px;
	position: relative;
	list-style: none;
	background:url(../img/bt.gif) no-repeat top center;
	text-align:center;
	padding-top:5px;
	}
ul#ul_galeria li.menu2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#f7f7f7;
	width:120px;
	height:20px;
	position: relative;
	list-style: none;
	background:url(../img/bt_galeria.gif) no-repeat top center;
	text-align:center;
	padding-top:5px;
	}
ul#ul_galeria3 li.menu3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#f7f7f7;
	width:140px;
	height:20px;
	position: relative;
	list-style: none;
	background:url(../img/bt_pacotes.gif) no-repeat top center;
	text-align:center;
	padding-top:5px;
	}

ul#primary-nav li.menu ul li {
	list-style: none;
	text-align:left;
	}
ul#ul_galeria li.menu2 ul li {
	list-style: none;
	text-align:left;
	}
ul#ul_galeria3 li.menu3 ul li {
	list-style: none;
	text-align:left;
	}
ul#primary-nav li.menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f7f7f7;
	}
ul#ul_galeria li.menu2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f7f7f7;
	}
ul#ul_galeria3 li.menu3 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f7f7f7;
	}	
/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
* html ul#ul_galeria li { float: left; height: 1%; }
* html ul#ul_galeria li a { height: 1%; }
* html ul#ul_galeria3 li { float: left; height: 1%; }
* html ul#ul_galeria3 li a { height: 1%; }
/* End */

ul#primary-nav li ul li a {
	display: block;
	text-decoration: none;	
	background: #8DBCC6; /* IE6 Bug */
	color: #ffffff;
	font-weight:normal;
	padding: 5px;
	border: 1px solid #5D92A0;
	}
ul#ul_galeria li ul li a {
	display: block;
	text-decoration: none;	
	background: #8DBCC6; /* IE6 Bug */
	color: #ffffff;
	font-weight:normal;
	padding: 5px;
	border: 1px solid #5D92A0;
	}
ul#ul_galeria3 li ul li a {
	display: block;
	text-decoration: none;	
	background: #8DBCC6; /* IE6 Bug */
	color: #ffffff;
	font-weight:normal;
	padding: 5px;
	border: 1px solid #5D92A0;
	}


ul#primary-nav li ul li a.link_submenu {
	display: block;
	text-decoration: none;	
	background: #8DBCC6; /* IE6 Bug */
	color: #333;
	font-weight:normal;
	padding: 5px;
	border: 1px solid #5D92A0;
	font-weight:bold;
	}
ul#ul_galeria li ul li a.link_submenu {
	display: block;
	text-decoration: none;	
	background: #8DBCC6; /* IE6 Bug */
	color: #333;
	font-weight:normal;
	padding: 5px;
	border: 1px solid #5D92A0;
	font-weight:bold;
	}
ul#ul_galeria3 li ul li a.link_submenu {
	display: block;
	text-decoration: none;	
	background: #8DBCC6; /* IE6 Bug */
	color: #333;
	font-weight:normal;
	padding: 5px;
	border: 1px solid #5D92A0;
	font-weight:bold;
	}

ul#primary-nav ul {
	position: absolute;
	left: 0px;
	top: 25px;
}
ul#ul_galeria ul {
	position: absolute;
	left: 0px;
	top: 25px;
}
ul#ul_galeria3 ul {
	position: absolute;
	left: 0px;
	top: 25px;
}
ul#primary-nav li a:hover { color: #8DBCC6; }
ul#ul_galeria li a:hover { color: #8DBCC6; }
ul#ul_galeria3 li a:hover { color: #8DBCC6; }
ul#primary-nav li a.link_submenu:hover { color: #fff; font-weight:bold;}
ul#ul_galeria li a.link_submenu:hover { color: #fff; font-weight:bold;}
ul#ul_galeria3 li a.link_submenu:hover { color: #fff; font-weight:bold;}
/***
		= GENERAL DIV STYLES
***********************************************/

div#container {
	width: 998px;
	height:auto;
	margin:auto;
	
}

div#menu_sup {
	width: 998px;
	height:20px;
	text-align:right;
	padding-top:1px;
}

div#header {
	width: 998px;
	height:107px;
	background-color:#CCDEE2;
	margin-top:3px;
}

div#header div.logo{
	width:163px;
	height:107px;
	float:left;
}
div#header div.img_header{
	width:812px;
	height:107px;
	float:right;
}

div#menu {
	width: 983px;
	height:27px;
	background:url(../img/bg_menu.gif) repeat-x;
	margin:2px 0 1px 0;
	padding-top:2px;
	padding-left:15px;
	z-index:10;
}

/***********CONTEUDO**************/

div#conteudo {
	width: 998px;
	height:auto;
	background:url(../img/bg.gif) repeat-y;
}

div#borda_inferior{
	width:998px;
	height:auto;
	clear:both;
	
}


div#conteudo2 {
	width: 998px;
	height:155px;
	background-color:#E0D28F;
	clear:both;
}

div#cont_01{
	width:205px;
	height:100%;
	float:left;
}

div#cont_02{
	background-color:#FFFFFF;
	width:588px;
	height:auto;
	float:left;
}

div#cont_02 h1{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#5A2F02;
	font-weight:bold;
	margin:10px 0 0 20px;
}

div#cont_02 p{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5A2F02;
	margin:20px 10px 20px 10px;
}

div#cont_02 p.mapa{
	margin:20px 10px 20px 20px;
}

div#cont_02 div.flash{
	width:578px;
	height:269px;
	margin:10px 5px 0 5px;
}
div#cont_02 div.flash span{
	color:#5A2F02;
	font-weight:bold;
	font-size:10px;
}

div#cont_02 table.galeria_multimidia{
	color:#5A2F02;
	font-weight:bold;
	font-size:12px;
}
div#cont_02 table.galeria_multimidia tr td.thumb_galeria{
	vertical-align:middle;
	text-align:center;
}
div#cont_02 div.flash2{
	width:588px;
	height:550px;
	margin:10px 0 0 0;
	text-align:center;
}


div#cont_02 div.hotel_imagens{
	width:578px;
	height:auto;
	margin:10px 5px 0 5px;
	text-align:center;
}

div#cont_02 div.acomodacoes_imagens{
	width:588px;
	height:auto;
	margin:10px 0 0 0;
	text-align:center;
}
div#cont_02 div.facilidades_imagens{
	width:588px;
	height:auto;
	margin:10px 0 0 0;
	text-align:center;
}
div#cont_02 div.promocoes_imagens{
	width:588px;
	height:auto;
	margin:10px 0 0 0;
	text-align:center;
}
div#cont_02 div.eventos_imagens{
	width:588px;
	height:auto;
	margin:10px 0 0 0;
	text-align:center;
}
div#cont_02 div.open_imagens{
	width:588px;
	height:auto;
	margin:10px 0 0 0;
	text-align:center;
}
div#cont_02 div.hotel_mapa{
	width:425px;
	height:360px;
	margin:40px 0 40px 12%;
	padding:10px;
	text-align:center;
	border:1px solid #CCCCCC;
}
div#cont_02 div.hotel_recursos_humanos{
	width:588px;
	margin:40px 0 40px 0;
	text-align:center;
}

div#cont_02 div.hotel_recursos_humanos table.form td{
	height:10px;
	vertical-align:top;
}
div#cont_02 div.hotel_recursos_humanos table.form td.check{
	vertical-align:middle;
}

div#cont_03{
	width:205px;
	height:auto;
	float:left;
}
div#cont_04{
	background:url(../img/bg_caixa_central.gif) no-repeat bottom center;
	width:998px;
	height:152px;
	clear:both;
	line-height:6px;
	margin-bottom:1px;
}
div#cont_04 div#coluna_titulo{
	width:978px;
	text-align:left;
	font-family:Century Gothic, Arial, sans-serif;
	font-size:14px;
	color:#492501;
	padding:15px 0 12px 20px;
}
div#cont_04 div.coluna_logo01{
	width:79px;
	height:115px;
	float:left;
	text-align:center;
	padding-left:15px;
	overflow:hidden;
	
}
div#cont_04 div.coluna_logo02{
	width:119px;
	height:115px;
	text-align:center;
	float:left;
	overflow:hidden;
}
div#cont_04 div.coluna_logo03{
	width:115px;
	height:115px;
	text-align:center;
	float:left;
	overflow:hidden;
}
div#cont_04 div.coluna_logo04{
	width:115px;
	height:115px;
	text-align:center;
	float:left;
	overflow:hidden;
}
div#cont_04 div.coluna_logo05{
	width:125px;
	height:115px;
	text-align:center;
	float:left;
	overflow:hidden;
}
div#cont_04 div.coluna_logo06{
	width:98px;
	height:115px;
	text-align:center;
	float:left;
	overflow:hidden;
}
div#cont_04 div.coluna_logo07{
	width:66px;
	height:115px;
	text-align:center;
	float:left;
	overflow:hidden;
}
div#cont_04 div.coluna_logo08{
	width:96px;
	height:115px;
	text-align:center;
	float:left;
	overflow:hidden;
}
div#cont_04 div.coluna_logo09{
	width:94px;
	height:115px;
	text-align:center;
	float:left;
	overflow:hidden;
}
div#cont_04 div.coluna_logo10{
	height:115px;
	text-align:center;
	float:left;
	overflow:hidden;
}


.caixa_top{
	width:195px;
	height:14px;
	margin:0 5px 0 5px;
	background:url(../img/bg_top.gif) no-repeat bottom center;
}
.caixa_top2{
	width:195px;
	height:11px;
	margin:0px 5px 0 5px;
	background:url(../img/bg_caixa_lateral_01_top.gif) no-repeat bottom center;
}
.cont_lateral_01, .cont_lateral_02, .cont_lateral_03{
	width:195px;
	padding-top:15px;
	padding-bottom:17px;
	margin:0 5px 0 5px;
	background:url(../img/bg_caixa_lateral_01_center.gif) repeat-y;
}
.caixa_bottom{
	width:195px;
	height:25px;
	margin:0 5px 0 5px;
	background:url(../img/bg_central.gif) no-repeat center;
}
.caixa_bottom2{
	width:195px;
	height:11px;
	margin:0 5px 0 5px;
	background:url(../img/bg_caixa_lateral_01_bottom.gif) no-repeat top center;
}

div#cont_01 div.cont_lateral_01{
	height:305px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5A2F02;
	line-height:6px;
	text-align:center;
}

div.cont_lateral_01 h3{
	font-family:Century Gothic, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin-bottom:25px;
}
div.cont_lateral_01 p{
	line-height:10px;
	text-align:left;
	padding-left:16px;
}

div#cont_01 div.cont_lateral_02{
	height:100%;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5A2F02;
	line-height:6px;
}

div#cont_03 div.cont_lateral_03{
	height:auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5A2F02;
	line-height:6px;
}

/***********RODAPÉ**************/
div#barra_inf {
	width: 980px;
	height:70px;
	background-color:#8DBCC6;
	padding:5px 9px 0 9px;
}

div#barra_inf div.img_01 {
	width:240px;
	height:63px;
	border:1px solid #5d92a0;
	background-color:#84acb6;
	float:left;
}

div#barra_inf div.img_interna01{
	width:40%;
	height:63px;
	float:left;
}

div#barra_inf div.txt_interna01{
	width:49%;
	height:58px;
	float:left;
	color:#FFFFFF;
	padding-top:13px;
	text-align:center;
}

div#barra_inf .destaque{
	color:#330000;
}

div#barra_inf div.img_02 {
	width:240px;
	height:63px;
	border:1px solid #5d92a0;
	background-color:#84acb6;
	margin-left:4px;
	float:left;
}

div#barra_inf div.img_interna02{
	width:120px;
	height:63px;
	float:left;
}

div#barra_inf div.txt_interna02{
	width:auto;
	height:58px;
	float:left;
	color:#FFFFFF;
	padding-top:5px;
	text-align:center;
}

div#barra_inf div.img_interna03{
	width:97px;
	height:63px;
	float:left;
}

div#barra_inf div.txt_interna03{
	width:143px;
	height:63px;
	float:left;
	color:#FFFFFF;
	line-height:12px;
	text-align:center;
}
div#barra_inf .destaque3{
	color:#330000;
	font-size:10px;
}

div#barra_inf div.img_interna04{
	width:120px;
	height:63px;
	float:left;
}

div#barra_inf div.txt_interna04{
	width:120px;
	height:63px;
	float:left;
	color:#FFFFFF;
	line-height:12px;
	text-align:center;
}

div#barra_inf div.img_03 {
	width:240px;
	height:63px;
	border:1px solid #5d92a0;
	background-color:#84acb6;
	margin-left:4px;
	float:left;
}
div#barra_inf div.img_04 {
	width:240px;
	height:63px;
	border:1px solid #5d92a0;
	background-color:#84acb6;
	margin-left:4px;
	float:left;
}
div#faixa_inf {
	width: 998px;
	height:26px;
	padding-top:3px;
}

div#faixa_inf div.bg_faixa_inf{
	width: 998px;
	height:23px;
	background:url(../img/bg_barra_inf_interna.gif) repeat-x;
}
div#faixa_inf div.bg_faixa_inf_esq{
	width: 20px;
	height:23px;
	background:url(../img/bg_barra_inf_esq_interna.gif) no-repeat;
	float:left;
}
div#faixa_inf div.bg_faixa_inf_dir{
	width: 19px;
	height:23px;
	background:url(../img/bg_barra_inf_dir_interna.gif) no-repeat;
	float:right;
}

div#footer {
	width: 998px;
	height:93px;
}

div#footer div.links_footer{
	padding-top:5px;
	text-align:center;
}
div#footer div.ihg{
	width:375px;
	height:50px;
	padding-top:20px;
	background:url(../img/logo_ihg.jpg) no-repeat right;
	float:left;
}
div#footer div.endereco{
	width:603px;
	height:50px;
	padding-top:15px;
	padding-left:20px;
	text-align:left;
	float:left;
}

/***
		= IMAGE STYLES
***********************************************/

img {
	border: none;
	margin:0;
	vertical-align:middle;
}

/***
		= LINK STYLES
***********************************************/

a, a:link, a:hover, a:visited {
	color: #000000;
	text-decoration: none;
}

a.solicitacao, a.solicitacao:link, a.solicitacao:hover, a.solicitacao:visited {
	color: #5A2F02;
	text-decoration: underline;
}

div#cont_02 a{
	text-decoration:underline;
}
/***
		= HEADER STYLES
***********************************************/


/***
		= FORM STYLES
***********************************************/

input, select, textarea, fieldset { 
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	color:#666666;
	vertical-align:middle;
}
input.nome, .endereco, .cidade, .email, .razao, .cnpj, .ramo, .empresa, .insc_estad, .area{
	width:240px;
	font-size: 12px;
}
input.idade, .estado, .ddd, .ddd_fax, .num_apart, .num_pessoas, .hora_inicio, .hora_term{
	width:42px;
	font-size: 12px;
}
input.tel, .fax, .cep, .outros{
	width:86px;
	font-size: 12px;
}

input:focus, textarea:focus {
	background: #F5F9FA;
}

input.btn_image {
	border: none;
	width: auto;
}

input.date {
	width: 70px;
}

input.checkbox, input.radio {
	border: none;
}
textarea.resumo, .objetivos, .outras{
	width:340px;
	height:100px;
	font-size: 12px;
}
select.uf, .dia, .mes{
	width:44px;
	font-size: 12px;
}
select.ano{
	width:60px;
	font-size: 12px;
}
select.formato, .coffee, .forma_pag{
	width:100px;
	font-size: 12px;
}
/***
		= OTHER STYLES
***********************************************/
.esconde{
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}