@charset "iso-8859-1";

/*############### DEFAULTS #######################*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3D3D2E;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}
ul {
	/*this one makes the firefox ul space problem be correct*/
	padding:0px;
	margin:0px;
}
.center {
	text-align: center;
}
.float_left {
	float: left;	
}
.float_right {
	float: right;
}
.margin_top {
	margin-top: 17px;
}
.margin_top2 {
	margin-top: 11px;
}
.margin_left {
	margin-left: 11px;
}
.img_centro {
	vertical-align:middle;
}

a {font-size: 11px;color: #666467;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;color:#666467;}
a:hover {text-decoration: none;color: #999999;}
a:active {text-decoration: none;color: #666467;}
a.linkmenu {font-family: "Arial"; font-size: 11px;font-weight: bold; color: #343331; text-transform: uppercase; }

div.hr { 
	border-bottom: 1px solid #DFD5C1; 
	clear: both; 
	height: 1px; 
} 
div.hr hr { 
	display: none; 
} 
hr {
	margin: 0;
	padding: 0;
	color: #CDCEC6;
	background-color: #DFD5C1;
	height: 1px;
}

input,textarea,select {
	background-color: #FFFFFF;
	border: solid 1px #9E977C;
	font-size: 11px;
	color: #666666;
}


/*############### GERAIS #######################*/

.main {
	width: 972px;
	position:relative;
	left: 50%;
	margin-left:-492px;

}
.conteudo {
	background-color:#FFFFFF;
	width: 972px;
	position:relative;
	left: 50%;
	margin-left:-492px;
	background-image:url(img/bg_pacotes.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	clear: both;
}

.interna {
	background-image: url(img/bg_internas.gif);
	background-color:#FFFFFF;
	width: 972px;
	position: relative;
	left: 50%;
	margin-left:-492px;
	background-position:top;
	background-repeat:repeat-x;
	clear: both;
}
.bggaleria {
	background-image: url(img/bg_galeria.gif);
	background-color: #DCD6C6;
	background-position: top;
}
.bordaimagem{
	border: solid 3px #FFFFFF;
}
.espaco {
	margin-top:10px;
}
.migalhas {
	/*background-color: #9E977C;*/
	background-color: #D8D3BB;
	height: 11px;
}
.bgmenu {
	background-color: #F4F1E8;
}
.altmenu {
	height: 74px;
}
.logo {
	width: 170px;
	padding-top: 6px;
	background: #F4F1E8;
	
}
.menu {
	width: 801px;
	border-left: 1px solid #CDCEC6;
}
.links_topo2 {
	width: 788px;
}
ul, li {
	list-style-type: circle;
}
DIV.links_topo2 UL LI {
	DISPLAY: inline;
	PADDING-LEFT: 12px;
	padding-right: 10px;
	list-style-type: circle;
}
.links_topo2 UL {
	list-style-image: url(img/list.gif);
	list-style-type: circle;
}
DIV.links_topo UL LI {
	DISPLAY: inline;
	PADDING-LEFT: 12px;
	padding-right: 10px;
}
.links_topo UL {
	list-style-image: url(img/list.gif);
	list-style-type: circle;
}
.pacotes {
	border: solid 1px #D3D0C7;
	padding: 10px;
	width: 290px;
	height: 99px;
}
.bg_pacotes{
	background-image:url(img/bg_int_pacotes.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #FDFEF9;
}
.titPacotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #434343;
}
.suites {
	border: solid 1px #D3D0C7;
	padding: 10px;
	width: 211px;
	height: 115px;
}
.contsuites {
	width: 952px;
	height: 377px;
	padding: 10px;
}
.detalhe_suites {
	width: 210px;
	height: 105px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 12px;
}
.bordaimgsuites {
	border: solid 1px #746863;
}
.rodape {
	background-color: #3D3D2E;
	text-align: right;
	margin-top: 5px;
	color: #938F8F;
	clear: both;
}
.titulo_interna {
	font-size: 30px;
	color: #343331;
	font-weight: bold;
	letter-spacing: -2px;
}
#cont_interna {
	padding-left: 38px;
	padding-right: 20px;
	padding-top: 40px;
	margin-bottom: 50px;	
}
.tamanho_texto {
	width: 520px;
}
.borda_espacada {
	border: solid 1px #CAC19F;
	padding: 5px;
}
.branco{
	color:#FFFFFF;
}
.titulos {
	font-size:24px;
	letter-spacing: -1px;
	color: #FFDB82;
}
.bullet {
	font-size: 11px;
}
.amarelo {
	color: #FFDB82;
}