/*Plegar todo: Alt+0; Replegar todo:Alt+May+0 */
/*i*//*============================================TAMAÑOS (anchos)===*/
/*El tamaño de los bloques hay que darlo sólo en ancho y en %; el alto se adapta a la medida del ancho.*/
.width-100{width:100%;}
.width-99{width:99%;}
.width-98{width:98%;}
.width-97{width:97%;}
.width-96{width:96%;}
.width-95{width:95%;}
.width-94{width:94%;}
.width-93{width:93%;}
.width-92{width:92%;}
.width-91{width:91%;}
.width-90{width:90%;}
.width-89{width:89%;}
.width-88{width:88%;}
.width-87{width:87%;}
.width-86{width:86%;}
.width-85{width:85%;}
.width-84{width:84%;}
.width-83{width:83%;}
.width-82{width:82%;}
.width-81{width:81%;}
.width-80{width:80%;}
.width-79{width:79%;}
.width-78{width:78%;}
.width-77{width:77%;}
.width-76{width:76%;}
.width-75{width:75%;}
.width-74{width:74%;}
.width-73{width:73%;}
.width-72{width:72%;}
.width-71{width:71%;}
.width-70{width:70%;}
.width-69{width:69%;}
.width-68{width:68%;}
.width-67{width:67%;}
.width-66{width:66%;}
.width-65{width:65%;}
.width-64{width:64%;}
.width-63{width:63%;}
.width-62{width:62%;}
.width-61{width:61%;}
.width-60{width:60%;}
.width-59{width:59%;}
.width-58{width:58%;}
.width-57{width:57%;}
.width-56{width:56%;}
.width-55{width:55%;}
.width-54{width:54%;}
.width-53{width:53%;}
.width-52{width:52%;}
.width-51{width:51%;}
.width-50{width:50%;}
.width-49{width:49%;}
.width-48{width:48%;}
.width-47{width:47%;}
.width-46{width:46%;}
.width-45{width:45%;}
.width-44{width:44%;}
.width-43{width:43%;}
.width-42{width:42%;}
.width-41{width:41%;}
.width-40{width:40%;}
.width-39{width:39%;}
.width-38{width:38%;}
.width-37{width:37%;}
.width-36{width:36%;}
.width-35{width:35%;}
.width-34{width:34%;}
.width-33{width:33%;}
.width-32{width:32%;}
.width-31{width:31%;}
.width-30{width:30%;}
.width-29{width:29%;}
.width-28{width:28%;}
.width-27{width:27%;}
.width-26{width:26%;}
.width-25{width:25%;}
.width-24{width:24%;}
.width-23{width:23%;}
.width-22{width:22%;}
.width-21{width:21%;}
.width-20{width:20%;}
.width-19{width:19%;}
.width-18{width:18%;}
.width-17{width:17%;}
.width-16{width:16%;}
.width-15{width:15%;}
.width-14{width:14%;}
.width-13{width:13%;}
.width-12{width:12%;}
.width-11{width:11%;}
.width-10{width:10%;}
.width-9{width:9%;}
.width-8{width:8%;}
.width-7{width:7%;}
.width-6{width:6%;}
.width-5{width:5%;}
.width-4{width:4%;}
.width-3{width:3%;}
.width-2{width:2%;}
.width-1{width:1%;}
/*f*/
/*i*/
/* Contenedores por ancho y centrado */
.wrap-100 {  width: auto;  /* defaults to 100% but takes borders into account = big win since we can’t rely on box-sizing */
  margin: 1.5em 0;
}
.wrap-90 {  width: 90%;  margin: 1.5em 5%;  /* Since we can’t use auto (0 in legacy RMSDK), we must center using % */
}
.wrap-80 {  width: 80%;  /* width: 80% -> KF8 bug, see amzn-kf8 query for fix */
  margin: 1.5em 10%;
}
.wrap-70 {  width: 70%;  margin: 1.5em 15%;
}
.wrap-60 {  width: 60%;  margin: 1.5em 20%;
}
.wrap-50 {  width: 50%;  margin: 1.5em 25%;
}
.wrap-40 {  width: 40%;  margin: 1.5em 30%;
}
.wrap-30 {  width: 30%;  margin: 1.5em 35%;
}
.wrap-20 {  width: 20%;  margin: 1.5em 40%;
}
.wrap-10 {  width: 10%;  margin: 1.5em 45%;
}
/*f*/

/*i*//*============================================ALTURAS===*/
/*    Alturas vh  */
.h-100 {  height: 99%;width:auto;}
.h-90 {  height: 90%;width:auto;}
.h-80 {  height: 80%;width:auto;}
.h-70 {  height: 70%;width:auto;}
.h-60 {  height: 60%;width:auto;}
.h-50 {  height: 50%;width:auto;}
.h-40 {  height: 40%;width:auto;}
.h-30 {  height: 30%;width:auto;}
.h-20 {  height: 20%;width:auto;}
.h-10 {  height: 10%;width:auto;}

/*    Alturas %  */
/*Sólo aplicable a contenedor, no a contenido */
.vh-100 {  height:98%; height: 98vh!important; width:auto;}
.vh-90 {  height: 90%; height: 90vh!important;width:auto;}
.vh-80 {  height: 80%; height: 80vh!important;width:auto;}
.vh-70 {  height: 70%; height: 70vh!important;width:auto;}
.vh-60 {  height: 60%; height: 60vh!important;width:auto;}
.vh-50 {  height: 50%; height: 50vh!important;width:auto;}
.vh-40 {  height: 40%; height: 40vh!important;width:auto;}
.vh-30 {  height: 30%; height: 30vh!important;width:auto;}
.vh-20 {  height: 20%; height: 20vh!important;width:auto;}
.vh-10 {  height: 10%; height: 10vh!important;width:auto;}

/*f*/
/*i*//*============================================MÁRGEN IZQUIERDO Y DERECHO===*/
/*i*//* MARGEN IZQUIERDO   */
.margen-izq--1 {margin-left:-1%;}
.margen-izq--2 {margin-left:-2%;}
.margen-izq--3 {margin-left:-3%;}
.margen-izq--4 {margin-left:-4%;}
.margen-izq--5 {margin-left:-5%;}
.margen-izq--6 {margin-left:-6%;}
.margen-izq--7 {margin-left:-7%;}
.margen-izq--8 {margin-left:-8%;}
.margen-izq--9 {margin-left:-9%;}
.margen-izq--10{margin-left:-10%;}
.margen-izq--11{margin-left:-11%;}
.margen-izq--12{margin-left:-12%;}
.margen-izq--13{margin-left:-13%;}
.margen-izq--14{margin-left:-14%;}
.margen-izq--15{margin-left:-15%;}
.margen-izq--16{margin-left:-16%;}
.margen-izq--17{margin-left:-17%;}
.margen-izq--18{margin-left:-18%;}
.margen-izq--19{margin-left:-19%;}
.margen-izq--20{margin-left:-20%;}
.margen-izq--21{margin-left:-21%;}
.margen-izq--22{margin-left:-22%;}
.margen-izq--23{margin-left:-23%;}
.margen-izq--24{margin-left:-24%;}
.margen-izq--25{margin-left:-25%;}
.margen-izq--26{margin-left:-26%;}
.margen-izq--27{margin-left:-27%;}
.margen-izq--28{margin-left:-28%;}
.margen-izq--29{margin-left:-29%;}
.margen-izq--30{margin-left:-30%;}
.margen-izq--31{margin-left:-31%;}
.margen-izq--32{margin-left:-32%;}
.margen-izq--33{margin-left:-33%;}
.margen-izq--34{margin-left:-34%;}
.margen-izq--35{margin-left:-35%;}
.margen-izq--36{margin-left:-36%;}
.margen-izq--37{margin-left:-37%;}
.margen-izq--38{margin-left:-38%;}
.margen-izq--39{margin-left:-39%;}
.margen-izq--40{margin-left:-40%;}
.margen-izq--41{margin-left:-41%;}
.margen-izq--42{margin-left:-42%;}
.margen-izq--43{margin-left:-43%;}
.margen-izq--44{margin-left:-44%;}
.margen-izq--45{margin-left:-45%;}
.margen-izq--46{margin-left:-46%;}
.margen-izq--47{margin-left:-47%;}
.margen-izq--48{margin-left:-48%;}
.margen-izq--49{margin-left:-49%;}
.margen-izq--50{margin-left:-50%;}
.margen-izq-1 {margin-left:1%;}
.margen-izq-2 {margin-left:2%;}
.margen-izq-3 {margin-left:3%;}
.margen-izq-4 {margin-left:4%;}
.margen-izq-5 {margin-left:5%;}
.margen-izq-6 {margin-left:6%;}
.margen-izq-7 {margin-left:7%;}
.margen-izq-8 {margin-left:8%;}
.margen-izq-9 {margin-left:9%;}
.margen-izq-10{margin-left:10%;}
.margen-izq-11{margin-left:11%;}
.margen-izq-12{margin-left:12%;}
.margen-izq-13{margin-left:13%;}
.margen-izq-14{margin-left:14%;}
.margen-izq-15{margin-left:15%;}
.margen-izq-16{margin-left:16%;}
.margen-izq-17{margin-left:17%;}
.margen-izq-18{margin-left:18%;}
.margen-izq-19{margin-left:19%;}
.margen-izq-20{padding-left:20%;}
.margen-izq-21{margin-left:21%;}
.margen-izq-22{margin-left:22%;}
.margen-izq-23{margin-left:23%;}
.margen-izq-24{margin-left:24%;}
.margen-izq-25{margin-left:25%;}
.margen-izq-26{margin-left:26%;}
.margen-izq-27{margin-left:27%;}
.margen-izq-28{margin-left:28%;}
.margen-izq-29{margin-left:29%;}
.margen-izq-30{margin-left:30%;}
.margen-izq-31{margin-left:31%;}
.margen-izq-32{margin-left:32%;}
.margen-izq-33{margin-left:33%;}
.margen-izq-34{margin-left:34%;}
.margen-izq-35{margin-left:35%;}
.margen-izq-36{margin-left:36%;}
.margen-izq-37{margin-left:37%;}
.margen-izq-38{margin-left:38%;}
.margen-izq-39{margin-left:39%;}
.margen-izq-40{margin-left:40%;}
.margen-izq-41{margin-left:41%;}
.margen-izq-42{margin-left:42%;}
.margen-izq-43{margin-left:43%;}
.margen-izq-44{margin-left:44%;}
.margen-izq-45{margin-left:45%;}
.margen-izq-46{margin-left:46%;}
.margen-izq-47{margin-left:47%;}
.margen-izq-48{margin-left:48%;}
.margen-izq-49{margin-left:49%;}
.margen-izq-50{margin-left:50%;}
/*f*/
/*i*//* MARGEN DERECHO */
.margen-der--1 {margin-right:-1%;}
.margen-der--2 {margin-right:-2%;}
.margen-der--3 {margin-right:-3%;}
.margen-der--4 {margin-right:-4%;}
.margen-der--5 {margin-right:-5%;}
.margen-der--6 {margin-right:-6%;}
.margen-der--7 {margin-right:-7%;}
.margen-der--8 {margin-right:-8%;}
.margen-der--9 {margin-right:-9%;}
.margen-der--10{margin-right:-10%;}
.margen-der--11{margin-right:-11%;}
.margen-der--12{margin-right:-12%;}
.margen-der--13{margin-right:-13%;}
.margen-der--14{margin-right:-14%;}
.margen-der--15{margin-right:-15%;}
.margen-der--16{margin-right:-16%;}
.margen-der--17{margin-right:-17%;}
.margen-der--18{margin-right:-18%;}
.margen-der--19{margin-right:-19%;}
.margen-der--20{margin-right:-20%;}
.margen-der--21{margin-right:-21%;}
.margen-der--22{margin-right:-22%;}
.margen-der--23{margin-right:-23%;}
.margen-der--24{margin-right:-24%;}
.margen-der--25{margin-right:-25%;}
.margen-der--26{margin-right:-26%;}
.margen-der--27{margin-right:-27%;}
.margen-der--28{margin-right:-28%;}
.margen-der--29{margin-right:-29%;}
.margen-der--30{margin-right:-30%;}
.margen-der--31{margin-right:-31%;}
.margen-der--32{margin-right:-32%;}
.margen-der--33{margin-right:-33%;}
.margen-der--34{margin-right:-34%;}
.margen-der--35{margin-right:-35%;}
.margen-der--36{margin-right:-36%;}
.margen-der--37{margin-right:-37%;}
.margen-der--38{margin-right:-38%;}
.margen-der--39{margin-right:-39%;}
.margen-der--40{margin-right:-40%;}
.margen-der--41{margin-right:-41%;}
.margen-der--42{margin-right:-42%;}
.margen-der--43{margin-right:-43%;}
.margen-der--44{margin-right:-44%;}
.margen-der--45{margin-right:-45%;}
.margen-der--46{margin-right:-46%;}
.margen-der--47{margin-right:-47%;}
.margen-der--48{margin-right:-48%;}
.margen-der--49{margin-right:-49%;}
.margen-der--50{margin-right:-50%;}
.margen-der-1 {margin-right:1%;}
.margen-der-2 {margin-right:2%;}
.margen-der-3 {margin-right:3%;}
.margen-der-4 {margin-right:4%;}
.margen-der-5 {margin-right:5%;}
.margen-der-6 {margin-right:6%;}
.margen-der-7 {margin-right:7%;}
.margen-der-8 {margin-right:8%;}
.margen-der-9 {margin-right:9%;}
.margen-der-10{margin-right:10%;}
.margen-der-11{margin-right:11%;}
.margen-der-12{margin-right:12%;}
.margen-der-13{margin-right:13%;}
.margen-der-14{margin-right:14%;}
.margen-der-15{margin-right:15%;}
.margen-der-16{margin-right:16%;}
.margen-der-17{margin-right:17%;}
.margen-der-18{margin-right:18%;}
.margen-der-19{margin-right:19%;}
.margen-der-20{margin-right:20%;}
.margen-der-21{margin-right:21%;}
.margen-der-22{margin-right:22%;}
.margen-der-23{margin-right:23%;}
.margen-der-24{margin-right:24%;}
.margen-der-25{margin-right:25%;}
.margen-der-26{margin-right:26%;}
.margen-der-27{margin-right:27%;}
.margen-der-28{margin-right:28%;}
.margen-der-29{margin-right:29%;}
.margen-der-30{margin-right:30%;}
.margen-der-31{margin-right:31%;}
.margen-der-32{margin-right:32%;}
.margen-der-33{margin-right:33%;}
.margen-der-34{margin-right:34%;}
.margen-der-35{margin-right:35%;}
.margen-der-36{margin-right:36%;}
.margen-der-37{margin-right:37%;}
.margen-der-38{margin-right:38%;}
.margen-der-39{margin-right:39%;}
.margen-der-40{margin-right:40%;}
.margen-der-41{margin-right:41%;}
.margen-der-42{margin-right:42%;}
.margen-der-43{margin-right:43%;}
.margen-der-44{margin-right:44%;}
.margen-der-45{margin-right:45%;}
.margen-der-46{margin-right:46%;}
.margen-der-47{margin-right:47%;}
.margen-der-48{margin-right:48%;}
.margen-der-49{margin-right:49%;}
.margen-der-50{margin-right:50%;}
/*f*/
/*f*/

/*i*//*============================================PLOMOS  Y ANTIPLOMOS===*/
/* En máquina se inserta (<p class="i-plomo-">&#160;</p>), si se quiere que afecte también a epub hay que quitar la i- */
.plomo-1 {line-height:1px;margin:0!important; padding:0!important;}
.plomo-2 {line-height:2px;margin:0!important; padding:0!important;}
.plomo-3 {line-height:3px;margin:0!important; padding:0!important;}
.plomo-4 {line-height:4px;margin:0!important; padding:0!important;}
.plomo-5 {line-height:5px;margin:0!important; padding:0!important;}
.plomo-6 {line-height:6px;margin:0!important; padding:0!important;}
.plomo-7 {line-height:7px;margin:0!important; padding:0!important;}
.plomo-8 {line-height:8px;margin:0!important; padding:0!important;}
.plomo-9 {line-height:9px;margin:0!important; padding:0!important;}
.plomo-10 {line-height:10px;margin:0!important; padding:0!important;}
.plomo-11 {line-height:11px;margin:0!important; padding:0!important;}
.plomo-12 {line-height:12px;margin:0!important; padding:0!important;}
.plomo-13 {line-height:13px;margin:0!important; padding:0!important;}
.plomo-14 {line-height:14px;margin:0!important; padding:0!important;}
.plomo-15 {line-height:15px;margin:0!important; padding:0!important;}
.plomo-16 {line-height:16px;margin:0!important; padding:0!important;}
.plomo-17 {line-height:17px;margin:0!important; padding:0!important;}
.plomo-18 {line-height:18px;margin:0!important; padding:0!important;}
.plomo-19 {line-height:19px;margin:0!important; padding:0!important;}
.plomo-20 {line-height:20px;margin:0!important; padding:0!important;}

/* En Máquina se inserta <p class="i-antiplomo-">&#160;</p>, si se quiere que afecte también a epub hay que quitar la i- */
.antiplomo-1 {margin-top:-1px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-2 {margin-top:-2px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-3 {margin-top:-3px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-4 {margin-top:-4px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-5 {margin-top:-5px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-6 {margin-top:-6px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-7 {margin-top:-7px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-8 {margin-top:-8px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-9 {margin-top:-9px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-10 {margin-top:-10px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-11 {margin-top:-11px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-12 {margin-top:-12px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-13 {margin-top:-13px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-14 {margin-top:-14px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-15 {margin-top:-15px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-16 {margin-top:-16px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-17 {margin-top:-17px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-18 {margin-top:-18px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-18 {margin-top:-19px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
.antiplomo-20 {margin-top:-20px;line-height:0!important;margin-bottom:0!important; padding:0!important;}
/*f*/

/*i*//*============================================TAMAÑOS LETRAS===*/

.l-tamanoletra-1{ font-size:1pt;}
.l-tamanoletra-2{ font-size:2pt;}
.l-tamanoletra-3{ font-size:3pt;}
.l-tamanoletra-4{ font-size:4pt;}
.l-tamanoletra-5{ font-size:5pt;}
.l-tamanoletra-6{ font-size:6pt;}
.l-tamanoletra-7{ font-size:7pt;}
.l-tamanoletra-8{ font-size:8pt;}
.l-tamanoletra-9{ font-size:9pt;}
.l-tamanoletra-10{ font-size:10pt;}
.l-tamanoletra-11{ font-size:11pt;}
.l-tamanoletra-12{ font-size:12pt;}
.l-tamanoletra-13{ font-size:13pt;}
.l-tamanoletra-14{ font-size:14pt;}
.l-tamanoletra-15{ font-size:15pt;}
.l-tamanoletra-16{ font-size:16pt;}
.l-tamanoletra-17{ font-size:17pt;}
.l-tamanoletra-18{ font-size:18pt;}
.l-tamanoletra-19{ font-size:19pt;}
.l-tamanoletra-20{ font-size:20pt;}
.l-tamanoletra-21{ font-size:21pt;}
.l-tamanoletra-22{ font-size:22pt;}
.l-tamanoletra-23{ font-size:23pt;}
.l-tamanoletra-24{ font-size:24pt;}
.l-tamanoletra-25{ font-size:25pt;}
.l-tamanoletra-26{ font-size:26pt;}
.l-tamanoletra-27{ font-size:27pt;}
.l-tamanoletra-28{ font-size:28pt;}
.l-tamanoletra-29{ font-size:29pt;}
.l-tamanoletra-30{ font-size:30pt;}
/*f*/

/*i*//*============================================SEUDO-ELEMENTOS HTML===*/
/*Los llamo seudo-elementos html poque cumplen la misma función que ciertos tags html que aportan directamente estilo, como son; <b>, <br>, <del> <i>, <ins>, <sub>, <sup>, <em>, <s>, etc. Se les puede dar un estilo particular con CSS, pero generalmente en suficiente con el que asigna el navegador por defecto.*/
/*i*//*===De bloque===*/
/*i*//*Saltos de página*/
.bl-salto-pag-antes{page-break-before: always;}
.bl-salto-pag-despues{page-break-after: always;}
.bl-pagina{/*Inserta un salto de página antes y después. O sea, es una página en blanco que se puede rellenar con lo que se quiera; es como una sección dentro de la sección.*/
	page-break-after: always;
	page-break-before: always;
}
/*f*/
/*i*//*Flotar izquierda*/
.bl-flot-izq {float:left;}
/*f*/
/*i*//*Flotar derecha*/
.bl-flot-der {float:right;}
/*f*/
/*i*//*Centrado*/
.bl-centrado {display: block; margin-left: auto; margin-right: auto;}
/*f*/
/*f*//*Final bloques de retoque*/
/*i*//*===De párrafo===*/
.p-centrado 
{text-align:center;text-indent:0;}
.p-derecha {text-align:right;}
.p-justificado {text-align:justify;}
.p-sin-indentar{text-indent:0;}
/*f*/
/*i*//*===De letras===*/
.l-versalitas {font-variant: small-caps;}
.l-mayusculas{text-transform: uppercase;}
.l-minusculas {text-transform: lowercase;}
.l-capitalizar {text-transform: capitalize;}
.l-subrayado {text-decoration:underline;}
.l-no-guion {hyphens: none;}
/*f*/
/*f*//*de seudo-elementos*/

/*i*//*============================================INDICACIONES PROCESOS===*/
/*No está pasado a Notepad++ todavía*/
@media screen {
	.no-en-epub  {display: none;}
}
@media print {
	.no-en-print {display: none;}
}
/*f*/
