Herramientas de usuario

Herramientas del sitio


manuales:amstrad_pcw

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
manuales:amstrad_pcw [2026/05/09 08:12] jesusmanuales:amstrad_pcw [2026/05/10 06:47] (actual) jesus
Línea 1: Línea 1:
 ~~NOTOC~~ ~~NOTOC~~
 +
 <html> <html>
 <style> <style>
Línea 5: Línea 6:
     background-color: #000b00; border: 12px solid #2a2a2a; border-radius: 15px;     background-color: #000b00; border: 12px solid #2a2a2a; border-radius: 15px;
     padding: 25px; margin: 25px 0; font-family: 'Courier New', Courier, monospace;     padding: 25px; margin: 25px 0; font-family: 'Courier New', Courier, monospace;
-    position: relative; overflow: hidden; box-shadow: inset 0 0 60px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7);+    position: relative; overflow: hidden; box-shadow: inset 0 0 60px rgba(0,255,0,0.2);
   }   }
   .pcw-monitor-ultra::after {   .pcw-monitor-ultra::after {
     content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0;     content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0;
-    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.15) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03)); +    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.15) 50%); 
-    background-size: 100% 3px, 2px 100%; z-index: 2; pointer-events: none; animationflickering 0.15s infinite;+    background-size: 100% 3px; z-index: 2; pointer-events: none; 
 +  } 
 +   
 +  /* REGLAS PARA TODOS LOS ENLACES (Mantenemos alineación) */ 
 +  .dokuwiki .pcw-monitor-ultra a {  
 +    text-decoration: none !important; border: none !important;  
 +    display: block !important; width: 100% !important; 
 +    padding: 6px 15px !important; margin: 0 !important; 
 +    box-sizing: border-box !important; text-transform: uppercase;
   }   }
-  @keyframes flickering { 0% { opacity: 0.98; } 100% { opacity: 1; } } 
  
-  /* ESTADO INACTIVO (Página NO existe): Verde oliva fuerte */ +  /* 1. INACTIVO (No creado): Verde Oliva Legible */ 
-  .pcw-monitor-ultra a.pcw-btn-ultra { +  .dokuwiki .pcw-monitor-ultra a.wikilink2 
-    display: flex; align-items: center; background: transparent; padding: 8px 15px; border: 1px solid transparent; +    color: #88aa55 !important; text-shadow: none !important; opacity: 0.8 !important;
-    font-family: 'Courier New', Courier, monospace; font-size: 1em; text-transform: uppercase; +
-    text-decoration: none !important; transition: 0.2s; z-index: 3; position: relative; +
-    color: #557711 !important; text-shadow: none !important; opacity: 0.9;+
   }   }
  
-  /* ESTADO ACTIVO (Página SÍ existe): Verde neón brillante */ +  /* 2. ACTIVO (Creado): VERDE NEÓN RADIACTIVO */ 
-  .pcw-monitor-ultra a.pcw-btn-ultra.wikilink {+  /* Forzamos prioridad máxima para que no se quede en verde bosque */ 
 +  .dokuwiki .pcw-monitor-ultra a.wikilink, 
 +  .dokuwiki .pcw-monitor-ultra a:not(.wikilink2) {
     color: #00ff00 !important;     color: #00ff00 !important;
-    text-shadow: 0 0 10px rgba(0, 255, 00.8), 0 0 2px rgba(0, 255, 0, 0.9) !important; +    text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00 !important; 
-    opacity: 1 !important;+    font-weight: bold !important; opacity: 1 !important;
   }   }
  
-  .pcw-btn-ultra:hover { +  .pcw-monitor-ultra a:hover { background-color: rgba(0, 255, 0, 0.2!important; color: #00ff00 !important; } 
-    background-color: rgba(0, 255, 0, 0.15); border: 1px solid rgba(0, 255, 0, 0.5); transform: translateX(12px); +  .pcw-title-ultra { color: #00ff00; font-size: 1.6em; font-weight: bold; margin-bottom: 25px; display: block; text-shadow: 0 0 10px #00ff00; } 
-    color: #00ff00 !important; text-shadow: 0 0 12px rgba(0, 255, 0, 0.8) !important; +  .pcw-subtitle-box { background-color: #00ff00; border: 2px solid #00ff00; padding: 5px 15px; margin: 20px 0 15px 0; display: inline-block; color: #000000 !important; font-weight: bold; text-transform: uppercase; }
-  } +
- +
-  .pcw-title-ultra { color: #00ff00; font-size: 1.6em; font-weight: bold; margin-bottom: 25px; display: block; text-shadow: 0 0 10px rgba(0, 255, 0, 0.7); } +
-  .pcw-subtitle-box { background-color: #00ff00; border: 2px solid #00ff00; padding: 5px 15px; margin: 20px 0 15px 0; display: inline-block; box-shadow: 0 0 15px rgba(0, 255, 0, 0.5); color: #000000 !important; font-weight: bold; text-transform: uppercase; } +
-  .pcw-grid-vertical { display: grid; gap: 8px; grid-template-columns: 1fr; position: relative; z-index: 3; margin-bottom: 30px; } +
-  .pcw-btn-ultra::before { content: "> "; opacity: 0.4; margin-right: 10px; }+
 </style> </style>
 <div class="pcw-monitor-ultra"> <div class="pcw-monitor-ultra">
   <div class="pcw-title-ultra"> A:\> MANUALES DE LOS MODELOS DE AMSTRAD PCW </div>   <div class="pcw-title-ultra"> A:\> MANUALES DE LOS MODELOS DE AMSTRAD PCW </div>
   <div class="pcw-subtitle-box">MANUALES EN ESPAÑOL</div>   <div class="pcw-subtitle-box">MANUALES EN ESPAÑOL</div>
-  <div class="pcw-grid-vertical"> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_1_sp" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO ESPAÑOL</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_2_sp" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO ESPAÑOL</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_espiral_tomo_1_sp" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL ESPAÑOL</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_espiral_tomo_2_sp" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL ESPAÑOL</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_sp" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO ESPAÑOL</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_sp" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO ESPAÑOL</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_sp" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL ESPAÑOL</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_sp" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL ESPAÑOL</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_9512_espiral_tomo_1_sp" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 9512 TOMO 1 ESPIRAL ESPAÑOL</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_9512_espiral_tomo_2_sp" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 9512 TOMO 2 ESPIRAL ESPAÑOL</a>  
-  </div> 
-  <div class="pcw-subtitle-box">MANUALES EN INGLES</div> 
-  <div class="pcw-grid-vertical"> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_1_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_2_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_espiral_tomo_1_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_espiral_tomo_2_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_9512_rustico_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 9512 RUSTICO INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_9256_rustico_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 9256 RUSTICO INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_9512_plus_rustico_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 9512+ RUSTICO INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_10_rustico_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PcW 10 RUSTICO INGLES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_16_rustico_en" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PcW 16 RUSTICO INGLES</a> 
-  </div> 
-  <div class="pcw-subtitle-box">MANUALES EN ALEMAN</div> 
-  <div class="pcw-grid-vertical"> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_1_de" target="_blank" class="pcw-btn-ultra">MANUAL SCHNEIDER JOYCE TOMO 1 RUSTICO ALEMAN</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_2_de" target="_blank" class="pcw-btn-ultra">MANUAL SCHNEIDER JOYCE TOMO 2 RUSTICO ALEMAN</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_espiral_tomo_1_de" target="_blank" class="pcw-btn-ultra">MANUAL SCHNEIDER JOYCE TOMO 1 ESPIRAL ALEMAN</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_espiral_tomo_2_de" target="_blank" class="pcw-btn-ultra">MANUAL SCHNEIDER JOYCE TOMO 2 ESPIRAL ALEMAN</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_de" target="_blank" class="pcw-btn-ultra">MANUAL SCHNEIDER JOYCE+ TOMO 1 RUSTICO ALEMAN</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_de" target="_blank" class="pcw-btn-ultra">MANUAL SCHNEIDER JOYCE+ TOMO 2 RUSTICO ALEMAN</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_de" target="_blank" class="pcw-btn-ultra">MANUAL SCHNEIDER JOYCE+ TOMO 1 ESPIRAL ALEMAN</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_de" target="_blank" class="pcw-btn-ultra">MANUAL SCHNEIDER JOYCE+ TOMO 2 ESPIRAL ALEMAN</a> 
-  </div> 
-  <div class="pcw-subtitle-box">MANUALES EN FRANCES</div> 
-  <div class="pcw-grid-vertical"> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_1_fr" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO FRANCES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_2_fr" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO FRANCES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_espiral_tomo_1_fr" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL FRANCES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_espiral_tomo_2_fr" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL FRANCES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_fr" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO FRANCES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_fr" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO FRANCES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_fr" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL FRANCES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_fr" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL FRANCES</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_9512_rustico_fr" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 9512 RUSTICO FRANCES</a> 
-  </div> 
-  <div class="pcw-subtitle-box">MANUALES EN ITALIANO</div> 
-  <div class="pcw-grid-vertical"> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_1_it" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO ITALIANO</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_2_it" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO ITALIANO</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_espiral_tomo_1_it" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL ITALIANO</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_espiral_tomo_2_it" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL ITALIANO</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_it" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO ITALIANO</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_it" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO ITALIANO</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_it" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL ITALIANO</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_it" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL ITALIANO</a> 
-  </div> 
-  <div class="pcw-subtitle-box">MANUALES EE.UU</div> 
-  <div class="pcw-grid-vertical"> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_1_eeuu" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO AMERICANO</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256_rustico_tomo_2_eeuu" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO AMERICANO</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_eeuu" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO AMERICANO</a> 
-    <a href="doku.php?id=manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_eeuu" target="_blank" class="pcw-btn-ultra">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO AMERICANO</a> 
-  </div> 
-</div> 
 </html> </html>
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_sp|MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO ESPAÑOL]] 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_sp|MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO ESPAÑOL]] 
 +[[manuales:manuales_pcw:pcw_8256_espiral_tomo_1_sp|MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL ESPAÑOL]] 
 +[[manuales:manuales_pcw:pcw_8256_espiral_tomo_2_sp|MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL ESPAÑOL]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_sp|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO ESPAÑOL]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_sp|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO ESPAÑOL]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_sp|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL ESPAÑOL]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_sp|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL ESPAÑOL]] 
 +[[manuales:manuales_pcw:pcw_9512_espiral_tomo_1_sp|MANUAL AMSTRAD PCW 9512 TOMO 1 ESPIRAL ESPAÑOL]] 
 +[[manuales:manuales_pcw:pcw_9512_espiral_tomo_2_sp|MANUAL AMSTRAD PCW 9512 TOMO 2 ESPIRAL ESPAÑOL]] 
 +<html><div class="pcw-subtitle-box">MANUALES EN INGLES</div></html> 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_en|MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO INGLES]] 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_en|MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO INGLES]] 
 +[[manuales:manuales_pcw:pcw_8256_espiral_tomo_1_en|MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL INGLES]] 
 +[[manuales:manuales_pcw:pcw_8256_espiral_tomo_2_en|MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL INGLES]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_en|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO INGLES]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_en|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO INGLES]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_en|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL INGLES]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_en|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL INGLES]] 
 +[[manuales:manuales_pcw:pcw_9512_rustico_en|MANUAL AMSTRAD PCW 9512 RUSTICO INGLES]] 
 +[[manuales:manuales_pcw:pcw_9256_rustico_en|MANUAL AMSTRAD PCW 9256 RUSTICO INGLES]] 
 +[[manuales:manuales_pcw:pcw_9512_plus_rustico_en|MANUAL AMSTRAD PCW 9512+ RUSTICO INGLES]] 
 +[[manuales:manuales_pcw:pcw_10_rustico_en|MANUAL AMSTRAD PcW 10 RUSTICO INGLES]] 
 +[[manuales:manuales_pcw:pcw_16_rustico_en|MANUAL AMSTRAD PcW 16 RUSTICO INGLES]] 
 +<html><div class="pcw-subtitle-box">MANUALES EN ALEMAN</div></html> 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_de|MANUAL SCHNEIDER JOYCE TOMO 1 RUSTICO ALEMAN]] 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_de|MANUAL SCHNEIDER JOYCE TOMO 2 RUSTICO ALEMAN]] 
 +[[manuales:manuales_pcw:pcw_8256_espiral_tomo_1_de|MANUAL SCHNEIDER JOYCE TOMO 1 ESPIRAL ALEMAN]] 
 +[[manuales:manuales_pcw:pcw_8256_espiral_tomo_2_de|MANUAL SCHNEIDER JOYCE TOMO 2 ESPIRAL ALEMAN]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_de|MANUAL SCHNEIDER JOYCE+ TOMO 1 RUSTICO ALEMAN]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_de|MANUAL SCHNEIDER JOYCE+ TOMO 2 RUSTICO ALEMAN]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_de|MANUAL SCHNEIDER JOYCE+ TOMO 1 ESPIRAL ALEMAN]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_de|MANUAL SCHNEIDER JOYCE+ TOMO 2 ESPIRAL ALEMAN]] 
 +<html><div class="pcw-subtitle-box">MANUALES EN FRANCES</div></html> 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_fr|MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO FRANCES]] 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_fr|MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO FRANCES]] 
 +[[manuales:manuales_pcw:pcw_8256_espiral_tomo_1_fr|MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL FRANCES]] 
 +[[manuales:manuales_pcw:pcw_8256_espiral_tomo_2_fr|MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL FRANCES]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_fr|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO FRANCES]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_fr|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO FRANCES]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_fr|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL FRANCES]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_fr|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL FRANCES]] 
 +[[manuales:manuales_pcw:pcw_9512_rustico_fr|MANUAL AMSTRAD PCW 9512 RUSTICO FRANCES]] 
 +<html><div class="pcw-subtitle-box">MANUALES EN ITALIANO</div></html> 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_it|MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO ITALIANO]] 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_it|MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO ITALIANO]] 
 +[[manuales:manuales_pcw:pcw_8256_espiral_tomo_1_it|MANUAL AMSTRAD PCW 8256 TOMO 1 ESPIRAL ITALIANO]] 
 +[[manuales:manuales_pcw:pcw_8256_espiral_tomo_2_it|MANUAL AMSTRAD PCW 8256 TOMO 2 ESPIRAL ITALIANO]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_it|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO ITALIANO]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_it|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO ITALIANO]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_1_it|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 ESPIRAL ITALIANO]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_espiral_tomo_2_it|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL ITALIANO]] 
 +<html><div class="pcw-subtitle-box">MANUALES EE.UU</div></html> 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_1_eeuu|MANUAL AMSTRAD PCW 8256 TOMO 1 RUSTICO AMERICANO]] 
 +[[manuales:manuales_pcw:pcw_8256_rustico_tomo_2_eeuu|MANUAL AMSTRAD PCW 8256 TOMO 2 RUSTICO AMERICANO]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_1_eeuu|MANUAL AMSTRAD PCW 8256/8512 TOMO 1 RUSTICO AMERICANO]] 
 +[[manuales:manuales_pcw:pcw_8256/8512_rustico_tomo_2_eeuu|MANUAL AMSTRAD PCW 8256/8512 TOMO 2 RUSTICO AMERICANO]] 
 +<html></div></html>
  
manuales/amstrad_pcw.1778314332.txt.gz · Última modificación: por jesus