@import url("style.css");
@import url("layout.css");


#categorias li, #archivo li { border-bottom: 1px solid #E5F2FA; }
#categorias { margin-right: 20px; }

#categorias h3, #archivo h3 { margin-top: 20px; }

.post { margin: 20px 0 0 0; }
.post-info { 
	width: 88%;
	float: right;
}
.post-info h3 {
	margin: 5px 0 2px 0; padding: 0;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #DA5BA4;
}
.post-date {
	width: 34px;
	margin-right: 12px;
	line-height: normal;
	float: left;
}
.post-date .dia {
	font-size: 1.5em;
	color: #DA5BA4;
}
.post-date .mesano {
	font-size: .9em;
	color: #59B0E5;
}
.post-info2 { 
	width: 100%;
	float: left;
}
.post-info2 h3 {
	margin: 5px 0 2px 0; padding: 0;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #DA5BA4;
}
.postmetadata {
	font-size: .8em;
	margin: 0; padding: 0;
	line-height: normal;
}

.entry {
	padding-top: 6px;
	display: block;
	clear: both;
	width: 100%;	
}

.imgpost {
	float: left;
	margin-right: 10px;
}

.navigation a:hover { background: none; color: #DA5BA4; }

#commentform #submit {
	float: left;
	height: auto;
	margin: 12px 0 38px 8px;
}
.commentlist li {
	border: 1px solid #E5F2FA;
	font-size: .9em;
	margin-bottom: 8px; padding: 6px 12px;
	list-style: none;
}
.commentmetadata {
	float: right;
	background: url(../img/ico_reloj.gif) no-repeat;
	padding-left: 22px;
}

#searchform #s { 
	width: 210px;
	float: left; 
}

#creditos {
	display: block;
	margin-top: 52px;
}

.alignright { float: right; }
.alignleft { float: left; }