.blogIn {
	padding: 10px;
}

.navigation a {
	color: blue;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}

.commentlist a {
	color: blue;
	text-decoration: none;
}
.commentlist a:hover {
	text-decoration: underline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.titulo_post { margin: 0; margin-top: 3px;}
.titulo_post a {color: #14104E; text-decoration: none; }
.titulo_post a:hover {color: #144E84; text-decoration: underline; }

.entry {
	text-align: justify;
	margin: 20px;
	font-family: Arial;
	font-size: 14px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	}

h3, h2, h4, h1 {display: inline;}

ul {list-style: none; margin: 0; padding:4px;}
ul li {margin-left: 10px;}
a {color: blue;}

small {font-size: 11px;}

.pagetitle {
	display: inline;
	margin-bottom:0;
}

.commentlist {
	border: 1px solid silver;

	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	background: #fff;
}

.comment {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 3px;
}

.even {
	background: #DEDCD5;
}

.odd {
	background: #DEDCD5;
}

.fn {font-size: 16px;}
.comment-meta {
	font-size: 10px;
	color: silver;
	border-bottom: 1px dashed #000;
}
.comment-meta a { color: #555555; }