@charset "UTF-8";
/* CSS Document */

.clear{
	clear:both;
}

.contact{
	background-image:url(images/eventos-bg.jpg);
	background-repeat:no-repeat;
	background-position:center 1px;
	padding: 2px 0px 0px 0px;
	height:640px;
	
	
}

.foto{
	height:400px;
	width:800px;
	
	/*border:solid 1px black;*/
}



.eventos{
	/*border:solid 1px black;*/
	width:750px;
	height:500px;
	position:relative;
    top:80px;
    left:-10px;
}

.eventos h2{
	font-family:Century Gothic, Arial;
	font-size:24px;
	font-weight:normal;
	color:#3c2b16;
	float:left;
	padding:0 0 2px 0 ;
	margin:0;
}

.eventos 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;
}

.eventos h4{
	font-family:Century Gothic, Arial;
	font-size:14px;
	font-weight:normal;
	color:#3c2b16;
	float:left;
	clear:left;
	padding:4px 0 0 0;
	margin:0;
}

.eventos 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;
}

.taste{
	margin:20px 0 0 400px;

}



.footer{
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:1400px;
	height:150px;
	margin:30px 0 0 -20px;	

}
