body {
	background: #000000;
	font-family: sans-serif;
}
a {
	text-decoration: none;
	color: #0000f0;
}
#wrapper {
}
#wrapper #header {
	margin: 20px auto 0px auto;
	text-align: center;
}
#wrapper #header p {
	letter-spacing: 3px;
	font-size: 14px;
	color: #f0f0f0;
}
#wrapper #header h1 {
	letter-spacing: 1px;
	font-size: 25px;
}
#wrapper #header h1 a {
	color: #f0f0f0;
}
#wrapper .things {
	margin: 20px auto 0px auto;
	background: #b7b7b7;
	overflow: auto;
	width: 640px;
}
#wrapper .things ul li {
	float: left;
}
#wrapper .things ul li a {
	letter-spacing: 2px;
	margin-right: 10px;
	font-size: 12px;
	display: block;
	color: #ffffff;
	padding: 10px;
}
#wrapper .things ul li a:hover {
	background: #ffffff;
	color: #000000;
}
#wrapper #content {
	margin: 0px auto 0px auto;
	border: 0px solid #000000;
	text-align: center;
	height: 480px;
	width: 640px;
}
/* Articulo */
#wrapper #content .article {
	border-bottom: 2px solid #000000;
	background: #ffffff;
	line-height: 25px;
	padding: 20px;
}
#wrapper #content .article h1 a {
	text-decoration: underline;
	color: #000000;
	float: left;
}
#wrapper #content .article small {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	float: right;
}
#wrapper #content .article small a {
	margin-left: 10px;
	color: #000000;
}
#wrapper #content .article .entry {
	text-align: justify;
	font-size: 12px;
	clear: both;
}
#wrapper #ft { margin: 0px auto 0px auto; }
#wrapper #footer {
	background: #000000;
}
#disqus_thread {
	background-color: #ffffff;
	padding: 15px;
}
.dsq-brlink { color: #ffffff; }
.tachado { text-decoration:line-through; }
.pagination { background-color: #f0f0f0; padding: 10px; }
.pagination a { font-size: 12px; text-decoration: none; margin-left: 5px; margin-right: 5px; }
