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/08 16:41] jesusmanuales:amstrad_pcw [2026/05/10 06:47] (actual) jesus
Línea 3: Línea 3:
 <html> <html>
 <style> <style>
-  /* --- MOTOR VISUAL RETRO CRT --- */ 
   .pcw-monitor-ultra {   .pcw-monitor-ultra {
-    background-color: #000b00;  +    background-color: #000b00; border: 12px solid #2a2a2a; border-radius: 15px; 
-    border: 12px solid #2a2a2a;  +    padding: 25px; margin: 25px 0; font-family: 'Courier New', Courier, monospace; 
-    border-radius: 15px; +    position: relative; overflow: hidden; box-shadow: inset 0 0 60px rgba(0,255,0,0.2);
-    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);+
   }   }
- 
-  /* Capa de scanlines y parpadeo */ 
   .pcw-monitor-ultra::after {   .pcw-monitor-ultra::after {
-    content: " "; +    content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0; 
-    position: absolute; +    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.15) 50%); 
-    top: 0; left: 0; bottom: 0; right: 0; +    background-size: 100% 3px; z-index: 2; pointer-events: none;
-    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-size: 100% 3px, 2px 100%; +
-    z-index: 2; +
-    pointer-events: none+
-    animation: flickering 0.15s infinite;+
   }   }
- +   
-  @keyframes flickering { 0% { opacity: 0.98; } 100% { opacity: 1; } } +  /* REGLAS PARA TODOS LOS ENLACES (Mantenemos alineación) */ 
- +  .dokuwiki .pcw-monitor-ultra a {  
-  /* Estilo de Texto Retro */ +    text-decorationnone !important; border: none !important;  
-  .retro-text +    displayblock !important; width: 100% !important
-    color#00ff00 !important; +    padding: 6px 15px !important; margin: 0 !important
-    font-family'Courier New', Courier, monospace+    box-sizingborder-box !important; text-transformuppercase;
-    text-shadow: 0 0 10px rgba(0, 255, 0, 0.7), 0 0 2px rgba(0, 255, 0, 0.8)+
-    text-transformuppercase; +
-    letter-spacing: 1px; +
-    text-decorationnone !important;+
   }   }
  
-  .pcw-title-ultra { +  /* 1. INACTIVO (No creado): Verde Oliva Legible */ 
-    font-size1.6em; +  .dokuwiki .pcw-monitor-ultra a.wikilink2 
-    font-weightbold; +    color#88aa55 !importanttext-shadownone !importantopacity0.8 !important;
-    margin-bottom25px; +
-    display: block;+
   }   }
  
-  /* SUBTÍTULOS CON FONDO VERDE */ +  /* 2. ACTIVO (Creado): VERDE NEÓN RADIACTIVO */ 
-  .pcw-subtitle-box { +  /* Forzamos prioridad máxima para que no se quede en verde bosque */ 
-    background-color#00ff00; /* Fondo verde sólido */ +  .dokuwiki .pcw-monitor-ultra a.wikilink, 
-    border2px solid #00ff00; +  .dokuwiki .pcw-monitor-ultra a:not(.wikilink2) { 
-    padding: 5px 15px; +    color: #00ff00 !important
-    margin: 20px 0 15px 0; +    text-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00 !important; 
-    display: inline-block; +    font-weight: bold !importantopacity1 !important;
-    box-shadow: 0 0 15px rgba(0, 255, 00.5); +
-    color: #000000 !important; /* Texto en negro para legibilidad */ +
-    font-weight: bold; +
-    text-transformuppercase;+
   }   }
  
-  .pcw-grid-vertical { +  .pcw-monitor-ultra a:hover { background-colorrgba(0, 255, 0, 0.2) !importantcolor#00ff00 !important; } 
-    displaygrid; +  .pcw-title-ultra { color#00ff00font-size1.6emfont-weightboldmargin-bottom25pxdisplayblocktext-shadow: 0 0 10px #00ff00; } 
-    gap: 8px; +  .pcw-subtitle-box { background-color: #00ff00; border: 2px solid #00ff00; padding: 5px 15px; margin: 20px 15px 0; displayinline-blockcolor#000000 !importantfont-weightboldtext-transformuppercase; }
-    grid-template-columns1fr; +
-    positionrelative; +
-    z-index: 3; +
-    margin-bottom: 30px; +
-  } +
- +
-  .pcw-btn-ultra { +
-    displayflex; +
-    align-itemscenter; +
-    backgroundtransparent; +
-    padding8px 15px; +
-    border1px solid transparent; +
-    font-size: 1em; +
-    transition: 0.2s; +
-  } +
- +
-  .pcw-btn-ultra:hover { +
-    background-color: rgba(0, 255, 0, 0.15); +
-    border: 1px solid rgba(0, 255, 0, 0.5); +
-    transformtranslateX(12px); +
-  } +
- +
-  .pcw-btn-ultra::before { +
-    content: "> "; +
-    opacity0.4; +
-    margin-right10px; +
-  }+
 </style> </style>
- 
 <div class="pcw-monitor-ultra"> <div class="pcw-monitor-ultra">
-  <div class="pcw-title-ultra retro-text"> A:\> MANUALES DE LOS MODELOS DE AMSTRAD PCW </div+  <div class="pcw-title-ultra"> A:\> MANUALES DE LOS MODELOS DE AMSTRAD PCW </div>
- +
-  <!-- SECCIÓN ESPAÑOL -->+
   <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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL ESPAÑOL</a>     
-  </div> 
- 
-  <!-- SECCIÓN INGLÉS --> 
-  <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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">MANUAL AMSTRAD PcW 16 RUSTICO INGLES</a> 
-  </div> 
-   
-  <!-- SECCIÓN ALEMÁN --> 
-  <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 retro-text">MANUAL AMSTRAD PCW 8256 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 retro-text">MANUAL AMSTRAD PCW 8256 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 retro-text">MANUAL AMSTRAD PCW 8256 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 retro-text">MANUAL AMSTRAD PCW 8256 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 retro-text">MANUAL AMSTRAD PCW 8256/8512 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 retro-text">MANUAL AMSTRAD PCW 8256/8512 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 retro-text">MANUAL AMSTRAD PCW 8256/8512 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 retro-text">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL ALEMAN</a> 
-  </div> 
- 
-  <!-- SECCIÓN FRANCÉS --> 
-  <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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">MANUAL AMSTRAD PCW 9512 RUSTICO FRANCES</a> 
-  </div> 
- 
-  <!-- SECCIÓN ITALIANO --> 
-  <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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">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 retro-text">MANUAL AMSTRAD PCW 8256/8512 TOMO 2 ESPIRAL ITALIANO</a> 
-  </div> 
- 
-  <!-- SECCIÓN EE.UU --> 
-  <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 retro-text">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 retro-text">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 retro-text">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 retro-text">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.1778258468.txt.gz · Última modificación: por jesus