/* ------------------------------------
	POSTS
   ------------------------------------
*/

.posts{ 
	clear:both;
	margin:0 0 30px 0;
	border-left:1px dotted #9D7ABC;
	padding:0 20px;
	color:#fff;
	font-size:15px;
	line-height:1.8em;
}
#postsTop{
	height:40px;

}
.posts h1#titulo a{
	color:#fff;
	text-transform:none;
	padding-top:6px;
	line-height:normal;
}
.postsList{
	float:left;
	width:460px;
	padding:0 0 0 20px;
	line-height:normal;
}
.postsList h1{ 
	line-height:1em;
	margin:0; text-transform:none; padding:0;
	font-size:24px;  letter-spacing:normal;
}
.postItem{
	padding:0px 0 20px 0;
}
.posts p{
	text-align:justify;
}
.posts a{
	color:#9D7ABC;
}
.posts .resumen{
	margin:0 50px 0 64px;
	line-height:normal;
}
.posts h1{
	margin:0 0 0 0px;
	clear:both;
}
.posts .fecha{
	width:44px;
	float:left;
	text-align:center;
	line-height:normal;
	margin-bottom:6px;

}
.posts .fecha .dia{
	height:30px;
	background:#FF9900;
	color:#fff;
	font-size:24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */
}
.posts .fecha .mes{
	height:20px; text-transform:uppercase;
	background:#FFCC33;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
	-khtml-border-radius: 6px; /* for old Konqueror browsers */	
}
#comentariosAdd{
	border-top:3px dotted #999999;	
}

#comentariosAdd input, #comentariosAdd textarea{
	width:300px;
	font-family:"Century Gothic", "Trebuchet MS", Tahoma;
	font-size:13px; font-weight:bold;
	padding:6px 0;
	border:1px dashed #B434CF;
	color:#B434CF;
}
#comentariosAdd input[type="submit"]{
	width:186px; height:49px;
	color:#fff;
	text-indent:-1000px;
	background:url(../images/btnEnviar.jpg) top left no-repeat;
	border:none;
	cursor:pointer;
	margin:10px 0;
}
#comentarios{
	margin:20px 0;
}
.comentario{
	padding:6px 6px 20px 6px;
	border:1px dotted #eee;	
	line-height:normal;
	font-size:13px;
	margin:10px 0;
}
.comentario .nombres{
	width:123px;
	float:left;
	padding:9px 14px 9px 9px;
}
.comentario .comentarioText{
	margin:0 0 0 146px;
	padding:9px;
}
.posts ul li{
	text-align:justify;
}
