@charset "UTF-8";
/* CSS Document */



.contact{
	background-image:url(images/historia-bg.jpg);
	background-repeat:no-repeat;
	background-position:center 1px;
	padding: 2px 0px 0px 0px;
	height:640px;
	/*border:solid 1px green;*/	
	
}

.foto{
	height:600px;
	width:800px;
	
	/*border:solid 1px black;*/
}



.texto{
	/*border:solid 1px red;*/
	width:800px;
	height:500px;
	position:relative;
    top:60px;
    left:-10px;
}

.texto 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;
}

.texto 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;
}


.texto p{
	font-family:Century Gothic, Arial;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	color:#8e6634;
	float:left;
	clear:left;
	padding:15px 0 0 0 ;
	margin:0 0 0 0;
}

.texto img{
	position:relative;
	top: -30px;
	left:180px;
	padding:15px 40px 10px 0px ;
	margin:0 0 0 0;
	/*border:solid 1px blue;*/
}

.footer{
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:1400px;
	height:150px;
	margin-left:-20px;	

}
