
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-size: 160%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin:0 auto;
	padding:0 auto;
	background-image:url(../img/humareda.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	width:100%;
	margin:0 auto 0;
	text-align:center;
	color:rgba(0,0,0,.85);
}

a,
a:after {
	text-decoration: none;
	color:rgba(0,0,0,.5);
	border-top:1px solid rgba(0,0,0,.15);
	padding: 12px 0 10px 0;
		font-size:.8em;
		letter-spacing:.1em;

}

a:hover {
	color:rgba(0,0,0,.85);
	border-bottom:1px solid rgba(0,0,0,.5);
}

h1 {
	font-family: 'Marcellus SC', serif;
	font-size:2em;
	font-weight:normal;
	font-style:normal;
	border-bottom:1px solid rgba(0,0,0,.3);
	display:inline-block;
}

p {
	font-family: 'Gentium Book Basic', serif;
	font-size:1.25em;
	line-height:1.25em;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
}

.photo_credit {
	font-size:.7em;
	letter-spacing:.1em;
	text-transform:uppercase;
	text-align:right;
	margin:40px 0 20px;
}

.photo_credit a,
.photo_credit a:after {
	text-decoration:none;
	color:rgba(0,0,0,.3);
	border-top:none;
	border-bottom:none;
}

img {
		  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
		  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
		  -webkit-box-shadow:  2px 2px 5px rgba(0, 0, 0, 0.2);
	  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
		  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

	img:hover {
		  -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
		  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
		  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
		  -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
		  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
