h1 {
	font-family: 'Alegreya SC', serif;
	font-weight: normal;
	font-size: 2.5em;
	text-align: center;
	margin-top: 4em;
	}
h2 {
	font-family: 'Alegreya SC', serif;
	font-weight: normal;
	font-size: 1.875em;
	text-align: center;
	margin-bottom: 4em;
	}
body {
	font-family: 'Alegreya', serif;

		-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: 200%;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin:0 auto;
		padding:0 auto;
		background: url(../img/cancion-cover.png);
		background-repeat:no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
		width:100%;
		margin:0 auto 0;
		text-align:center;
		color: #5F4603;
	}
p {
	font-family: 'Alegreya', serif;
	font-size:1.25em;
	line-height:1.25em;
	font-style:normal;
	font-weight:normal;
	text-align:justify;
	}
	.centro {
		font-size:1.35em;
		text-align: center;
		font-weight:bold;

	}
span.versa {
	font-family: 'Alegreya SC', serif;
	font-style: normal;
	font-weight: normal;
	}
div.transbox {
  margin: 1%;
  background-color: #ffffff;
  border: 1px solid white;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
	}

div.transbox p {
  margin: 3%;
  font-weight: normal;
  color: #000000;
	}
a:hover {
	color: brown;
	background-color: transparent;
	text-decoration: underline;
}
