#cabecera {
	display: table;
	margin-right: 0px;
	margin-top: 0px;
	height: 150px;
	padding-left: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/gfx/planeta_esq.jpg);
	color: #ff8000;
	font-weight: bold;
	font-size: xx-large;
	font-family: "Courier New", Courier, Monaco, monospace;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: black;
	color: #d6d6d6;
}

strong
{
	color: #e6e6e6;
}

#cuerpo {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

.row
{
	display: table-row;
}

#posts {
	display: table-cell;
	width: 700px;
}

#sidebar {
	display: table-cell;
	padding-left: 0.8em;
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial;
	text-align: left;
}

#sidebar > .bloque
{
	margin: 0px;
	padding-bottom: 0.6em;
}

#sidebar > .bloque > h4
{
	padding: 0px;
	margin-top: 0px;
	font-style: italic;
	font-weight: bold;
}

#sidebar > .bloque > ul
{
	list-style: none;
	padding: 0px;
}

#sidebar > .bloque > ul > li
{
	text-align: left;
}

#sidebar >.bloque >ul > li > a > img
{
	vertical-align: middle;
	margin-right: 0.3em;
}


.post {
	margin-bottom: 0.9em;
	background-color: #191919;
	border-color: #4c4c4c;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
}

a:link {
	text-decoration: none;
	color: #fac866;
}

a:hover {
	border-bottom-color: #4c4c4c;
	border-top-color: #4c4c4c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-top-width: 1px;
	background-color: black;
	color: #ffcf38;
}

a:visited {
	text-decoration: none;
	color: #d7ac58;
}

.post > h2 {
	margin-bottom: 8px;
	margin-top: 4px;
	line-height: 110%;
	color: #ffcc66;
	font-weight: bold;
	font-size: 20pt;
	font-family: "Times New Roman", Times, serif;
}

.post > h2 > a:link, .post > h2 > a:visited {
	background-color: white;
	text-decoration: none;
	color: #ffcc66;
	background: none;
}

.post > h2 > a:hover {
	color: #191919;
	background-color: #ffcc66;
}

.contenido, .descripcion
{
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

img {
	border-width: 0px;
}

img.alignleft {
	margin-left: 0px;
	float: left;
	margin-right: 8px;
}

img.alignright {
	margin-right: 0px;
	margin-left: 8px;
	float: right;
}

.akst_link {
	display: none;
}

.feedflare {
	display: none;
}

.debug {
	display: table;
	max-width: 700px;
	border-color: #c55050;
	border-style: solid;
	border-width: 1px;
	background-color: #ffa49f;
	color: black;
	font-family: monospace;
	margin: 6px;
	padding: 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.meta {
	display: table;
	margin-bottom: 6px;
}

.fecha {
	border-color: #606060;
	border-style: dotted;
	border-width: 1px;
	line-height: 14px;
	padding: 4px;
	text-align: center;
	float: none;
	display: table-cell;
	font-size: 9pt;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #aaaaaa;
	background-color: black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	vertical-align: middle;
}

.autor {
	color: #aaaaaa;
	font-size: 10pt;
	font-family: monospace, Monaco, Courier, "Courier New";
	padding-left: 4px;
	display: table-cell;
	vertical-align: middle;
}

.avatar {
	display: table-cell;
	padding-left: 4px;
	padding-right: 2px;
}

.avatar > img
{
	vertical-align: middle;
}

#copyright
{
	font-size: 0.8em;
	font-family: "Courier New", Courier, Monaco, monospace;
	border: 1px solid #606060;
	clear: both;
	width: 890px;
	padding: 6px;
	margin-left: 15px;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	display: table;
	vertical-align: middle;
}

