/* 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;}

/**/    *:first-child+html .content_slide {font-size:10px;//Explorer NO calcula bien los 'ems';}
.content_slide {width:100%;display:block;float:left;background:#f8f8f8;}
/*titulo fotogaleria*/
.content_slide .titu {width:100%;height:auto;background:#c00;float:left;}
.content_slide .titu strong {font-size:130%;line-height:169.2%;display:block;text-align:left;color:#fff;padding:0 0 0 0.462em;}
/*como colocar las fotos*/
.gallery,.gallery li,.gallery li span {text-align:center;display:block;width:100%;}
.gallery li,.gallery li span {height:100%;}
.gallery {float:left;cursor: pointer;}
.gallery li {}
.gallery li span {}

.gallery li img {width:none;/*width:100%;width:auto;*/}

.gallery .ver img {height:100%;}
.gallery .hor img {width:100%;}
.gallery .hor,.vmode .ver {overflow:hidden;}
.vmode .ver img {width:100%;height:auto;} 

/*titulo de las fotos*/
.slide .title {width:100%;text-align:center;padding:0.6em 0 0 0;display:block;clear:both;}
.slide .title strong {font-size:130%;line-height:123.1%;font-weight:normal;}

/*ocultamos enlace 'ver foto'*/
span img + a {display:none;}