/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagens/fundo_site.gif);
}

/*SCROLLBAR*/
body{
	/*    Setinha   */
	scrollbar-arrow-color : #BBAC8E;
		
	/*    Borda externa da esquerda   */
	scrollbar-base-color : #BBAC8E;
		
	/*    Borda externa da direita   */
	scrollbar-darkshadow-color : #BBAC8E;
		
	/*    Barra/Face    */
	scrollbar-face-color : #FCF3E2;
		
	/*    Fundo da Barra de Rolagem  */
	scrollbar-highlight-color : #FCF3E2;
		
	/*    Borda interna da direita   */
	scrollbar-shadow-color : #FCF3E2;
	scrollbar-3d-light-color : #FCF3E2;
}


#principal{ 
	background: url(../imagens/fundo_principal550.jpg) center no-repeat;
	width:770px;
	height:550px;
}

#menu{
	background-image:url(../imagens/fundoMenu.gif); 
	width:550px;
	height:24px;
	margin-bottom:10px;
}
#menu img{ padding-right:10px; padding-top:3px;}

/*colunas e estrutura*/
#container{
	width:100%;
	height:100%;
	padding-top:5px;
}
#coluna01{
	width:185px;
	float:left;
}

#coluna02{
	width:405px;
	float:left;
	overflow-y:auto;
	text-align:justify;
	height:420px;
	padding-right:2px;
}

#colunaFull{
	width:550px;
	float:left;
	overflow-y:auto;
	text-align:justify;
	height:420px;
	padding-right:2px;
}

#coluna03{
	width:170px;
	float:right;
}
#coluna03 img{margin:5px;}

#fotos img{margin:8px;}

#rodape{
margin-top:5px;
font: 10px Arial, Helvetica, sans-serif;
}

/*classes*/
.corpo{font: 11px Arial, Helvetica, sans-serif;}
.corpo A:link{color: #0000FF;}
.corpo A:visited{color: #0000FF;}
.corpo A:hover{color: #0000FF;}
.mesEvento{border-bottom:1px solid #996633; font-weight:bold; padding-top:15px;}
.tabEvento{text-align:left;}
.tabTarifas td{border-bottom: 1px dashed #996633;}

.listTarifas{list-style: none; margin:0px; padding:0px;}
.listTarifas li{margin-bottom:8px; margin-top:0px;}

.titEtinerario{border-bottom: 1px dashed #996633; margin-bottom:3px; font-weight:bold; padding-right:5px;}
/*formulario*/
.labeltext{
	width:100px;
	border-bottom: 1px dashed #996633;
	font-weight:bold;
	display:block;
	float:left;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #996633;
}
.boxTextarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #996633;
}
.botao{ background-color:#F1D08D; color:#000000; border:1px solid #996633;font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}

