/* PAGINADO SLIDE PHOTOS ***************************************/
/***************************************************************/
.pagbox {width:100%;float:left;display:block;padding:0.8em 0 0 0;}
.pagbox ul {width:auto;float:none;margin:0 auto;display:table;height:auto;}
/**/    *:first-child+html .pagbox {width:auto;}
/**/    *:first-child+html .pagbox ul {clear:both;display:inline-block;}
.pagbox li {float:left;width:auto;height:auto;margin:0 0.2em;border:0.1em solid #ccc;}
	.pagbox .items {border:none;margin:0;}
.pagbox strong {display:block;text-align:center;height:1.9em;width:100%;font-weight:normal;}
.pagbox span {display:block;font-size:130%;line-height:146.15%;}

/*botones navegacion*/
.pagbox .first,.pagbox .last {overflow:hidden;height:1.9em;width:1.9em;}
.pagbox .first strong,.pagbox .last strong {font-size:180%;line-height:1em;}
.pagbox .next strong,.pagbox .prev strong {width:6em;}

/*efecto hover/selected*/
.pagbox strong {text-decoration:none;}
.pagbox strong:hover {background:#ccc;color:#000;cursor:pointer;}
.pagbox .active {background:#000;color:#eee;}

/*efecto desactivado 'off'*/
.pagbox .off {border-color:#ddd;}
.pagbox .off strong,.pagbox .off strong:hover {color:#ccc;cursor:default;background:none;}

/*paginado compacto*/
.pagbox .numpages {text-align:center;width:5.231em;//68px s/13px;border:1px solid #ccc;color:#444;float:none;margin:0 auto;}
.pagbox .numpages strong {width:auto;display:inline;color:#000;font-weight:bold;}
.pagbox .numpages strong,.pagbox .numpages em {font-style:normal;}
.pagbox .numpages strong:hover {cursor:default;background:none;}

/*paginado extendido*/
/**/    *:first-child+html .pagbox .items {font-size:10px;//Explorer NO calcula bien los 'ems';}
.pagbox .items {overflow:hidden;position:relative;height:2.1em;display:inline-block;}
.pagbox ol {position:absolute;top:0;}
.pagbox ol strong {width:1.9em;}
