@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../img/bg_centro.png);
	/*background-image:url(../img/notas_bg.png);
	background-repeat: repeat;
	background-attachment:fixed;  */
	background-color:#FFF;
	height:100%;
	width:100%;
	position:absolute;
	background-position: 5em -1em;
	background-attachment:scroll;
	background-repeat: no-repeat;
	line-height:1.5em;
}

#corpo{
	height:auto;
	width:901px;
	border:hidden;
	margin:0px auto;
	padding:0;
	position:relative;
		
	}
	
#conteudo{
	width:900px;
	height:100%;
	border: hidden;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.8em;
	padding-top:10px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom:10px;
	margin: 5px auto;
	background-color:#FFF;
	/* border-radius: 20px;*/
	box-shadow: black 0.1em 0.5em 0.5em 0.3em;
	position:relative;
	clear:none;
	float:none;

	
	}
	
#menu{
	margin:10px auto;
		
}

#contato{
	margin-top:10px;

}
#bastidores{
	margin-top:10px;

}
#gps{
	margin-top:10px;

}
#historia{
	margin-top:10px;

}
#mapa{
	margin-top:10px;

}
#convite{
	margin-top:10px;

}

#intro{
	text-align:center;
	margin-top:10px;	
}
	
.chamada{
		text-align:justify;
		
	}
.titulo{
	text-decoration:none;
	font-size: 1.2em;
	font-style: normal;
	line-height: 2.3em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
}
#form_ofereco{

	width:420px;
	float:right;
	
	}

#form_preciso{

	width:420px;
	
		
	}
	
.formTamanho{
	width:200px;
}
.button{
		background:#FFF;
	border: 1px dashed #000;
	overflow:hidden;
}

#result_precisam{
	width:420px;
	height:120px;
	overflow: auto;
	

}
#result_oferecem{
	width:420px;
	height:120px;
	overflow: auto;
	
}
.destaque{
	font-weight: bold;	
}
.linha {
  border-top: 1px dotted #000;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width:90%;
}
#vakinha ul{
	list-style-type: disc;
	list-style-position: inside;
}