* {
	border: 0;
	margin: 0;
}

a, a:visited { text-decoration: underline; }

h1 { margin-left: -1500px; }

h2 { color: #990000; }

p {margin-bottom: 1em;}

/* layout */

body
{
	width: 760px;
	background: #f7f5f0;
	font-family: 'Times New Roman', serif;
	font-size: small;
}

#banner
{
	border: 1px dashed #fff;
    height: 168px;
	background: url('i/cab_enhumorados.gif') top no-repeat;
}

#banner img {
	position: absolute;
	top: 127px;
	border: 0;
}

#center {
	padding: 5px;
	padding-left: 20px;
	width: 530px;
	float: left;
}

#sidebar {
	font-family: Arial, sans-serif;
	width: 200px;
	float: right;
}

#sidecontent {
	background-color: #d2ceb9;
	padding: 12px;
}

.sidetop {
	display: block;
	background: url('i/sidebar_up.gif') top no-repeat;
	height: 15px;
	width: 200px;
	margin-bottom: -4px;
}

.sidedown {
	display: block;
	background: url('i/sidebar_down.gif') top no-repeat;
	height: 15px;
	width: 200px;
}

#sidebar h2 {
	color: #666;
	font-weight: bold;
	text-align: center;
	font-size: 80%;
	text-transform: uppercase;
	margin: 1em;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
}

#sidebar ul a {
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-sze: 90%;
}

#calendar {
	text-align: center;
	background-color: white;
	font-size: 80%;
	width: 175px;
	color: #666;
}

#calendar caption {
	background-color: white;
	font-weight: bold;
	text-transform: uppercase;
}

#calendar th {
	font-weight: normal;
}

.calendartop {
	display: block;
	background: url('i/calendar_top.gif') top no-repeat;
	line-height: 11px;
	width: 175px;
	margin-bottom: -4px;
}

.calendardown {
	display: block;
	background: url('i/calendar_down.gif') top no-repeat;
	line-height: 11px;
	width: 175px;
}

.link-note {
	font-size: 80%;
	margin-top: 1.5em;
}

/* entradas */

#primera .entrada {
	border: 1px solid #999;
	padding: 5px;
}

#siguientes .entrada {
	border: 1px solid #f7f5f0;
	padding: 5px;
}

.date-header {
	color: #999;
	font-size: 110%;
	font-weight: bold;
}

.PieEntrada, .PieEntrada a, .PieEntrada a:visited {
	color: #999;
	text-decoration: none;
	margin-top: .8em;
	font-size: 90%;
}

/* Módulos */

.module {
	padding: 1em;
}

.module-header {
	margin-top: 1em;
	margin-bottom: 1em;
}

.module-search form {
	padding: 1em;
	background: #e0e0e0;
}

.module ul, .archive-list {
	list-style: url('../../i/guion.gif');
}

/* Archivos */

.archive-header {
	margin-bottom: 1em;
}

/* Entradas */

.entry-header {
	margin-top: .5em;
	margin-bottom: .8em;
}

.entry-body {
	font-size: 120%;
}

.entry-more {
	font-size: 110%;
}

.entry-body p, .entry-more p, .content p, .content h2 {
	margin-bottom: 1em;
}

.trackbacks {
	margin-top: 1em;
}

.comments-open {
	margin-top: 1em;
}

#comments-open {
	padding: 1em;
	background: #e0e0e0;
}

#pagebody {
	padding: 1em;
}

#comments {
	margin-top: 1em;
}

.comment {
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	margin-bottom: 1em;
	padding: 2px;
}

.comment-footer, .comment-footer a, .comment-footer a:visited {
	color: #999;
	text-decoration: none;
	margin-top: .8em;
}


