/*********************************************************************************************************/
/*                                        CSS PAGER
/*********************************************************************************************************/

/* esto es para el paginador */
.pager {
	background-color: #FFFFFF;
	margin: 2em;
	padding: 1px;
	border: 1px dotted #0257AC;
	size: auto;
}

.paginador {
	background-color: #FFFFFF;
	margin: 2em;
	padding: 1px;
	border: 1px dotted #0257AC;
	size: auto;
}
.pager a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #024D97;    
    text-decoration: none;
    font-style: normal;	
}

.paginador a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #024D97;    
    text-decoration: none;
    font-style: normal;	
}
.pag_fin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #024D97;
	text-decoration: none;
	background-image: url(../css/img/imgPager/ad2.jpg);
	background-repeat: no-repeat;
	
	width: 60px;
	height: 20px;
	background-position: center;
	display: block;
}

.pag_ini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #024D97;
	text-decoration: none;
	background-image: url(../css/img/imgPager/ad.jpg);
	background-repeat: no-repeat;
	width: 60px;
	height: 20px;
	background-position: center;
	display: block;
}

.flecha_sig {
	background-image: url(../css/img/imgPager/sig.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 85px;
	background-position: center;
    text-decoration: none;
}

.flecha_ant {
	background-image: url(../css/img/imgPager/ant.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 85px;
	background-position: center;
    text-decoration: none;
}

.num_activo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../css/img/imgPager/num.jpg);
	background-repeat: no-repeat;
	padding: 2px;
	height: 14px;
	width: 20px;
	background-position: center;
	text-decoration: none;
	text-align:center;
	font-weight: bold;

}

.num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../css/img/imgPager/num_activo.jpg);
	background-repeat: no-repeat;
	padding: 2px;
	height: 14px;
	width: 20px;
	background-position: center;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
}

/* estas utilitarias */
.centrado {
	text-align: center;
}