body {
	background-image:url(../images/fondo.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin:0px;
}

#wrapper{
	position:absolute;
	width:100%;
	float:left;
	left:0px;
	top:0px;
}

#nubes{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

#arboles-left{
	left:0px;
	bottom:0px;
	width:382px;
	height:536px;
	background-image:url(../images/arboles-1.png);
	position:fixed;
	z-index:3;
}

#arboles-right{
	position:fixed;
	right:0px;
	bottom:0px;
	width:307px;
	height:476px;
	background-image:url(../images/arboles-2.png);
	z-index:3;
}

#content{
	float:left;
	text-align:center;
	width:100%;
}

#header{
	position:relative;
	width:100%;
	height:185px;
	float:left;
	text-align:center;
	z-index:5;
}

#pulpa{
	position:relative;
	margin-top:205px;
	margin-bottom:5px;
	min-width:480px;
	width:60%;
	min-height:50px;
	background-color:#000;
	border: 8px solid #000;
	z-index:5;
}

#pulpa a{
	color:#ff8300;
	text-decoration:none;
	background-color:#fff5ea;
}

#pulpa a:hover{
	text-decoration:underline;
}

.pulpa_post{
	
	font-family: Georgia;
	line-height:140%;

	/*
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
*/
	color:#333;
	text-align:left;
	font-size:16px;
	background-color:#fff;
	width:84%;
	border-top: 5px solid #ff8300;
	padding:3% 8% 3% 8%;	
}

.pulpa_post h2{
	color:#ff8300;
}

.pulpa_post img{
	border: 1px solid #999;
	padding:3px;
}

.numero_comentarios{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}

.fecha_publicacion{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#footer{
	position:relative;
	margin-bottom:5px;
	min-width:480px;
	width:60%;
	background-color:#000;
	border: 8px solid #000;
	z-index:5;
	text-align:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
}

#footer_entradas_recientes{
	position:relative;
	width:40%;
	margin:2%;	
}

#wordpress_powered{
	width:100%;
	text-align:center;
	margin:3px 0px 3px 0px;
	color:#fff;
}

#wordpress_powered a{
	color:#999;
	text-decoration:none;
}

#wordpress_powered a:hover{
	text-decoration:underline;
}

.reciente{
	font-size:10px;
	color:#fff;
	margin-bottom:3px;
}

textarea#comment{
	width: 100%; 
	padding: 5px; 
}

.commentmetadata{ 
	font-size: 10px; 
}

.odd{}

.even{
	background-color: #fef7f3;
}

.comment-author{
	font-weight:bold;
} 
