* {
	font-family: 'HelveticaNeue' , Arial, Helvetica;
	margin: 0;
	padding: 0;
}
body {
	font-size: 9pt;
	margin-top: 10px;
	background-image: url(images/body.jpg);
	background-color: #406618;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: Maroon;
}
a:hover {
	text-decoration: underline;
}
#page {
	width: 960px;
	background-color: #ddd;
	margin: 0 auto;
	overflow: auto;
	-webkit-box-shadow: 0 0 10px 1px #000;
	-moz-box-shadow: 0 0 10px 1px #000;
	box-shadow: 0 0 10px 1px #000;
}
#header {
	margin: 10px 10px;
}
#branding {
	background-image: url(images/encabezado.jpg);
	height: 190px;
	position: relative;
}
#branding .description {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -80px;
	background-color: #ddd;
	height: 130px;
	border-radius: 10px;
	border: solid 3px #406618;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
#branding a.logo {
	background-image: url(http://static.tumblr.com/znxaiww/9Otl7vupv/logo.png);
	top: 50%;
	left: 20px;
	position: absolute;
	margin-top: -80px;
	height: 161px;
	width: 336px;
	display: block;
	text-indent: -9000px;
}
#menu {
	background: #406618;
	overflow: auto;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	padding: 8px;
	color: #ddd;
	border-right: solid 1px #ddd;
	font-weight: bold;
}
#menu li a:hover {
	background: #709945;
	text-decoration: none;
}
#content {
	margin: 0 10px;
}
#footer {
	background: #406618;
	margin: 10px 10px;
	padding: 5px;
	color: #ddd;
}

.posts {
	position: relative;
	margin-right: -10px;
}
.post {
	margin: 0 10px 10px 0;
	width: 306px;
	overflow: auto;
	float: left;
}
.post .date {
	float: left;
	background: #000;
	height: 32px;
	width: 32px;
	display: block;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post .date .day {
	display: block;
	text-align: center;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	color: #ddd;
}
.post .date .month {
	text-align: center;
	display: block;
	color: #ddd;
}
.post .contenido {
	background: #406618;
	padding: 5px;
	color: #ddd;
	position: relative;
}
.post .contenido .caption {
	padding: 10px;
}
.post .contenido .caption h1 {
	font-size: 12pt;
}
.post .contenido .vendido {
	top: 0px;
	right: 0px;
	position: absolute;
}
.clearfix {
	clear: both;
}
h1, h2 {
	font-family: Trebuchet MS;
	margin-bottom: 10px;
}
h1.pagina {
	background: #600000; #406618;
	padding: 5px;
	color: #ddd;
}
.texto {
	font-size: larger;
}
.texto p {
	margin: .5em 1em;
	text-align: justify;
}
dl {
	margin: .5em 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
