#capa-local {
	background-image: url(../images/local.jpg);
	/*background-attachment: fixed;*/

	background-repeat: no-repeat;
	background-position: left top;
	
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;

	height: 150px;
	padding-top: 100px;
	position: relative;
}

#capa-local div {
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(58, 58, 58, 1);
	font-size: 90px;
	font-family: "Aurora";
	line-height: 110px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 115px;
}

#capa-local img {
	height: 100%;
}

#fundo-textura {
	padding-top: 0;
}

#post-local, #post-hospedagem {
	width: 500px;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}

#corpo-hospedagem {
	margin-top: 20px;
}

#post-local a {
	color: #0b5edb;
}
	#post-local a:hover {
		text-decoration: underline;
	}

#conteudo {
	padding-top: 10px;
}

#slideshow-local, #slideshow-hospedagem {
	height: 270px;
	width: 410px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;
	border: 5px solid #BCBDC0;
	/*z-index: -20;*/
}

#slideshow-hospedagem {
	margin-top: 60px;
}
	#slideshow-hospedagem div {
		position: absolute;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

.slide {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 0;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	.slide:first-child {
		opacity: 1;
	}

#mapa {
	margin-top: 20px;
}

#mapa p {
	margin-top: 30px;
	margin-bottom: 20px;
}

#borda-mapa {
	background-color: #BCBDC0;
	width: 950px;
	height: 300px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-left: 5px;
}