@charset "utf-8" 
body {
	background: #ccc;
	margin: 0;
}

#page-banner {
	position: relative;
	background-color: white;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	-moz-box-shadow: 0 0 15px #444;
	-webkit-box-shadow: 0 0 15px #444;
	box-shadow: 0 0 15px #444;
}

#page-content {
	position: relative;
	background-color: #680000;
	top: 10px;
	margin: 0 auto;
	width: 900px;
	height: 830px;
	-moz-box-shadow: 0 0 15px #444;
	-webkit-box-shadow: 0 0 15px #444;
	box-shadow: 0 0 15px #444;
}

#page-footer {
	position: relative;
	background-color: white;
	top: 20px;
	margin: 0 auto;
	padding-top: 10px;
	width: 900px;
	height: 20px;
	-moz-box-shadow: 0 0 15px #444;
	-webkit-box-shadow: 0 0 15px #444;
	box-shadow: 0 0 15px #444;
	font-family: sans-serif;
	font-size: small;
	text-align: center;
}

#contact-header {
	position: relative;
	background-color: white;
	padding-top: 5px;
	top: 20px;
	left: 20px;
	width: 300px;
	height: 30px;
	font-family: sans-serif;
	font-size: medium;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px black;
	-webkit-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black;
	}

#box-contact {
	position: relative;
	background-color: white;
	top: 10px;
	left: 0px;
	width: 300px;
	height: 400px;
	font-family: Arial;
	font-size: small;
	text-align: left;
	-moz-box-shadow: 5px 5px 10px black;
	-webkit-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black;
}

#box-formcontact {
	position: absolute;
	background-color:  white;
	top: 470px;
	left: 20px;
	width: 860px;
	height: 340px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: sans-serif;
	font-size: medium;
	font-weight: bold;
	-moz-box-shadow: 5px 5px 10px black;
	-webkit-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black;
}

#box-img-contact {
	position: absolute;
	top: 50px;
	left: 450px;
	width: 350px;
	height: 100px;
	background-image: url("./imagens/contact_us.png");
	background-repeat: no-repeat;
	background-size: 350px 100px;
}

#box-text {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 760px;
	height: 150px;
	font-family: Tahoma;
	font-size: 18px;
	text-align: justify;
	
}

#box-slide {
	position: relative;
	top: 30px;
	margin: 0 auto;
	width: 860px;
	height: 250px;
	background-color: white;	
	-moz-box-shadow: 5px 5px 10px black;
	-webkit-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black;
}

#div_footer_img
 {
	position: relative;
	top: 50px;
	margin: 10 auto;
	height: 280px;
	opacity: 0.5;
	
}


#img-show {
	position: relative;
	top: 40px;
	margin: 0px auto;
	width: 400px;
	height: 300px;
	background-image: url("/imagens/DSC00386.JPEG");
	/*background-image: url(imagens/DSC00386.JPEG);*/
	background-repeat: no-repeat;
	background-size: 400px 300px;
	-moz-box-shadow: 5px 5px 10px black;
	-webkit-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black;
}

#imagesGalleryShowT {
	position: relative;
	top: 50px;
	margin: 0px auto;
	width: 400px;
	height: 300px;
	-moz-box-shadow: 5px 5px 10px black;
	-webkit-box-shadow: 5px 5px 10px black;
	box-shadow: 5px 5px 10px black;	
}
#imagesGallery {
	position: relative;
	top: 0px;
	margin: 0 auto;
	width: 540px;
	height: 320px;
	overflow: scroll;
}

#div-recaptcha{
	position: absolute;
	top: 460px;
	left: 450px;
}	
