/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #FBF9F7; 
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #fff; font-family: Georgia, Times, serif;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.noMargin	{ margin: 0px; padding: 0px;}
.fotoSombra	{ margin: 0 0 0 -5px;	}
.bolder		{ font-weight: bolder;}
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
/* --------------------------------------------------------------
   grid.css - mirror version of src/grid.css
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 760px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 

 background: url(grid.png); 

}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7 {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1-2  { width: 160px; }
.span-1  { width: 100px; }
.span-2  { width: 210px; }
.span-3  { width: 320px; }
.span-4  { width: 430px; }
.span-5  { width: 540px; }
.span-6  { width: 650px; }
.span-7  { width: 760px; margin: 0; }

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7 {
  border-left-width: 1px!important;
  border-right-width: 1px!important;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

input.span-1, textarea.span-1 { width: 88px!important; }
input.span-2, textarea.span-2 { width: 198px!important; }
input.span-3, textarea.span-3 { width: 308px!important; }
input.span-4, textarea.span-4 { width: 418px!important; }
input.span-5, textarea.span-5 { width: 528px!important; }
input.span-6, textarea.span-6 { width: 638px!important; }
input.span-7, textarea.span-7 { width: 748px!important; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 110px; } 
.append-2  { padding-right: 220px; } 
.append-3  { padding-right: 330px; } 
.append-4  { padding-right: 440px; } 
.append-5  { padding-right: 550px; } 
.append-6  { padding-right: 660px; } 

/* Add these to a column to prepend empty cols. */

.prepend-1  { padding-left: 110px; } 
.prepend-2  { padding-left: 220px; } 
.prepend-3  { padding-left: 330px; } 
.prepend-4  { padding-left: 440px; } 
.prepend-5  { padding-left: 550px; } 
.prepend-6  { padding-left: 660px; } 


/* Border on right hand side of a column. */
div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right: 59px;
  margin-right: 60px;
  border-right: 1px solid #eee;
}


/* Use these classes on an element to push it into the 
next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -110px; }
.pull-2 { margin-left: -220px; }
.pull-3 { margin-left: -330px; }
.pull-4 { margin-left: -440px; }
.pull-5 { margin-left: -550px; }
.pull-6 { margin-left: -660px; }
.pull-7 { margin-left: -770px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7 {float: left; position:relative;}

.push-1 { margin: 0 -110px 1.5em 110px; }
.push-2 { margin: 0 -220px 1.5em 220px; }
.push-3 { margin: 0 -330px 1.5em 330px; }
.push-4 { margin: 0 -440px 1.5em 440px; }
.push-5 { margin: 0 -550px 1.5em 550px; }
.push-6 { margin: 0 -660px 1.5em 660px; }
.push-7 { margin: 0 -770px 1.5em 770px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7 {float: right; position:relative;}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
.prepend-top { 
  margin-top:1.5em; 
}
.append-bottom { 
  margin-bottom:1.5em; 
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }
/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:0; margin: 0 0 1.5em 0; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], 
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 150px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* Baseline rhythm */

body { font-size: 12px; line-height: 1.3333333333333333em; }
h1, h2, h3, h4, h5, h6, p, blockquote {font-size:1em; line-height:1.3333333333333333em; margin-bottom:1.3333333333333333em}
h1 { font-size: 3em; line-height: 0.8888888888888888em; margin-top:0.4444444444444444em; margin-bottom: 0em; }
h2 { font-size: 2em; line-height: 1.3333333333333333em; margin-top: -0em; margin-bottom: 0.6666666666666666em; }
h3 { font-size: 1.5em; line-height: 0.8888888888888888em; margin-top: 0.8888888888888888em; margin-bottom: 0em; }
h4 { font-size: 1.2em; line-height: 1.1111111111111112em; margin-top: 1.1111111111111112em; margin-bottom: 0em; }
h5 { font-size: 1em; line-height: 1.3333333333333333em; margin-top: -0em; margin-bottom: 1.3333333333333333em; }
h6 { font-size: 1em; line-height: 1.3333333333333333em; margin-top: -0em; margin-bottom: 1.3333333333333333em; }

/* cores */
.corFundoEventos{background: #C80019;}
.corFundoAcomodacao{background: #6E862D;}
.corFundoCorporativo{background: #42210B;}
.corFundoEsporte{background: #29ABE2;}
.corFundoContato{background: #F9B414;}
.corFundoSite{background: #8D9C81 url(../imagens/fundo-gradiente.jpg) top repeat-x;}
.corFundoRodape{background:#DFD5C4; }
.corFundoBegeClaro{background: #FBF9F7;}
.corfundoAmarelo{background: #F9B41C;}

.borda{
	border: 5px solid #F8FFF3; margin-bottom: 1em;
}

/***** bot‹o formul‡rio ****/
.botSubmit{
	background: #42210B; border: none; color: white; padding: 0.5em;
}

#index-areaContato{margin-bottom: 20px;}

/********* tabela capacidade ********************/

/****** bordas *****/
#capacidadeSalasCorp{border-collapse: collapse;}
#capacidadeSalasCorp caption{background: none;}
#capacidadeSalasCorp th{background: #42210B;}
#capacidadeSalasCorp tbody td{border-bottom: 1px dashed #42210B; color: black; }


/***** box de detalhes e listas ****/
.boxDetalhe{
	padding-top: 10px;
}

.boxDetalhe h4{}
.boxDetalhe ul{margin:0;}
.boxDetalhe ul li{border-bottom:1px dashed white;}

.box6colunas{
	background: #FBF9F7 url(../imagens/box-6-colunas_top.png) top center no-repeat; 
	color: #42210B;
}
.box6colunas div{background:#FBF9F7 url(../imagens/box-6-colunas_bottom.png) bottom center no-repeat; margin-bottom: 0px;}

.box4colunas{
	background: #DFD5C4 url(../imagens/box-4colunas_top.png) top center no-repeat; 
	color: #42210B;
}
.box4colunas div{background:#DFD5C4 url(../imagens/box-4colunas_bottom.png) bottom center no-repeat; margin-bottom: 0px;}


.box3colunas{
	background: url(../imagens/box-3colunas_top.jpg) top center no-repeat; 
	color: #42210B;
}
.box3colunas div{background:#DFD5C4 url(../imagens/box-3colunas_bottom.jpg) bottom center no-repeat;}

.box2colunas{
	background: url(../imagens/box-2colunas_top.jpg) top center no-repeat; 
	color: #42210B;
}
.box2colunas div{background:#DFD5C4 url(../imagens/box-2colunas_bottom.jpg) bottom center no-repeat;}

/***** index news ****/
#news-home a{text-decoration: none;}
#news-home a:hover{text-decoration: underline;}
#news-home li h4 a{font-weight: bold; color: #42210B;}
#news-home li p a{color: white; text-decoration: none;}
#news-home ul {border-bottom: 1px dashed #F8FFF3; display: table;}
#news-home ul li{float: left;}

#cadastroField label input{width:160px;}
/**** titulos index ****/
.titulo-index{border-bottom: 2px solid #F8FFF3;}


/** marca */
#marcaCabecalho { margin:-25px 0 0 -23px; width: 243px; height: 11em;}
#marcaCabecalho h1{background: url(../imagens/cabecalho_marcaHotel.png) top left no-repeat;}
#marcaCabecalho a{text-indent: -9999em; display: block; height: 3.1em;}
/* menu principal */
#menuPrincipal{margin-top: 1.8em;}
#menuPrincipal ul{display: table; margin: 0 0 0;}
#menuPrincipal ul li{}
#menuPrincipal ul li a{border-bottom: 1px solid #FBF9F7; padding:0.5em 10px 0 0; margin-bottom:5px; text-decoration: none; color: #FBF9F7; display: block;}

/**** estilo <a para intes de menu *****/
.botMenu {border-bottom: 1px solid #FBF9F7; padding:0.5em 10px 3px 0; margin-bottom:5px; text-decoration: none; color: #FBF9F7; display: block;}
.botMenu:hover{border-bottom: 4px solid #FBF9F7; padding-bottom: 0px; color: #fbf9f7}


.botAtivo{}
#menuPrincipal ul li a:hover,
#menuPrincipal .botAtivo a{border-bottom: 4px solid #FBF9F7; margin-bottom: 1px;}

/******** intro ***********/
.foto-intro{position: absolute; top:20px; left:20px;}
#destaques{position: absolute; top:0;}

/* intro destaque */
#introDestaque{margin:-2em 0 0 -40px; position: relative;}
.introTitulo{position: absolute; top:18em; left: -10px; width: 435px; padding-left: 45px;}
.introTitulo-index{position: absolute; top:20em; left: -10px; width: 250px; padding-left: 45px;}
.introTitulo-index h2{padding: 0.5em 0px 0; margin: 0px;}

#introTitulo h2{}
#introTitulo p{}

#introDestaque-index{margin:-2em 0 0 -40px; position: relative;}
#introDestaque-index #destaques{background: aqua;}
#destaques-container{position: absolute; top:0px; left:0px; background: black;}

/* slide fotos */

/***** corpo ******/
#corpo{padding-bottom: 20px; }
a{color:#F8FFF3;}

#slideFotos{position: relative;}
#slideFotos #fotos-slide {height: 256px; width:540px;}
#slideFotos #fotos-slide li{}
#slideFotos #fotos-slide li span{display: none;}

#slideFotos #barraSlide{position: absolute; top:14em; z-index: 10; font: 14px Georgia, Times, serif; font-weight: bold;}
#slideFotos #barraSlide #slideLegenda{padding: 15px 0; }
#slideFotos #barraSlide #slideLegenda h5{color:#F8FFF3;}
#slideFotos #barraSlide .barNavegacaoSlide{padding: 10px;  color: white;}


#slideFotos #barraSlide .barNavegacaoSlide a{margin: 2px; padding: 2px; text-decoration: none; color: white;}
#slideFotos #barraSlide .barNavegacaoSlide .activeSlide{color: #DFD5C4; text-decoration: underline;}

/*************galeria ************/
#slideFotos-galeria{position: relative; height: 34em; }
#slideFotos-galeria .fundoFotosSlide{margin:-20px 0 0 -40px; position: absolute; top:0px;}
#slideFotos-galeria #fotos-slide{margin-left: -20px;}
#slideFotos-galeria #fotos-slide li span{display: none;}

#slideFotos-galeria #tituloAlbum{position: absolute; top:12em; margin-left: 20px; z-index: 100;}
#slideFotos-galeria #tituloAlbum p{ margin: 0px; color:#42210B;}
#slideFotos-galeria #tituloAlbum h5{ margin: 0px; font:24px Georgia, Times, serif; color:#42210B;}

#slideFotos-galeria #barraSlide{position: absolute; top:25em; z-index:100;}
#slideFotos-galeria .barNavegacaoSlide{padding: 10px; font: 14px Georgia, Times, serif; font-weight: bold; color:  #42210B;}
#slideFotos-galeria #barraSlide .barNavegacaoSlide a{margin: 2px; padding: 2px; text-decoration: none; color:  #42210B;}
#slideFotos-galeria #barraSlide .barNavegacaoSlide .activeSlide{color:white; text-decoration: underline;}


/*** lista albuns ****/
#listaGalerias{}
#listaGalerias li{margin: 1em 1em 0 0; border: 5px solid #FBF9F7;}
#listaGalerias li div{width:100px; height:87px; overflow: hidden;}
#listaGalerias li {color:#42210B;}

/***** rodape *******/
#rodape{border-top: 2px solid white; padding: 2em 0; color:#42210B;}

#rodape #marcaRodape{}
#rodape #marcaRodape h3{margin: 0px;}
#rodape #marcaRodape h3 a{display: block; background:url(../imagens/rodape-marca.png) top left no-repeat; height: 3em;text-indent: -9999em; }

#apmAssina a{font-family: Georgia, Times, sans-serif;}
#apmAssina{margin-top: 5em;}

#rodape ul{margin: 0px;}
#rodape ul li{border-bottom: 1px solid #fff;}
#rodape a{text-decoration: none; color: #42210B; display: block;}
#rodape a:hover{font-weight:  bold; color:#42210B;}
#rodape #menuRodape{margin-top: 5em;}

