/******PAGINACION********/
.paginacion{
	
	font-size:15px;
	
	height:30px;
	color:#8dbdd8;
	font-weight:bold;
	
	margin-top:5px;

}


.paginacion .btnPaginacionActiva{
	background:url('../../images/layout/paginator.png') no-repeat  center;
	color:#fff;
	width:30px;
	height:30px;
	padding:12px;
	}

.paginacion .btnPaginacionActual{	
	color:#000;
	background:url('../../images/layout/paginator_white.png') no-repeat center;
	width:30px;
	height:30px;
	padding:12px;
}

.btnPaginacionFirst{
	background:url('../../images/layout/paginatorfirst.png') no-repeat center;
	color:#fff;
	width:30px;
	height:30px;
	padding:12px;
}
.btnPaginacionFirstdisabled{
	background:url('../../images/layout/paginatorfirst.png') no-repeat center;
	color:#fff;
	width:30px;
	height:30px;
	padding:12px;
	}

.btnPaginacionLast {

	background:url('../../images/layout/paginatorlast.png') no-repeat center;
	color:#fff;
	width:30px;
	height:30px;
	padding:12px;
}
.btnPaginacionLastdisabled {

	background:url('../../images/layout/paginatorlast.png') no-repeat center;
	color:#fff;
	width:30px;
	height:30px;
	padding:12px;
}
.btnPaginacionanterior{

	background:url('../../images/layout/paginatorback.png') no-repeat center;
	color:#fff;
	width:30px;
	height:30px;
	padding:12px;
}
.btnPaginacionanteriordisabled{

	background:url('../../images/layout/paginatorback.png') no-repeat center;
	color:#fff;
	width:30px;
	height:30px;
	padding:12px;
}
.btnPaginacionsiguiente{

	background:url('../../images/layout/paginatornext.png') no-repeat center;
	color:#fff;
	width:30px;
	height:30px;
	padding:12px;
}
.btnPaginacionsiguientedisabled{

	background:url('../../images/layout/paginatornext.png') no-repeat center;
	color:#fff;
	width:30px;
	height:30px;
	padding:12px;
}



