

#listado_publicaciones li{
	padding:15px 0;
	list-style:none;
}
#listado_publicaciones h2{
	margin-bottom:0;
}

#actual{
	padding:0 50px;
}
#otras{
	width:100%;
	clear:both;
	display: flex; /* or inline-flex */
	flex-flow: row wrap; /* Then we define how is distributed the remaining space */
  	justify-content: space-around; /* space */
	
	border-top:1px solid #ddd;
	padding-top:10px;
	margin:20px auto;
}
#otras h2{
	display:block;
	width:100%;
	text-align:center;
}
#otras .item{
	width:190px;
	margin-top: 10px;
	padding:5px;
}
#otras .item .fecha{
	display:block;
	font-size:70%;
	opacity:0.8;
	text-transform:uppercase;
}

#documento{
	position:relative;
	width:280px;
	float:right;
	margin-left:40px;
	margin-bottom:20px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
	padding:20px;
	
}
#documento .clippo {
	position:absolute; top:0; right:0;
	background:url(../iconos/attachment.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:cover;
	width:100px; height:100px;
	opacity: .2;
}

#documento p{
	opacity:0.8;
}