@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'BodoniXTRegular';
	src: url('fonts/BodoniXT-webfont.eot');
	src: local('☺'), url('fonts/BodoniXT-webfont.woff') format('woff'), url('fonts/BodoniXT-webfont.ttf') format('truetype'), url('fonts/BodoniXT-webfont.svg#webfontVHe4epQ3') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PlainBlackNormal';
	src: url('fonts/Plain_Black-webfont.eot');
	src: local('☺'), url('fonts/Plain_Black-webfont.woff') format('woff'), url('fonts/Plain_Black-webfont.ttf') format('truetype'), url('fonts/Plain_Black-webfont.svg#webfontZ0lv90J8') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
html {
	background-color:#A6A38C;
}
*/
#container {
	width:652px;
	margin: 0 auto;
	padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
#imagen {
	width:652px;
    border: solid 1px black;
}
img {
    width:650px;
}
h1 {
	font-family: "BodoniXTRegular";
	font-size: 2.4em;
	border-bottom-width: thin;
	border-bottom-color: #333;
	border-bottom-style: solid;
}
h2 {
	font-family: "PlainBlackNormal";
	font-size: 2em;
	color: #333;
	margin-top: -.8em;
}
h3 {
	font-size:.8em;
	line-height:1.2em;
}
.italic {
    font-style: italic;
}
section p {
	font-size:.8em;
	line-height:1.4em;
}
footer{
	display: flex;
    align-self: flex-end;
	width:650px;
	text-align: left;
	margin-top: .8em;
}
small {
	font-size:.6em;
}
div .large {
    height: 912px;
}
nav {
	font-size:.6em;
}
nav a {
	text-decoration:none;
}
nav a:hover {
	font-weight:bold;
}
#links a {
	text-decoration:none;
	color:#369;
}
#links a:hover {
	background-color:#666;
	color:#FFF;
	font-weight:bold;
    padding: .1em;
}