body {
	max-width: 100%;
}

#nav {
	width: 90%;
	text-align: right;
}

#nav h1 a {
	font-size: 64px;
	line-height: 64px;
	color: #444;
}

#content {
	min-width: 400px;
	max-width: 900px;
	margin: auto;
	font-size: 1.5em;
	line-height: 1.6em;
	text-align: justify;
}

#content h1 {
	font-size: 2.4em;
	text-align: center;
}

#content .datos {
	margin-top: 12px;
	margin-bottom: 48px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

#content h2 {
	font-size: 1.6em;
	margin-top: 2em;
	margin-bottom: 1em;
	text-decoration: underline double;
}

ul.posts_listing li h2 {
	display: inline;
	margin-right: 0.5em;
}
