.holder {
	margin: 15px 0;
}
.holder a {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #0775bc;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	cursor: pointer;
}
.holder a:hover {
	color: #044772;
	background-color: #eee;
	border-color: #ddd;
}
.holder a.jp-previous { margin-right: 0px; }
.holder a.jp-next { margin-left: 0px; }
.holder a.jp-current, a.jp-current:hover { 
	z-index: 2;
	color: #fff;
	background-color: #0775bc !important;
	border-color: #0775bc;
	cursor: default;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}
.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}
.holder span { 
	margin: 0 5px; 
}
#paginacion span{
	display: none;
}
#noticia {
    margin-left: 44% !important;
}