@charset "UTF-8";
/* CSS Document */



.contact{
	background-image:url(images/tour1-bg.jpg);
	background-repeat:no-repeat;
	background-position:center 1px;
	padding: 2px 0px 0px 0px;
	height:840px;
	
	
}

.foto{
	
	height:400px;
	width:800px;
	
	/*border:solid 1px black;*/
}



.endereco{
	/*border:solid 1px black;*/
	width:800px;
	height:500px;
	position:relative;
    top:70px;
    left:-10px;
}

.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;
}

.comida h2{
	font-family:Century Gothic, Arial;
	font-size:24px;
	font-weight:normal;
	color:#3c2b16;
	float:left;
	padding:0 0 0 0 ;
	margin:0 0 0 0;
}

.comida h3{
	font-family:Century Gothic, Arial;
	font-size:18px;
	font-weight:normal;
	color:#3c2b16;
	float:left;
	clear:left;
	padding:15px 0px 2px 20px ;
	margin:0 0 0 0;
}

.comida h4{
	font-family:Century Gothic, Arial;
	font-size:14px;
	font-weight:normal;
	color:#3c2b16;
	float:left;
	clear:left;
	padding:0px 0px 0px 40px ;
	margin:0 0 0 0;
}

.comida p{
	font-family:Century Gothic, Arial;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#8e6634;
	float:left;
	clear:left;
	padding:0px 0px 6px 40px ;
	margin:0 0 0 0;
}


.final{
	width:800px;
	float:left;
	clear:left;

}


.footer{
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:1400px;
	height:150px;
	margin-left:-20px;	

}

