/*
	Desenvolvido por GrupoW - Solucoes para internet
	http://www.grupow.com.br
	19/10/2004
*/

/* ------------------------------- Estrutura --------------------------------- */

body {
	background: #A2B5ED;
	margin: 0px;
	text-align: center;
	overflow-x: hidden;
}

#centro {
	position					: absolute;
	top							: 1%;
	left						: 50%;
	width						: 1px;
	height						: 1px;
}


#estrutura {
	width: 750px;
	text-align: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: URL(imagens/bg_menu.jpg);
	background-repeat: repeat-y;
	border: 1px solid #ffffff;
	
}

/* ------------------------------- Forms --------------------------------- */

.campo	{
	width						: 155px;
	height						: 20px;
	color						: #000000;
	vertical-align				: bottom;
	margin-top					: 2px;
	text-align					: right;
	vertical-align				: top;
	display						: block;
	float						: left;
	cursor						: pointer;
}


.obrigatorio {
	color						: #CC0000;
	display						: inline;
}


.botao {
	float						: right;
	margin-right				: 193px;
	margin-top					: 10px;


}

SELECT.medio {
	width						: 200px;
}

INPUT.medio {
	width						: 200px;
}

SELECT.medio_erro {
	width						: 200px;
	border						: 2px solid #A2B5ED;
	background-color			: #ECF3FD;
}

INPUT.medio_erro {
	width						: 200px;
	border						: 2px solid #A2B5ED;
	background-color			: #ECF3FD;
}

TEXTAREA.medio {
	width						: 200px;
	height						: 70px;
	vertical-align				: top;
}

TEXTAREA.medio_erro {
	width						: 200px;
	height						: 70px;
	vertical-align				: top;
	border						: 2px solid #A2B5ED;
	background-color			: #ECF3FD;
}

INPUT.peq {
	width						: 100px;
}

INPUT.peq_erro {
	width						: 100px;
	border						: 2px solid #A2B5ED;
	background-color			: #ECF3FD;
}

INPUT, TEXTAREA, SELECT {
	font						: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border						: 1px solid #666666;
	background-color			: #FFFFFF;
}	



/* ------------------------------- Menu --------------------------------- */

#menu {
	width: 196px;
	text-align: center;
	float:left;
}


/* ------------------------------- Conteudo --------------------------------- */


#conteudo {
	width: 552px;
	float:left;
}

#conteudo_reservas {
	
	width: 552px;
	float:left;
}

.limpo {
	clear: both;
}

.titulo {
	z-index: 99;
	position: relative;
	left: 185px;
	top: -50px;
}

#conteudo .descricao {
	width: 250px;
	float: left;
	margin-left:10px;
	text-align:right;
	margin-bottom:15px;
}

#conteudo .descricao_index {
	width: 400px;
	float: left;
	margin-left:10px;
	text-align:justify;
	margin-bottom:15px;
	margin-left:35px;
}

.imgp {
	float: right;
	border: 1px solid #567AD2;
	margin-left: 10px;
	}
	
.img_popup {
	width: 100%;
	text-align:center;
}

.img_popup IMG {
	border:1px solid #567AD2;
	}
	
.img_index {
	float:right; 
	margin: 8px;
	border:1px solid #567AD2;
}

.col1 , .col2 {
	float:left;
	width:200px;
}

.divisor {
	border-top:1px solid #567AD2;
	width:400px;
	margin-top:20px;
	float:right;
	margin-right:37px;
	padding-top:15px;
	text-align:center;
}

/* ------------------------------- Rodape --------------------------------- */
	
#rodape {
	float:left;
	width:748px;
	height:130px;
	margin-bottom:0px;
	background-image:URL(imagens/img_rodape.jpg);
	background-repeat: no-repeat;

}

.logogw {
	margin-top:112px;
	margin-left: 105px;

}

/* ------------------------------- Links --------------------------------- */

A:ACTIVE, A:LINK, A:VISITED {
	text-decoration: none;
	cursor: hand;
	color:000000
}

A:HOVER {
	color: #658AE3;
}








/* ------------------------------- Galeria --------------------------------- */

.esq_salao {
	width							: 346px;
	height							: auto;
	padding							: 36px 0 0 40px;
	float							: left;
}

.dir_salao {
	width							: 530px;
	height							: 378px;
	float							: left;
	margin							: 46px 0 0 0;
	position						: relative;
}

.dir_salao .thumbFotoSalao {
	width							: 128px;
	height							: 91px;
	float							: left;
	margin							: 0 4px 4px 0;
	z-index							: 1;
}

.dir_salao #thumbFotoSalaoSWF {
	z-index							: 1;
}


#fotoAberta {
	width							: 523px;
	height							: 377px;
	margin							: 46px 0 0 392px;
	_margin							: 46px 0 0 0;
	background						: URL('../imagens/background/bgFotoAberta.jpg') no-repeat top left;
	display							: none;
	cursor							: pointer;
	position						: relative;
}

.protegeFoto {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
}

#fotoAberta .foto {
	margin							: 31px 0 0 42px;
}

.esq_salao P {
	color							: #aaaaaa;
	text-align						: justify;
	margin							: 0 64px 0 3px;
}

.paginacaoFotos {
	color							: #aaa;
	text-align						: center;
}

.paginacaoFotos A {
	color							: #6789e3;
}

.paginacaoFotos A:hover {
	text-decoration					: underline;
}

.paginacaoFotos .selecionado {
	font-size						: 120%;
	font-weight						: bold;
	color							: #888;
}

.paginacaoFotos .desativado {
	color							: #aaa;
}

.esq_coloracao {
	width							: 286px;
	height							: auto;
	padding							: 50px 0 0 40px;
	float							: left;
}
