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


#actual{
	padding:0 100px;
}
#otras{
	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;
}

.compartir{
	text-align:center;
	width:300px;
	float:right;
} 
.compartir h4{
	color:#000;
	margin-bottom:0; padding-bottom:0;
} 