@charset "UTF-8";
/* CSS Document */



.contact{
	background-image:url(images/contato-bg.jpg);
	background-repeat:no-repeat;
	background-position:center 1px;
	padding: 2px 0px 0px 0px;
	height:640px;
	width:900px;	
}

.foto{
	/*border:solid 1px black;*/
	height:317px;
	position:relative;
	top:-420px;
	left:200px;
}

.foto-mapa{
	
	/*border:solid 1px black;*/
	border:hidden;
	position:relative;
	top:-450px;
	left:320px;
}

.como{
	
	/*border:solid 1px black;*/
	border:hidden;
	position:relative;
	top:-280px;
	left:180px;
	font-family:Century Gothic, Arial;
	font-size:14px;
	font-weight:normal;
	color:#3c2b16
}

.endereco{
	/*border:solid 1px black;*/
	width:400px;
	height:500px;
	position:relative;
    top:90px;
    left:-200px;
}

.endereco h2{
	font-family:Century Gothic, Arial;
	font-size:24px;
	font-weight:normal;
	color:#3c2b16;
	float:left;
	padding:0 0 2px 0 ;
	margin:0 0 0 0;
}

.endereco h3{
	font-family:Century Gothic, Arial;
	font-size:18px;
	font-weight:normal;
	color:#3c2b16;
	float:left;
	clear:left;
	padding:1px 0 0 0 ;
	margin:0 0 0 0;
}


.endereco p{
	font-family:Century Gothic, Arial;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#8e6634;
	float:left;
	clear:left;
	padding:4px 0 0 0 ;
	margin:0 0 0 0;
}

.footer{
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:1400px;
	height:150px;
	margin-left:-20px;	

}
