body, header, nav, footer, content, aside, article, h1, h2, ul, p {
	padding: 0;
	margin: 0;
}
ul {
	list-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ccc;
}

.cleaner {
	clear: both;
}
a img {
	border: none;
}
a {
	color: #0069AF;
}
a:hover {
	text-decoration: none;
}
.fondo-especial {
	background: #EFF9FF!important;
}
.display-inline {
	display: inline!important;
}
.float-left {
	float: left;
}
.vertical-align {
	vertical-align: middle;
}

/* Header (Encabezado) */
body > header {
	background: #1f1f1f;
	border-bottom: 4px solid #666;
	color: #fff;
	display: block;
	height: 70px;
}
body > header img {
	margin: 10px 0 0 1.5%;
	float: left;
}
body > header h1 {
	float: right;
	font-size: 0.8em;
	margin: 20px 2.5% 0 0;
	text-align: right;
	width: 20%;
}

/* Contenido Principal (las entradas) */
#content {
	float: left;
	margin: 28px 0 0 2.5%;
	width: 75%;
}
#content article {
	display: block;
	margin-bottom: 25px;
}
#content article section {
	border: 1px solid #888;
	background: #fff;
	display: block;
	float: right;
	padding: 3%;
	width: 87%;
}
#content article section h2 a {
	border-bottom: 1px solid;
	display: block;
	padding-bottom: 3px;
	text-decoration: none;
}
#content article section h2 a:hover {
	border-bottom: 1px dashed;
}
#content article aside {
	background: #888;
	border: 1px solid #666;
	color: #fff;
	float: left;
	text-align: center;
	width: 6%;
}
#content article aside div span {
	border-right: 1px solid #fff;
	font-weight: bold;
	padding-right: 3px;
}

#content article section figure {
	float: left;
	margin-top: 21px;
}
#content article section figure img {
	border: 1px solid #ccc;
	margin: 0 20px 15px 0;
	padding: 10px;
}
#content article section .entrada {
	color: #555;
	line-height: 1.9em;
	margin-top: 15px;
}

#content article section footer {
	background: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 0.7em;
	margin-top: 15px;
	padding: 3px 10px;
	text-align: right;
}
#content article section footer a.nro-comentarios {
	border-left: 1px solid #888;
	font-weight: bold;
	margin: 0 9px 0 13px;
	padding-left: 16px;
}
.entrada p {
	margin-bottom: 30px;
}
/* Nav (Navegación derecha) */
nav {
	float: left;
	margin: 28px 0 0 2.5%;
	width: 20%;
}
nav section {
	background: #777;
	border: 1px solid #444;
	display: block;
	margin-bottom: 10px;
	padding: 4%;
	width: 80%;
}
nav section.fondo-especial {
	font-size: 0.85em;
}
nav section.fondo-especial ul li {
	border-top: 1px dotted #000;
	font-size: 0.9em;
	padding: 6px;
}
nav section.fondo-especial a {
	color: #00f;
	background: none;
	padding: 0px;
	display: inline!important;
	font-weight: bold;
	text-decoration: underline;
}
nav section.fondo-especial a:hover {
	background: none;
	text-decoration: none;
}
nav ul li {
	margin-top: 1px;
}
nav section li a {
	background: #555;
	color: #fff;
	display: block;
	font-size: 0.82em;
	padding: 5px;
	text-decoration: none;
}
nav section li a:hover {
	background: #444;
}

/* Footer (pie) */
body > footer {
	background: #1f1f1f;
	color: #fff;
	display: block;
	font-size: 0.9em;
	height: 60px;
	margin-top: 18px;
	padding: 10px;
}