.publicacion {
	width: 278px;
	max-width: 270px;
	float: left;
	border-left: 3px solid #036;
	border-top: 1px solid #036;
	position: relative;
	font-size: 11px;
	padding: 5 0 0 5px;
	margin-bottom: 20px;
}
.publicacion IMG {
	float: left;
	margin-right: 6px;
}
.publicacion DIV {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #003366;
	width: 110px;
	height: 18px;
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.publicacion DIV A {
	text-decoration: none;
	color: #ddd;
}
.publicacion DIV A:hover {
	text-decoration: underline;
	color: #fff;
}
