html, body {
	margin: 0; 
	padding: 0;
	text-align:center;
	color: #a9a9a9; /* Color principal */
	background-color: #a5e03b; /* Color de fondo */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(imagen/fondo.gif);
	background-repeat: repeat-x;
}

h1, .logo {
	display: block;
	margin: 12px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 40px;
	letter-spacing: -0.05em;
	border-bottom: 5px solid #a9a9a9;
}

h1 a, .logo a {
	color: #a9a9a9;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 0 0 60px;
	background-image: url(imagen/exit.gif);
	background-repeat: no-repeat;	
}

h2, #post h1, #page h1 {
	margin: 0;
	font-size: 20px;
	letter-spacing: -0.05em;
	border: none;
	
}

h3 {
	font-size: 16px;
}

#post h1, #page h1 {
	margin-bottom: 15px;
}

#post h1 strong {
	color: #77cf29;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #48c3ed;
}

hr {
	display: none;
}

.cuerpo {
	text-align: left;
	padding: 0 25px 0 25px;	
	background-image: url(imagen/cuerpo.png);
	background-repeat: repeat-y;
}

#darsedebaja {
	width: 940px;
	margin: 0 auto 0 auto;
	padding-top: 35px;
	background-image: url(imagen/darsedebaja.gif);
	background-repeat: no-repeat;
}

#cabecera {
	padding-top: 15px;
}

#mensaje {
	float: right;
	width: 200px;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #b0974e;
	background-color: #fff7b0;
	border: 1px solid #f5db6f;
}

#mensaje a {
	display: block;
	margin-top: 10px;
	color: #0000ff;
	font-weight: normal;
}

#contenido {
	padding-top: 20px;
	min-height: 550px;	
}

#lista, #post {
	margin-right: 260px;
}

#post {
	padding-bottom: 20px;
}

#post p, #post ol {
	color: #777;
	margin-bottom: 15px;
}

#post ol li {
	margin-bottom: 15px;
}

#post ol.commentlist {
	list-style: none;
	padding-left: 0;
}

#post ol.commentlist li {
	border-bottom: 1px dotted #a9a9a9;
}

#post .autoria {
	font-weight: bold;
}

#post ul.extra {
	border-top: 1px dotted #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	margin-top: 20px;
	padding: 10px 0 30px 0;
}

#post ul.extra li {
	margin-bottom: 5px;
}

#post form {
	margin: 0;
}

.culpables li {
	font-size: 14px;
	font-weight: bold;		
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #a9a9a9;
}

.culpables .tipo {
	font-size: 12px;
	font-weight: normal;
	float: right;
}

.culpables li a {
	text-decoration: none;
}

.culpables li a:hover {
	text-decoration: underline;
}

#pie {
	padding: 0 25px 50px 25px;
}

#pie p {
	display: block;
	padding-top: 10px;
	border-top: 1px solid #a9a9a9;
}