@charset "UTF-8";/* CSS Document */h1 {	font-size: 300%;	margin-bottom: 200px;}body {	margin: auto;	padding: 50px;	color: #000;	font-family: Arial, Helvetica, sans-serif;	font-size: 70%;	background-image: url(../images/el-lobo.jpg);	background-repeat: no-repeat;	background-position: right bottom;	background-attachment: fixed;}h2 {	font-weight: normal;	font-size: 100%;	letter-spacing: 0.3em;}h3 {	font-weight: normal;	color: #999;	margin-top: 20px;	margin-bottom: 20px;}a:link {	color: #000;	text-decoration: underline;}a:visited {	color: #333;	text-decoration: none;}a:hover {	color: #000;	text-decoration: underline;}a:active {	color: #000;	text-decoration: underline;}