diff --git a/src/acerca-de.html b/src/acerca-de.html index 3a756c0..6ff01de 100644 --- a/src/acerca-de.html +++ b/src/acerca-de.html @@ -2,7 +2,6 @@ - @@ -18,7 +17,7 @@ - Mobiliario de cocina y baños en Madrid. Arribas + Mobiliario de cocina y baños en Madrid - Alonso y Sal Cocinas @@ -28,7 +27,7 @@
@@ -90,7 +89,7 @@
-

Horario: Lunes—Viernes: 10:00—14:00 y 17:00—20:00 | Sábados: 10:00—14:00

+

Horario: Lunes—Viernes: 9:30—13:30 y 16:30—20:00 | Sábados: 9:30—13:30

diff --git a/src/contacto.php b/src/contacto.php index 215bd74..48452eb 100644 --- a/src/contacto.php +++ b/src/contacto.php @@ -31,7 +31,6 @@ $mensaje .= "Navegador: " . $_SERVER["HTTP_USER_AGENT"]; Alonso y Sal -
@@ -48,12 +47,13 @@ $mensaje .= "Navegador: " . $_SERVER["HTTP_USER_AGENT"];
@@ -75,6 +75,8 @@ $mensaje .= "Navegador: " . $_SERVER["HTTP_USER_AGENT"];

Contacta con nosotros

+
+

Si desea realizar alguna consulta, pedir un presupuesto o necesita más información sobre cualquiera de nuestros servicios, póngase en contacto con nosotros.

- +
@@ -152,34 +154,31 @@ $mensaje .= "Navegador: " . $_SERVER["HTTP_USER_AGENT"];
- -
-
-

- Distribuidores de: -

-
-
-
-
- Infer Cocinas -
+

+ + +

+
+

+ Tienda de muebles de cocina y electrodomésticos
+ Vía Carpetana, 342
(Esq. Luis Feíto)
+ Tlf: 91 465 28 42
Tlf: 91 465 27 41
+ Fax: 91 462 33 88 +

+

+ Tienda de muebles de baño y mamparas
+ Vía Carpetana, 340
+ Tlf: 91 465 27 41
+ Fax: 91 462 54 55 +

+
-

Horario: Lunes—Viernes: 10:00—14:00 y 17:00—20:00 | Sábados: 10:00—14:00

+

Horario: Lunes—Viernes: 9:30—13:30 y 16:30—20:00 | Sábados: 9:30—13:30

diff --git a/src/css/_patches/mac-ie5.css b/src/css/_patches/mac-ie5.css index 8b1b01b..ab5424b 100644 --- a/src/css/_patches/mac-ie5.css +++ b/src/css/_patches/mac-ie5.css @@ -1,5 +1,5 @@ -/*- SELF-CLEARING FLOATS -----------------------------------------------------------------------*/ -.mod { - display: inline-table; -} +/*- SELF-CLEARING FLOATS +----------------------------------------------------------------------*/ +.mod { + display: inline-table; +} diff --git a/src/css/_patches/win-ie-all.css b/src/css/_patches/win-ie-all.css index dc444e7..ec9408d 100644 --- a/src/css/_patches/win-ie-all.css +++ b/src/css/_patches/win-ie-all.css @@ -1,5 +1,5 @@ -/*- SELF-CLEARING FLOATS -----------------------------------------------------------------------*/ -.mod {zoom: 1;} - - +/*- SELF-CLEARING FLOATS +----------------------------------------------------------------------*/ +.mod {zoom: 1;} + + diff --git a/src/css/core.css b/src/css/core.css index 4fbc9ff..91db23b 100644 --- a/src/css/core.css +++ b/src/css/core.css @@ -1,9 +1,9 @@ -/*- self-clearing floats ----------*/ - -.mod:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} +/*- self-clearing floats ----------*/ + +.mod:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +} diff --git a/src/css/reset.css b/src/css/reset.css index c200cc8..14a04e5 100644 --- a/src/css/reset.css +++ b/src/css/reset.css @@ -1,101 +1,101 @@ -/* -html5doctor.com Reset Stylesheet -v1.6.1 -Last Updated: 2010-09-17 -Author: Richard Clark - http://richclarkdesign.com -Twitter: @rich_clark -*/ - -html, body, div, span, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -abbr, address, cite, code, -del, dfn, em, img, ins, kbd, q, samp, -small, strong, sub, sup, var, -b, i, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, figcaption, figure, -footer, header, hgroup, menu, nav, section, summary, -time, mark, audio, video { - margin:0; - padding:0; - border:0; - outline:0; - font-size:100%; - vertical-align:baseline; -} - -body { - line-height:1; -} - -article,aside,details,figcaption,figure, -footer,header,hgroup,menu,nav,section { - display:block; -} - -nav ul { - list-style:none; -} - -blockquote, q { - quotes:none; -} - -blockquote:before, blockquote:after, -q:before, q:after { - content:''; - content:none; -} - -a { - margin:0; - padding:0; - font-size:100%; - vertical-align:baseline; - background:transparent; -} - -/* change colours to suit your needs */ -ins { - background-color:#ff9; - color:#000; - text-decoration:none; -} - -/* change colours to suit your needs */ -mark { - background-color:#ff9; - color:#000; - font-style:italic; - font-weight:bold; -} - -del { - text-decoration: line-through; -} - -abbr[title], dfn[title] { - border-bottom:1px dotted; - cursor:help; -} - -table { - border-collapse:collapse; - border-spacing:0; -} - -/* change border colour to suit your needs */ -hr { - display:block; - height:1px; - border:0; - border-top:1px solid #cccccc; - margin:1em 0; - padding:0; -} - -input, select { - vertical-align:middle; +/* +html5doctor.com Reset Stylesheet +v1.6.1 +Last Updated: 2010-09-17 +Author: Richard Clark - http://richclarkdesign.com +Twitter: @rich_clark +*/ + +html, body, div, span, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +abbr, address, cite, code, +del, dfn, em, img, ins, kbd, q, samp, +small, strong, sub, sup, var, +b, i, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, figcaption, figure, +footer, header, hgroup, menu, nav, section, summary, +time, mark, audio, video { + margin:0; + padding:0; + border:0; + outline:0; + font-size:100%; + vertical-align:baseline; +} + +body { + line-height:1; +} + +article,aside,details,figcaption,figure, +footer,header,hgroup,menu,nav,section { + display:block; +} + +nav ul { + list-style:none; +} + +blockquote, q { + quotes:none; +} + +blockquote:before, blockquote:after, +q:before, q:after { + content:''; + content:none; +} + +a { + margin:0; + padding:0; + font-size:100%; + vertical-align:baseline; + background:transparent; +} + +/* change colours to suit your needs */ +ins { + background-color:#ff9; + color:#000; + text-decoration:none; +} + +/* change colours to suit your needs */ +mark { + background-color:#ff9; + color:#000; + font-style:italic; + font-weight:bold; +} + +del { + text-decoration: line-through; +} + +abbr[title], dfn[title] { + border-bottom:1px dotted; + cursor:help; +} + +table { + border-collapse:collapse; + border-spacing:0; +} + +/* change border colour to suit your needs */ +hr { + display:block; + height:1px; + border:0; + border-top:1px solid #cccccc; + margin:1em 0; + padding:0; +} + +input, select { + vertical-align:middle; } \ No newline at end of file diff --git a/src/electrodomesticos-cocina.html b/src/electrodomesticos-cocina.html new file mode 100644 index 0000000..758001f --- /dev/null +++ b/src/electrodomesticos-cocina.html @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + Electrodomésticos de cocina - Alonso y Sal Cocinas en Madrid + + + + +
+
+ +
+
+
+
+ +
+
+
+ +
+ +
+ + + + + +
+
+
+
+ +
+
+

Electrodomésticos

+
+

Trabajamos con todas las firmas de reconocido prestigio y más avanzada tecnología.

+ Bosch + Siemens + Balay + Teka + Fagor + DeDietrich + Aeg + Franke + Miele + +
+
+
+
+
+
+ + + +
+

Distribuidores de:


+ Infer Cocinas

+ Hettich +

Con garantía AENOR


+ Garantía AENOR +
+
+ +
+
+
+
+

Horario: Lunes—Viernes: 9:30—13:30 y 16:30—20:00 | Sábados: 9:30—13:30

+
+ +
+
+
+
+
interior full-size photo
+ + + + + + + + + + + + + + + diff --git a/src/galeria-exposiciones.html b/src/galeria-exposiciones.html index dbf8cca..7965def 100644 --- a/src/galeria-exposiciones.html +++ b/src/galeria-exposiciones.html @@ -18,7 +18,7 @@ - Exposición de mobiliario de cocinas y baños en Madrid. Arribas + Exposición de mobiliario de cocinas y baños en Madrid - Alonso y Sal Cocinas @@ -27,18 +27,19 @@
@@ -66,6 +67,10 @@

Exposición de muebles de cocinas

+ +Para ver más
Montajes cocina facebook
+ +
@@ -82,7 +87,11 @@
-

Exposición de muebles de baño

+

Exposición de muebles de baño

+ +Para ver más
Montajes cocina facebook
+ +
@@ -96,7 +105,11 @@
-

Exposición de mamparas

+

Exposición de mamparas

+ +Para ver más
Montajes cocina facebook
+ +
@@ -107,18 +120,16 @@
-

Distribuidores de:



-
Infer Cocinas
+

Distribuidores de:


+ Infer Cocinas

+ Hettich +

Con garantía AENOR


+ Garantía AENOR
@@ -126,14 +137,11 @@
-

Lunes—Viernes: 10:00—14:00 y 17:00—20:00 | Sábados: 10:00—14:00

+

Horario: Lunes—Viernes: 9:30—13:30 y 16:30—20:00 | Sábados: 9:30—13:30

-
interior full-size photo
diff --git a/src/galeria-montajes.html b/src/galeria-montajes.html index 0ce0d00..317173c 100644 --- a/src/galeria-montajes.html +++ b/src/galeria-montajes.html @@ -18,7 +18,7 @@ - Montaje de mobiliario de cocinas y baños en Madrid. Arribas + Montaje de mobiliario de cocinas y baños en Madrid - Alonso y Sal Cocinas @@ -27,18 +27,19 @@
@@ -56,82 +57,186 @@
-

Montaje de cocina modelo 1

+

Montajes cocinas 1

+ + Para ver más
Montajes cocina facebook
+ +
+ + + + + +
-

Montaje de cocina modelo 2

+

Montaje cocinas 2

+ +Para ver más
Montajes cocina facebook
+ +
- + + + + + +
-

Montaje de cocina modelo 3

+

Montaje cocinas 3

+ +Para ver más
Montajes cocina facebook
+ +
- + + + + + + + +
-

Montaje de cocina modelo 2

+

Montaje cocinas 4

+ +Para ver más
Montajes cocina facebook
+ +
- + + + + +
-

Montaje de baño modelo 1

- - - - - +

Montaje cocinas 5

+ +Para ver más
Montajes cocina facebook
+ +
+ + + + + + + + +
-

Montaje de baño modelo 2

- - - +

Montaje cocinas 6

+ +Para ver más
Montajes cocina facebook
+ +
+ + + + + + + + +
-

Montaje de baño modelo 3

- - +

Montaje baños 1

+ +Para ver más
Montajes cocina facebook
+ +
+ + + + + + + + + + +
+
+ +
+
+

Montaje baños 2

+ +Para ver más
Montajes cocina facebook
+ +
+ + + + + + + + + +
+
+ +
+
+

Planos

+
+ + + + + + + +
@@ -141,18 +246,16 @@
-

Distribuidores de:



-
Infer Cocinas
+

Distribuidores de:


+ Infer Cocinas

+ Hettich +

Con garantía AENOR


+ Garantía AENOR
@@ -160,14 +263,11 @@
-

Lunes—Viernes: 10:00—14:00 y 17:00—20:00 | Sábados: 10:00—14:00

+

Horario: Lunes—Viernes: 9:30—13:30 y 16:30—20:00 | Sábados: 9:30—13:30

-
interior full-size photo
diff --git a/src/googlef81d58ff3867b09c.html b/src/googlef81d58ff3867b09c.html new file mode 100644 index 0000000..64c74df --- /dev/null +++ b/src/googlef81d58ff3867b09c.html @@ -0,0 +1 @@ +google-site-verification: googlef81d58ff3867b09c.html \ No newline at end of file diff --git a/src/images/accesorio-bano-1b.jpg b/src/images/accesorio-bano-1b.jpg new file mode 100644 index 0000000..6f83f67 Binary files /dev/null and b/src/images/accesorio-bano-1b.jpg differ diff --git a/src/images/accesorio-bano-1s.jpg b/src/images/accesorio-bano-1s.jpg new file mode 100644 index 0000000..4c556f6 Binary files /dev/null and b/src/images/accesorio-bano-1s.jpg differ diff --git a/src/images/accesorio-bano-2b.jpg b/src/images/accesorio-bano-2b.jpg new file mode 100644 index 0000000..7d2fd4d Binary files /dev/null and b/src/images/accesorio-bano-2b.jpg differ diff --git a/src/images/accesorio-bano-2s.jpg b/src/images/accesorio-bano-2s.jpg new file mode 100644 index 0000000..890605f Binary files /dev/null and b/src/images/accesorio-bano-2s.jpg differ diff --git a/src/images/accesorio-bano-3b.jpg b/src/images/accesorio-bano-3b.jpg new file mode 100644 index 0000000..c3db5f1 Binary files /dev/null and b/src/images/accesorio-bano-3b.jpg differ diff --git a/src/images/accesorio-bano-3s.jpg b/src/images/accesorio-bano-3s.jpg new file mode 100644 index 0000000..015756d Binary files /dev/null and b/src/images/accesorio-bano-3s.jpg differ diff --git a/src/images/accesorio-bano-4b.jpg b/src/images/accesorio-bano-4b.jpg new file mode 100644 index 0000000..f238210 Binary files /dev/null and b/src/images/accesorio-bano-4b.jpg differ diff --git a/src/images/accesorio-bano-4s.jpg b/src/images/accesorio-bano-4s.jpg new file mode 100644 index 0000000..d4003a6 Binary files /dev/null and b/src/images/accesorio-bano-4s.jpg differ diff --git a/src/images/acessorios-cocina-cajon-interior-2b.jpg b/src/images/acessorios-cocina-cajon-interior-2b.jpg new file mode 100644 index 0000000..d43eac5 Binary files /dev/null and b/src/images/acessorios-cocina-cajon-interior-2b.jpg differ diff --git a/src/images/acessorios-cocina-cajon-interior-2s.jpg b/src/images/acessorios-cocina-cajon-interior-2s.jpg new file mode 100644 index 0000000..5337577 Binary files /dev/null and b/src/images/acessorios-cocina-cajon-interior-2s.jpg differ diff --git a/src/images/acessorios-cocina-cajon-interior-3b.jpg b/src/images/acessorios-cocina-cajon-interior-3b.jpg new file mode 100644 index 0000000..7b20ded Binary files /dev/null and b/src/images/acessorios-cocina-cajon-interior-3b.jpg differ diff --git a/src/images/acessorios-cocina-cajon-interior-3s.jpg b/src/images/acessorios-cocina-cajon-interior-3s.jpg new file mode 100644 index 0000000..407c0f3 Binary files /dev/null and b/src/images/acessorios-cocina-cajon-interior-3s.jpg differ diff --git a/src/images/acessorios-cocina-cajon-interior-6b.jpg b/src/images/acessorios-cocina-cajon-interior-6b.jpg new file mode 100644 index 0000000..0bbeec8 Binary files /dev/null and b/src/images/acessorios-cocina-cajon-interior-6b.jpg differ diff --git a/src/images/acessorios-cocina-cajon-interior-6s.jpg b/src/images/acessorios-cocina-cajon-interior-6s.jpg new file mode 100644 index 0000000..a2db4e0 Binary files /dev/null and b/src/images/acessorios-cocina-cajon-interior-6s.jpg differ diff --git a/src/images/acessorios-cocina-cajon-interior-7b.jpg b/src/images/acessorios-cocina-cajon-interior-7b.jpg new file mode 100644 index 0000000..212682d Binary files /dev/null and b/src/images/acessorios-cocina-cajon-interior-7b.jpg differ diff --git a/src/images/acessorios-cocina-cajon-interior-7s.jpg b/src/images/acessorios-cocina-cajon-interior-7s.jpg new file mode 100644 index 0000000..fcd817c Binary files /dev/null and b/src/images/acessorios-cocina-cajon-interior-7s.jpg differ diff --git a/src/images/aenor.png b/src/images/aenor.png new file mode 100644 index 0000000..cef7428 Binary files /dev/null and b/src/images/aenor.png differ diff --git a/src/images/balay.png b/src/images/balay.png new file mode 100644 index 0000000..88f88d6 Binary files /dev/null and b/src/images/balay.png differ diff --git a/src/images/bano-101b.jpg b/src/images/bano-101b.jpg new file mode 100644 index 0000000..775042e Binary files /dev/null and b/src/images/bano-101b.jpg differ diff --git a/src/images/bano-101s.jpg b/src/images/bano-101s.jpg new file mode 100644 index 0000000..56a9d34 Binary files /dev/null and b/src/images/bano-101s.jpg differ diff --git a/src/images/bano-102b.jpg b/src/images/bano-102b.jpg new file mode 100644 index 0000000..cfacef6 Binary files /dev/null and b/src/images/bano-102b.jpg differ diff --git a/src/images/bano-102s.jpg b/src/images/bano-102s.jpg new file mode 100644 index 0000000..72929d5 Binary files /dev/null and b/src/images/bano-102s.jpg differ diff --git a/src/images/bano-1b.jpg b/src/images/bano-1b.jpg new file mode 100644 index 0000000..6cb38c6 Binary files /dev/null and b/src/images/bano-1b.jpg differ diff --git a/src/images/bano-1s.jpg b/src/images/bano-1s.jpg new file mode 100644 index 0000000..7ebb9c5 Binary files /dev/null and b/src/images/bano-1s.jpg differ diff --git a/src/images/bano-201b.jpg b/src/images/bano-201b.jpg new file mode 100644 index 0000000..ce97fed Binary files /dev/null and b/src/images/bano-201b.jpg differ diff --git a/src/images/bano-201s.jpg b/src/images/bano-201s.jpg new file mode 100644 index 0000000..de54d7c Binary files /dev/null and b/src/images/bano-201s.jpg differ diff --git a/src/images/bano-301b.jpg b/src/images/bano-301b.jpg new file mode 100644 index 0000000..ddf517b Binary files /dev/null and b/src/images/bano-301b.jpg differ diff --git a/src/images/bano-301s.jpg b/src/images/bano-301s.jpg new file mode 100644 index 0000000..2204549 Binary files /dev/null and b/src/images/bano-301s.jpg differ diff --git a/src/images/bano-401b.jpg b/src/images/bano-401b.jpg new file mode 100644 index 0000000..b1e8e4b Binary files /dev/null and b/src/images/bano-401b.jpg differ diff --git a/src/images/bano-401s.jpg b/src/images/bano-401s.jpg new file mode 100644 index 0000000..47909a3 Binary files /dev/null and b/src/images/bano-401s.jpg differ diff --git a/src/images/bano-501b.jpg b/src/images/bano-501b.jpg new file mode 100644 index 0000000..703e688 Binary files /dev/null and b/src/images/bano-501b.jpg differ diff --git a/src/images/bano-501s.jpg b/src/images/bano-501s.jpg new file mode 100644 index 0000000..5e7a90f Binary files /dev/null and b/src/images/bano-501s.jpg differ diff --git a/src/images/bano-502b.jpg b/src/images/bano-502b.jpg new file mode 100644 index 0000000..006085b Binary files /dev/null and b/src/images/bano-502b.jpg differ diff --git a/src/images/bano-502s.jpg b/src/images/bano-502s.jpg new file mode 100644 index 0000000..685e517 Binary files /dev/null and b/src/images/bano-502s.jpg differ diff --git a/src/images/bano-503b.jpg b/src/images/bano-503b.jpg new file mode 100644 index 0000000..92463cb Binary files /dev/null and b/src/images/bano-503b.jpg differ diff --git a/src/images/bano-503s.jpg b/src/images/bano-503s.jpg new file mode 100644 index 0000000..5019dc4 Binary files /dev/null and b/src/images/bano-503s.jpg differ diff --git a/src/images/bano-504b.jpg b/src/images/bano-504b.jpg new file mode 100644 index 0000000..b4664e9 Binary files /dev/null and b/src/images/bano-504b.jpg differ diff --git a/src/images/bano-504s.jpg b/src/images/bano-504s.jpg new file mode 100644 index 0000000..8c51296 Binary files /dev/null and b/src/images/bano-504s.jpg differ diff --git a/src/images/bosch.png b/src/images/bosch.png new file mode 100644 index 0000000..64d5791 Binary files /dev/null and b/src/images/bosch.png differ diff --git a/src/images/cocina-1001b.jpg b/src/images/cocina-1001b.jpg new file mode 100644 index 0000000..0d6e383 Binary files /dev/null and b/src/images/cocina-1001b.jpg differ diff --git a/src/images/cocina-1001s.jpg b/src/images/cocina-1001s.jpg new file mode 100644 index 0000000..5d31e6e Binary files /dev/null and b/src/images/cocina-1001s.jpg differ diff --git a/src/images/cocina-1002b.jpg b/src/images/cocina-1002b.jpg new file mode 100644 index 0000000..3e97897 Binary files /dev/null and b/src/images/cocina-1002b.jpg differ diff --git a/src/images/cocina-1002s.jpg b/src/images/cocina-1002s.jpg new file mode 100644 index 0000000..c49f8be Binary files /dev/null and b/src/images/cocina-1002s.jpg differ diff --git a/src/images/cocina-1003b.jpg b/src/images/cocina-1003b.jpg new file mode 100644 index 0000000..bd40bbe Binary files /dev/null and b/src/images/cocina-1003b.jpg differ diff --git a/src/images/cocina-1003s.jpg b/src/images/cocina-1003s.jpg new file mode 100644 index 0000000..9a33002 Binary files /dev/null and b/src/images/cocina-1003s.jpg differ diff --git a/src/images/cocina-1004b.jpg b/src/images/cocina-1004b.jpg new file mode 100644 index 0000000..df7f503 Binary files /dev/null and b/src/images/cocina-1004b.jpg differ diff --git a/src/images/cocina-1004s.jpg b/src/images/cocina-1004s.jpg new file mode 100644 index 0000000..3d00992 Binary files /dev/null and b/src/images/cocina-1004s.jpg differ diff --git a/src/images/cocina-1005b.jpg b/src/images/cocina-1005b.jpg new file mode 100644 index 0000000..2984f3a Binary files /dev/null and b/src/images/cocina-1005b.jpg differ diff --git a/src/images/cocina-1005s.jpg b/src/images/cocina-1005s.jpg new file mode 100644 index 0000000..12d0de5 Binary files /dev/null and b/src/images/cocina-1005s.jpg differ diff --git a/src/images/cocina-1006b.jpg b/src/images/cocina-1006b.jpg new file mode 100644 index 0000000..1812cc6 Binary files /dev/null and b/src/images/cocina-1006b.jpg differ diff --git a/src/images/cocina-1006s.jpg b/src/images/cocina-1006s.jpg new file mode 100644 index 0000000..a233f48 Binary files /dev/null and b/src/images/cocina-1006s.jpg differ diff --git a/src/images/cocina-1101s.jpg b/src/images/cocina-1101s.jpg new file mode 100644 index 0000000..3d2b242 Binary files /dev/null and b/src/images/cocina-1101s.jpg differ diff --git a/src/images/cocina-1102s.jpg b/src/images/cocina-1102s.jpg new file mode 100644 index 0000000..9a243a3 Binary files /dev/null and b/src/images/cocina-1102s.jpg differ diff --git a/src/images/cocina-1103s.jpg b/src/images/cocina-1103s.jpg new file mode 100644 index 0000000..54f4e9f Binary files /dev/null and b/src/images/cocina-1103s.jpg differ diff --git a/src/images/cocina-1201s.jpg b/src/images/cocina-1201s.jpg new file mode 100644 index 0000000..2d25d28 Binary files /dev/null and b/src/images/cocina-1201s.jpg differ diff --git a/src/images/cocina-1202s.jpg b/src/images/cocina-1202s.jpg new file mode 100644 index 0000000..aebea99 Binary files /dev/null and b/src/images/cocina-1202s.jpg differ diff --git a/src/images/cocina-1203s.jpg b/src/images/cocina-1203s.jpg new file mode 100644 index 0000000..5f91903 Binary files /dev/null and b/src/images/cocina-1203s.jpg differ diff --git a/src/images/cocina-1204s.jpg b/src/images/cocina-1204s.jpg new file mode 100644 index 0000000..ca4b264 Binary files /dev/null and b/src/images/cocina-1204s.jpg differ diff --git a/src/images/cocina-1205s.jpg b/src/images/cocina-1205s.jpg new file mode 100644 index 0000000..51004b2 Binary files /dev/null and b/src/images/cocina-1205s.jpg differ diff --git a/src/images/cocina-1206s.jpg b/src/images/cocina-1206s.jpg new file mode 100644 index 0000000..0b08e43 Binary files /dev/null and b/src/images/cocina-1206s.jpg differ diff --git a/src/images/cocina-1207s.jpg b/src/images/cocina-1207s.jpg new file mode 100644 index 0000000..171c47e Binary files /dev/null and b/src/images/cocina-1207s.jpg differ diff --git a/src/images/cocina-1208s.jpg b/src/images/cocina-1208s.jpg new file mode 100644 index 0000000..ee53b13 Binary files /dev/null and b/src/images/cocina-1208s.jpg differ diff --git a/src/images/cocina-1301b.jpg b/src/images/cocina-1301b.jpg new file mode 100644 index 0000000..f85adaa Binary files /dev/null and b/src/images/cocina-1301b.jpg differ diff --git a/src/images/cocina-1301s.jpg b/src/images/cocina-1301s.jpg new file mode 100644 index 0000000..a0132d9 Binary files /dev/null and b/src/images/cocina-1301s.jpg differ diff --git a/src/images/cocina-1302b.jpg b/src/images/cocina-1302b.jpg new file mode 100644 index 0000000..9789f88 Binary files /dev/null and b/src/images/cocina-1302b.jpg differ diff --git a/src/images/cocina-1302s.jpg b/src/images/cocina-1302s.jpg new file mode 100644 index 0000000..107ce11 Binary files /dev/null and b/src/images/cocina-1302s.jpg differ diff --git a/src/images/cocina-1401b.jpg b/src/images/cocina-1401b.jpg new file mode 100644 index 0000000..8bd003b Binary files /dev/null and b/src/images/cocina-1401b.jpg differ diff --git a/src/images/cocina-1401s.jpg b/src/images/cocina-1401s.jpg new file mode 100644 index 0000000..8ba2b3c Binary files /dev/null and b/src/images/cocina-1401s.jpg differ diff --git a/src/images/cocina-1402b.jpg b/src/images/cocina-1402b.jpg new file mode 100644 index 0000000..af73715 Binary files /dev/null and b/src/images/cocina-1402b.jpg differ diff --git a/src/images/cocina-1402s.jpg b/src/images/cocina-1402s.jpg new file mode 100644 index 0000000..2fb21db Binary files /dev/null and b/src/images/cocina-1402s.jpg differ diff --git a/src/images/cocina-1501s.jpg b/src/images/cocina-1501s.jpg new file mode 100644 index 0000000..36e5e4b Binary files /dev/null and b/src/images/cocina-1501s.jpg differ diff --git a/src/images/cocina-1502s.jpg b/src/images/cocina-1502s.jpg new file mode 100644 index 0000000..a6e8cf6 Binary files /dev/null and b/src/images/cocina-1502s.jpg differ diff --git a/src/images/cocina-1503s.jpg b/src/images/cocina-1503s.jpg new file mode 100644 index 0000000..97f60b1 Binary files /dev/null and b/src/images/cocina-1503s.jpg differ diff --git a/src/images/cocina-1601b.jpg b/src/images/cocina-1601b.jpg new file mode 100644 index 0000000..8f52c19 Binary files /dev/null and b/src/images/cocina-1601b.jpg differ diff --git a/src/images/cocina-1601s.jpg b/src/images/cocina-1601s.jpg new file mode 100644 index 0000000..1c7f0cd Binary files /dev/null and b/src/images/cocina-1601s.jpg differ diff --git a/src/images/cocina-201b.jpg b/src/images/cocina-201b.jpg new file mode 100644 index 0000000..3976790 Binary files /dev/null and b/src/images/cocina-201b.jpg differ diff --git a/src/images/cocina-201s.jpg b/src/images/cocina-201s.jpg new file mode 100644 index 0000000..e8ab52b Binary files /dev/null and b/src/images/cocina-201s.jpg differ diff --git a/src/images/cocina-202b.jpg b/src/images/cocina-202b.jpg new file mode 100644 index 0000000..0281821 Binary files /dev/null and b/src/images/cocina-202b.jpg differ diff --git a/src/images/cocina-202s.jpg b/src/images/cocina-202s.jpg new file mode 100644 index 0000000..c92a8fb Binary files /dev/null and b/src/images/cocina-202s.jpg differ diff --git a/src/images/cocina-301b.jpg b/src/images/cocina-301b.jpg new file mode 100644 index 0000000..b098f9c Binary files /dev/null and b/src/images/cocina-301b.jpg differ diff --git a/src/images/cocina-301s.jpg b/src/images/cocina-301s.jpg new file mode 100644 index 0000000..83440f1 Binary files /dev/null and b/src/images/cocina-301s.jpg differ diff --git a/src/images/cocina-401b.jpg b/src/images/cocina-401b.jpg new file mode 100644 index 0000000..8251b42 Binary files /dev/null and b/src/images/cocina-401b.jpg differ diff --git a/src/images/cocina-401s.jpg b/src/images/cocina-401s.jpg new file mode 100644 index 0000000..41cfddd Binary files /dev/null and b/src/images/cocina-401s.jpg differ diff --git a/src/images/cocina-402b.jpg b/src/images/cocina-402b.jpg new file mode 100644 index 0000000..770a3d8 Binary files /dev/null and b/src/images/cocina-402b.jpg differ diff --git a/src/images/cocina-402s.jpg b/src/images/cocina-402s.jpg new file mode 100644 index 0000000..df1915a Binary files /dev/null and b/src/images/cocina-402s.jpg differ diff --git a/src/images/cocina-403b.jpg b/src/images/cocina-403b.jpg new file mode 100644 index 0000000..0135ff6 Binary files /dev/null and b/src/images/cocina-403b.jpg differ diff --git a/src/images/cocina-403s.jpg b/src/images/cocina-403s.jpg new file mode 100644 index 0000000..44caaa6 Binary files /dev/null and b/src/images/cocina-403s.jpg differ diff --git a/src/images/cocina-404b.jpg b/src/images/cocina-404b.jpg new file mode 100644 index 0000000..6fe441d Binary files /dev/null and b/src/images/cocina-404b.jpg differ diff --git a/src/images/cocina-404s.jpg b/src/images/cocina-404s.jpg new file mode 100644 index 0000000..a922b41 Binary files /dev/null and b/src/images/cocina-404s.jpg differ diff --git a/src/images/cocina-405s.jpg b/src/images/cocina-405s.jpg new file mode 100644 index 0000000..4c5e4d6 Binary files /dev/null and b/src/images/cocina-405s.jpg differ diff --git a/src/images/cocina-501b.jpg b/src/images/cocina-501b.jpg new file mode 100644 index 0000000..b19537e Binary files /dev/null and b/src/images/cocina-501b.jpg differ diff --git a/src/images/cocina-501s.jpg b/src/images/cocina-501s.jpg new file mode 100644 index 0000000..cbe8b4d Binary files /dev/null and b/src/images/cocina-501s.jpg differ diff --git a/src/images/cocina-502b.jpg b/src/images/cocina-502b.jpg new file mode 100644 index 0000000..b435897 Binary files /dev/null and b/src/images/cocina-502b.jpg differ diff --git a/src/images/cocina-502s.jpg b/src/images/cocina-502s.jpg new file mode 100644 index 0000000..96ca832 Binary files /dev/null and b/src/images/cocina-502s.jpg differ diff --git a/src/images/cocina-503b.jpg b/src/images/cocina-503b.jpg new file mode 100644 index 0000000..dc64ed1 Binary files /dev/null and b/src/images/cocina-503b.jpg differ diff --git a/src/images/cocina-503s.jpg b/src/images/cocina-503s.jpg new file mode 100644 index 0000000..c081268 Binary files /dev/null and b/src/images/cocina-503s.jpg differ diff --git a/src/images/cocina-504b.jpg b/src/images/cocina-504b.jpg new file mode 100644 index 0000000..c225cf3 Binary files /dev/null and b/src/images/cocina-504b.jpg differ diff --git a/src/images/cocina-504s.jpg b/src/images/cocina-504s.jpg new file mode 100644 index 0000000..c7c1cb1 Binary files /dev/null and b/src/images/cocina-504s.jpg differ diff --git a/src/images/cocina-601b.jpg b/src/images/cocina-601b.jpg new file mode 100644 index 0000000..24852e4 Binary files /dev/null and b/src/images/cocina-601b.jpg differ diff --git a/src/images/cocina-601s.jpg b/src/images/cocina-601s.jpg new file mode 100644 index 0000000..590970d Binary files /dev/null and b/src/images/cocina-601s.jpg differ diff --git a/src/images/cocina-602b.jpg b/src/images/cocina-602b.jpg new file mode 100644 index 0000000..2f1623d Binary files /dev/null and b/src/images/cocina-602b.jpg differ diff --git a/src/images/cocina-602s.jpg b/src/images/cocina-602s.jpg new file mode 100644 index 0000000..0d6230b Binary files /dev/null and b/src/images/cocina-602s.jpg differ diff --git a/src/images/cocina-603b.jpg b/src/images/cocina-603b.jpg new file mode 100644 index 0000000..d25e69a Binary files /dev/null and b/src/images/cocina-603b.jpg differ diff --git a/src/images/cocina-603s.jpg b/src/images/cocina-603s.jpg new file mode 100644 index 0000000..2941ee8 Binary files /dev/null and b/src/images/cocina-603s.jpg differ diff --git a/src/images/cocina-604b.jpg b/src/images/cocina-604b.jpg new file mode 100644 index 0000000..c1b6b7d Binary files /dev/null and b/src/images/cocina-604b.jpg differ diff --git a/src/images/cocina-604s.jpg b/src/images/cocina-604s.jpg new file mode 100644 index 0000000..9d54038 Binary files /dev/null and b/src/images/cocina-604s.jpg differ diff --git a/src/images/cocina-701b.jpg b/src/images/cocina-701b.jpg new file mode 100644 index 0000000..6953e50 Binary files /dev/null and b/src/images/cocina-701b.jpg differ diff --git a/src/images/cocina-701s.jpg b/src/images/cocina-701s.jpg new file mode 100644 index 0000000..4751943 Binary files /dev/null and b/src/images/cocina-701s.jpg differ diff --git a/src/images/cocina-702b.jpg b/src/images/cocina-702b.jpg new file mode 100644 index 0000000..e3271ad Binary files /dev/null and b/src/images/cocina-702b.jpg differ diff --git a/src/images/cocina-702s.jpg b/src/images/cocina-702s.jpg new file mode 100644 index 0000000..c7cfdd3 Binary files /dev/null and b/src/images/cocina-702s.jpg differ diff --git a/src/images/cocina-703b.jpg b/src/images/cocina-703b.jpg new file mode 100644 index 0000000..194a06e Binary files /dev/null and b/src/images/cocina-703b.jpg differ diff --git a/src/images/cocina-703s.jpg b/src/images/cocina-703s.jpg new file mode 100644 index 0000000..cb80406 Binary files /dev/null and b/src/images/cocina-703s.jpg differ diff --git a/src/images/cocina-704b.jpg b/src/images/cocina-704b.jpg new file mode 100644 index 0000000..e8af54b Binary files /dev/null and b/src/images/cocina-704b.jpg differ diff --git a/src/images/cocina-704s.jpg b/src/images/cocina-704s.jpg new file mode 100644 index 0000000..a67ad04 Binary files /dev/null and b/src/images/cocina-704s.jpg differ diff --git a/src/images/cocina-705b.jpg b/src/images/cocina-705b.jpg new file mode 100644 index 0000000..2ec43cb Binary files /dev/null and b/src/images/cocina-705b.jpg differ diff --git a/src/images/cocina-705s.jpg b/src/images/cocina-705s.jpg new file mode 100644 index 0000000..f5cb31c Binary files /dev/null and b/src/images/cocina-705s.jpg differ diff --git a/src/images/cocina-801s.jpg b/src/images/cocina-801s.jpg new file mode 100644 index 0000000..3a188a2 Binary files /dev/null and b/src/images/cocina-801s.jpg differ diff --git a/src/images/cocina-901b.jpg b/src/images/cocina-901b.jpg new file mode 100644 index 0000000..ca52f66 Binary files /dev/null and b/src/images/cocina-901b.jpg differ diff --git a/src/images/cocina-901s.jpg b/src/images/cocina-901s.jpg new file mode 100644 index 0000000..4b488e8 Binary files /dev/null and b/src/images/cocina-901s.jpg differ diff --git a/src/images/cocina-902b.jpg b/src/images/cocina-902b.jpg new file mode 100644 index 0000000..c15ad26 Binary files /dev/null and b/src/images/cocina-902b.jpg differ diff --git a/src/images/cocina-902s.jpg b/src/images/cocina-902s.jpg new file mode 100644 index 0000000..d69770d Binary files /dev/null and b/src/images/cocina-902s.jpg differ diff --git a/src/images/cocina-903b.jpg b/src/images/cocina-903b.jpg new file mode 100644 index 0000000..c549a48 Binary files /dev/null and b/src/images/cocina-903b.jpg differ diff --git a/src/images/cocina-903s.jpg b/src/images/cocina-903s.jpg new file mode 100644 index 0000000..de1cbb6 Binary files /dev/null and b/src/images/cocina-903s.jpg differ diff --git a/src/images/cocina-madera-1b.jpg b/src/images/cocina-madera-1b.jpg new file mode 100644 index 0000000..c84e2e3 Binary files /dev/null and b/src/images/cocina-madera-1b.jpg differ diff --git a/src/images/cocina-madera-1s.jpg b/src/images/cocina-madera-1s.jpg new file mode 100644 index 0000000..ba53f4c Binary files /dev/null and b/src/images/cocina-madera-1s.jpg differ diff --git a/src/images/cocina_exposicion_2_b.jpg b/src/images/cocina_exposicion_2_b.jpg index 87b2e8b..bab50f6 100644 Binary files a/src/images/cocina_exposicion_2_b.jpg and b/src/images/cocina_exposicion_2_b.jpg differ diff --git a/src/images/cocina_exposicion_2_s.jpg b/src/images/cocina_exposicion_2_s.jpg index 8563c7a..18adc72 100644 Binary files a/src/images/cocina_exposicion_2_s.jpg and b/src/images/cocina_exposicion_2_s.jpg differ diff --git a/src/images/cocina_montaje_mod1_0_b.jpg b/src/images/cocina_montaje_mod1_0_b.jpg index a11bf98..69bcc29 100644 Binary files a/src/images/cocina_montaje_mod1_0_b.jpg and b/src/images/cocina_montaje_mod1_0_b.jpg differ diff --git a/src/images/cocina_montaje_mod1_2_b.jpg b/src/images/cocina_montaje_mod1_2_b.jpg index 3089018..a637749 100644 Binary files a/src/images/cocina_montaje_mod1_2_b.jpg and b/src/images/cocina_montaje_mod1_2_b.jpg differ diff --git a/src/images/cocina_montaje_mod3_1_b.jpg b/src/images/cocina_montaje_mod3_1_b.jpg index 3f5451b..f04de8d 100644 Binary files a/src/images/cocina_montaje_mod3_1_b.jpg and b/src/images/cocina_montaje_mod3_1_b.jpg differ diff --git a/src/images/encimera-1b.jpg b/src/images/encimera-1b.jpg new file mode 100644 index 0000000..51b1d86 Binary files /dev/null and b/src/images/encimera-1b.jpg differ diff --git a/src/images/encimera-1s.jpg b/src/images/encimera-1s.jpg new file mode 100644 index 0000000..40cdd5a Binary files /dev/null and b/src/images/encimera-1s.jpg differ diff --git a/src/images/fagor.png b/src/images/fagor.png new file mode 100644 index 0000000..a53f348 Binary files /dev/null and b/src/images/fagor.png differ diff --git a/src/images/hettich.png b/src/images/hettich.png new file mode 100644 index 0000000..25f889f Binary files /dev/null and b/src/images/hettich.png differ diff --git a/src/images/hettich_w.png b/src/images/hettich_w.png new file mode 100644 index 0000000..10522eb Binary files /dev/null and b/src/images/hettich_w.png differ diff --git a/src/images/logo-aeg.gif b/src/images/logo-aeg.gif new file mode 100644 index 0000000..e5661f6 Binary files /dev/null and b/src/images/logo-aeg.gif differ diff --git a/src/images/logo-campoaras.jpg b/src/images/logo-campoaras.jpg new file mode 100644 index 0000000..dcb39e8 Binary files /dev/null and b/src/images/logo-campoaras.jpg differ diff --git a/src/images/logo-compac.gif b/src/images/logo-compac.gif new file mode 100644 index 0000000..258f06a Binary files /dev/null and b/src/images/logo-compac.gif differ diff --git a/src/images/logo-dedietrich.gif b/src/images/logo-dedietrich.gif new file mode 100644 index 0000000..ad02a39 Binary files /dev/null and b/src/images/logo-dedietrich.gif differ diff --git a/src/images/logo-franke.gif b/src/images/logo-franke.gif new file mode 100644 index 0000000..a8b6844 Binary files /dev/null and b/src/images/logo-franke.gif differ diff --git a/src/images/logo-grohe.gif b/src/images/logo-grohe.gif new file mode 100644 index 0000000..dbe7119 Binary files /dev/null and b/src/images/logo-grohe.gif differ diff --git a/src/images/logo-ibermampara.gif b/src/images/logo-ibermampara.gif new file mode 100644 index 0000000..d1d5cf3 Binary files /dev/null and b/src/images/logo-ibermampara.gif differ diff --git a/src/images/logo-jacob-delafon.gif b/src/images/logo-jacob-delafon.gif new file mode 100644 index 0000000..9bc3dee Binary files /dev/null and b/src/images/logo-jacob-delafon.gif differ diff --git a/src/images/logo-levantina.gif b/src/images/logo-levantina.gif new file mode 100644 index 0000000..4c310c8 Binary files /dev/null and b/src/images/logo-levantina.gif differ diff --git a/src/images/logo-miele.gif b/src/images/logo-miele.gif new file mode 100644 index 0000000..fe183eb Binary files /dev/null and b/src/images/logo-miele.gif differ diff --git a/src/images/logo-ordonez.jpg b/src/images/logo-ordonez.jpg new file mode 100644 index 0000000..95e07bd Binary files /dev/null and b/src/images/logo-ordonez.jpg differ diff --git a/src/images/logo-roca.gif b/src/images/logo-roca.gif new file mode 100644 index 0000000..f494c6a Binary files /dev/null and b/src/images/logo-roca.gif differ diff --git a/src/images/logo-serieprima.jpg b/src/images/logo-serieprima.jpg new file mode 100644 index 0000000..e1faf70 Binary files /dev/null and b/src/images/logo-serieprima.jpg differ diff --git a/src/images/logo-silestone.gif b/src/images/logo-silestone.gif new file mode 100644 index 0000000..3cf4d14 Binary files /dev/null and b/src/images/logo-silestone.gif differ diff --git a/src/images/mamapara-caracas-b.jpg b/src/images/mamapara-caracas-b.jpg new file mode 100644 index 0000000..7efe04b Binary files /dev/null and b/src/images/mamapara-caracas-b.jpg differ diff --git a/src/images/mamapara-caracas-s.jpg b/src/images/mamapara-caracas-s.jpg new file mode 100644 index 0000000..7cadf65 Binary files /dev/null and b/src/images/mamapara-caracas-s.jpg differ diff --git a/src/images/mampara-bano-2b.jpg b/src/images/mampara-bano-2b.jpg new file mode 100644 index 0000000..06d3e72 Binary files /dev/null and b/src/images/mampara-bano-2b.jpg differ diff --git a/src/images/mampara-bano-2s.jpg b/src/images/mampara-bano-2s.jpg new file mode 100644 index 0000000..bce0661 Binary files /dev/null and b/src/images/mampara-bano-2s.jpg differ diff --git a/src/images/mampara-bano-b.jpg b/src/images/mampara-bano-b.jpg new file mode 100644 index 0000000..35555fb Binary files /dev/null and b/src/images/mampara-bano-b.jpg differ diff --git a/src/images/mampara-bano-s.jpg b/src/images/mampara-bano-s.jpg new file mode 100644 index 0000000..7fa72a9 Binary files /dev/null and b/src/images/mampara-bano-s.jpg differ diff --git a/src/images/mampara-estambul-b.jpg b/src/images/mampara-estambul-b.jpg new file mode 100644 index 0000000..4c70386 Binary files /dev/null and b/src/images/mampara-estambul-b.jpg differ diff --git a/src/images/mampara-estambul-s.jpg b/src/images/mampara-estambul-s.jpg new file mode 100644 index 0000000..5c56b69 Binary files /dev/null and b/src/images/mampara-estambul-s.jpg differ diff --git a/src/images/plano1b.jpg b/src/images/plano1b.jpg new file mode 100644 index 0000000..6164503 Binary files /dev/null and b/src/images/plano1b.jpg differ diff --git a/src/images/plano1s.jpg b/src/images/plano1s.jpg new file mode 100644 index 0000000..08bac33 Binary files /dev/null and b/src/images/plano1s.jpg differ diff --git a/src/images/plano2b.jpg b/src/images/plano2b.jpg new file mode 100644 index 0000000..1494dba Binary files /dev/null and b/src/images/plano2b.jpg differ diff --git a/src/images/plano2s.jpg b/src/images/plano2s.jpg new file mode 100644 index 0000000..500c572 Binary files /dev/null and b/src/images/plano2s.jpg differ diff --git a/src/images/plano3b.jpg b/src/images/plano3b.jpg new file mode 100644 index 0000000..b11edf5 Binary files /dev/null and b/src/images/plano3b.jpg differ diff --git a/src/images/plano3s.jpg b/src/images/plano3s.jpg new file mode 100644 index 0000000..9c75ee5 Binary files /dev/null and b/src/images/plano3s.jpg differ diff --git a/src/images/plano4b.jpg b/src/images/plano4b.jpg new file mode 100644 index 0000000..b3522ea Binary files /dev/null and b/src/images/plano4b.jpg differ diff --git a/src/images/plano4s.jpg b/src/images/plano4s.jpg new file mode 100644 index 0000000..5a7ab95 Binary files /dev/null and b/src/images/plano4s.jpg differ diff --git a/src/images/plano5b.jpg b/src/images/plano5b.jpg new file mode 100644 index 0000000..66dafc2 Binary files /dev/null and b/src/images/plano5b.jpg differ diff --git a/src/images/plano5s.jpg b/src/images/plano5s.jpg new file mode 100644 index 0000000..0d5736b Binary files /dev/null and b/src/images/plano5s.jpg differ diff --git a/src/images/plano6b.jpg b/src/images/plano6b.jpg new file mode 100644 index 0000000..c83fc88 Binary files /dev/null and b/src/images/plano6b.jpg differ diff --git a/src/images/plano6s.jpg b/src/images/plano6s.jpg new file mode 100644 index 0000000..a86b49b Binary files /dev/null and b/src/images/plano6s.jpg differ diff --git a/src/images/plano7b.jpg b/src/images/plano7b.jpg new file mode 100644 index 0000000..66de0fd Binary files /dev/null and b/src/images/plano7b.jpg differ diff --git a/src/images/plano7s.jpg b/src/images/plano7s.jpg new file mode 100644 index 0000000..d13d0c6 Binary files /dev/null and b/src/images/plano7s.jpg differ diff --git a/src/images/plano8b.jpg b/src/images/plano8b.jpg new file mode 100644 index 0000000..0e5a677 Binary files /dev/null and b/src/images/plano8b.jpg differ diff --git a/src/images/plano8s.jpg b/src/images/plano8s.jpg new file mode 100644 index 0000000..0b8b8da Binary files /dev/null and b/src/images/plano8s.jpg differ diff --git a/src/images/siemens.png b/src/images/siemens.png new file mode 100644 index 0000000..ff47577 Binary files /dev/null and b/src/images/siemens.png differ diff --git a/src/images/siguenos-facebook.png b/src/images/siguenos-facebook.png new file mode 100644 index 0000000..2ff7c87 Binary files /dev/null and b/src/images/siguenos-facebook.png differ diff --git a/src/images/sillas-mesas-1b.jpg b/src/images/sillas-mesas-1b.jpg new file mode 100644 index 0000000..06bf4c3 Binary files /dev/null and b/src/images/sillas-mesas-1b.jpg differ diff --git a/src/images/sillas-mesas-1s.jpg b/src/images/sillas-mesas-1s.jpg new file mode 100644 index 0000000..3d147a8 Binary files /dev/null and b/src/images/sillas-mesas-1s.jpg differ diff --git a/src/images/sillas-mesas-2b.jpg b/src/images/sillas-mesas-2b.jpg new file mode 100644 index 0000000..061f3bf Binary files /dev/null and b/src/images/sillas-mesas-2b.jpg differ diff --git a/src/images/sillas-mesas-2s.jpg b/src/images/sillas-mesas-2s.jpg new file mode 100644 index 0000000..f5403b3 Binary files /dev/null and b/src/images/sillas-mesas-2s.jpg differ diff --git a/src/images/sillas-mesas-3b.jpg b/src/images/sillas-mesas-3b.jpg new file mode 100644 index 0000000..d978163 Binary files /dev/null and b/src/images/sillas-mesas-3b.jpg differ diff --git a/src/images/sillas-mesas-3s.jpg b/src/images/sillas-mesas-3s.jpg new file mode 100644 index 0000000..0b5f2fc Binary files /dev/null and b/src/images/sillas-mesas-3s.jpg differ diff --git a/src/images/sillas-mesas-4b.jpg b/src/images/sillas-mesas-4b.jpg new file mode 100644 index 0000000..804376f Binary files /dev/null and b/src/images/sillas-mesas-4b.jpg differ diff --git a/src/images/sillas-mesas-4s.jpg b/src/images/sillas-mesas-4s.jpg new file mode 100644 index 0000000..ea26795 Binary files /dev/null and b/src/images/sillas-mesas-4s.jpg differ diff --git a/src/images/sillas-mesas-5b.jpg b/src/images/sillas-mesas-5b.jpg new file mode 100644 index 0000000..b8cad93 Binary files /dev/null and b/src/images/sillas-mesas-5b.jpg differ diff --git a/src/images/sillas-mesas-5s.jpg b/src/images/sillas-mesas-5s.jpg new file mode 100644 index 0000000..2a7654d Binary files /dev/null and b/src/images/sillas-mesas-5s.jpg differ diff --git a/src/images/teka.png b/src/images/teka.png new file mode 100644 index 0000000..83a602b Binary files /dev/null and b/src/images/teka.png differ diff --git a/src/images/tienda-muebles-bano-mamparas.jpg b/src/images/tienda-muebles-bano-mamparas.jpg new file mode 100644 index 0000000..01699c8 Binary files /dev/null and b/src/images/tienda-muebles-bano-mamparas.jpg differ diff --git a/src/images/tienda-muebles-cocina-electrodomesticos.jpg b/src/images/tienda-muebles-cocina-electrodomesticos.jpg new file mode 100644 index 0000000..68a2ea5 Binary files /dev/null and b/src/images/tienda-muebles-cocina-electrodomesticos.jpg differ diff --git a/src/index.html b/src/index.html index a12bc8b..7187a20 100644 --- a/src/index.html +++ b/src/index.html @@ -18,7 +18,7 @@ - Mobiliario de cocina y baños en Madrid. Arribas + Mobiliario de cocina y baños en Madrid - Alonso y Sal Cocinas @@ -29,19 +29,30 @@
+
@@ -49,10 +60,31 @@

Más de 30 años creando ambientes de cocina y baño en Madrid

-

Nuestra empresa familiar y dinámica, desde 1980 es especialista en el diseño e instalación de su cocina y baño. Ofreciendo un servicio integral y desarrollando los proyectos para que se conviertan en espacios exclusivos y funcionales.

+

Nuestra empresa familiar y dinámica, desde 1980 es especialista en el diseño e instalación de su cocina y baño. Ofreciendo un servicio integral y desarrollando los proyectos para que se conviertan en espacios exclusivos y funcionales. Miles de clientes satisfechos, son nuestra mejor referencia. Calidad y servicio al mejor precio.

+ +
+ Tienda de muebles de cocina y electrodomésticos + + Tienda de muebles de cocina y electrodomésticos
+ Vía Carpetana, 342 (Esq. Luis Feíto)
+ Tlf: 91 465 28 42 / 91 465 27 41
+ Fax: 91 462 33 88 +
+
+
+ Tienda de muebles de baño y mamparas + + Tienda de muebles de baño y mamparas
+ Vía Carpetana, 340
+ Tlf: 91 465 27 41
+ Fax: 91 462 54 55 +
+
+
+ +
-
diff --git a/src/localizacion.html b/src/localizacion.html index e57292d..9784457 100644 --- a/src/localizacion.html +++ b/src/localizacion.html @@ -15,7 +15,7 @@ - Tienda y dirección en Madrid. Cocinas y baños Arribas + Tienda y dirección en Madrid - Mobiliario de cocina y baños en Madrid - Alonso y Sal Cocinas @@ -23,7 +23,7 @@
@@ -31,11 +31,12 @@
diff --git a/src/mesas-sillas-cocina.html b/src/mesas-sillas-cocina.html new file mode 100644 index 0000000..f1e7fc1 --- /dev/null +++ b/src/mesas-sillas-cocina.html @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + Electrodomésticos de cocina - Alonso y Sal Cocinas en Madrid + + + + +
+
+ +
+
+
+
+ +
+
+
+ +
+ +
+ + + + + +
+
+
+
+ +
+
+

Mesas y sillas de cocina

+
+

Disponemos de una amplia gama de mesas y sillas. Para la personalización de la cocina acorde a las necesidades y preferencias de cada cliente.

+ + + + + + + + + + + +
+
+
+
+ +
+ + + +
+

Distribuidores de:


+ Infer Cocinas

+ Hettich +

Con garantía AENOR


+ Garantía AENOR +
+
+ +
+
+
+
+

Horario: Lunes—Viernes: 9:30—13:30 y 16:30—20:00 | Sábados: 9:30—13:30

+
+ +
+
+
+
+
interior full-size photo
+ + + + + + + + + + + + + + + diff --git a/src/nbproject/private/private.properties b/src/nbproject/private/private.properties deleted file mode 100644 index 009c7dc..0000000 --- a/src/nbproject/private/private.properties +++ /dev/null @@ -1,5 +0,0 @@ -copy.src.files=false -copy.src.target= -index.file= -run.as=LOCAL -url=http://localhost/src/ diff --git a/src/nbproject/project.properties b/src/nbproject/project.properties index e2559b2..859ff72 100644 --- a/src/nbproject/project.properties +++ b/src/nbproject/project.properties @@ -1,7 +1,5 @@ -include.path=${php.global.include.path} -php.version=PHP_5 -source.encoding=UTF-8 -src.dir=. -tags.asp=false -tags.short=true -web.root=. +config.folder= +file.reference.AlonsoYSal-src=. +files.encoding=UTF-8 +site.root.folder=${file.reference.AlonsoYSal-src} +test.folder= diff --git a/src/nbproject/project.xml b/src/nbproject/project.xml index 00d460e..838495e 100644 --- a/src/nbproject/project.xml +++ b/src/nbproject/project.xml @@ -1,9 +1,9 @@ - org.netbeans.modules.php.project + org.netbeans.modules.web.clientproject - - Alonso y Sal + + Alonso y sal diff --git a/src/ofertas.html b/src/ofertas.html index ecdd625..25edf7c 100644 --- a/src/ofertas.html +++ b/src/ofertas.html @@ -27,7 +27,7 @@
@@ -35,11 +35,12 @@
@@ -158,9 +159,6 @@
-
-
- Horario
diff --git a/src/preguntas-frecuentes.html b/src/preguntas-frecuentes.html new file mode 100644 index 0000000..8a25005 --- /dev/null +++ b/src/preguntas-frecuentes.html @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + Preguntas frecuentes - Mobiliario de cocina y baños en Madrid - Alonso y Sal Cocinas + + + + + +
+
+ +
+ +
+
+
+ +
+
+
+ +
+
+ + + + + +
+ +
+ +
+
+
+

Preguntas frecuentes

+
+

¿Qué necesito para obtener un presupuesto personalizado de mi cocina?

+

Traernos las medidas de su cocina, en la medida de lo posible, contando con los posibles pilares que tenga, la disposición de ventanas y puertas, y la medida de dónde tiene el eje de todas las tomas de agua, de la toma de corriente para la vitrocerámica y del eje de salida de humos de la campana extractora.

+

Aun asi no tenemos ningún inconveniente en acercarnos a su domicilio y nosotros mismos realizaremos las mediciones oportunas sin ningún compromiso.

+

¿Qué garantía tiene mi cocina?

+

Nuestro servicio postventa incluye garantía contra cualquier defecto de los mismos, entre los que se incluyen: Nuestro material de cocina, que incluye armazones, herrajes y todo tipo de puertas, dispone de dos años de garantía contra cualquier defecto de fabricación.

+

Formas de pago

+

Puede pagar su cocina en efectivo, mediante cheque bancario o transferencia, nos ajustamos a las necesidades de cada cliente.

+

Pago aplazado sin intereses. (nota: las condiciones de p.a.s.i. podrán variarse por parte de la financiera, por ello siempre debera consultar con nuestros vendedores.)

+
+
+
+ +
+
+ + +
+

Distribuidores de:


+ Infer Cocinas

+ Hettich +

Con garantía AENOR


+ Garantía AENOR +
+
+ +
+
+
+
+

Horario: Lunes—Viernes: 9:30—13:30 y 16:30—20:00 | Sábados: 9:30—13:30

+
+
+
+
+ +
+
interior full-size photo
+ + + + + + + + + + + diff --git a/src/servicios-tienda-cocinas-banos.html b/src/servicios-tienda-cocinas-banos.html new file mode 100644 index 0000000..493bbf5 --- /dev/null +++ b/src/servicios-tienda-cocinas-banos.html @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + Servicios ofrecidos - Mobiliario de cocina y baños en Madrid - Alonso y Sal Cocinas + + + + + +
+
+ +
+ +
+
+
+ +
+
+
+ +
+
+ + + + + +
+ +
+ +
+
+
+

Servicios

+
+

Seguimiento de obra

+

Ofrecemos una serie de servicios que le pueden ayudar durante el proceso de la reforma: coordinamos con el reformista o con el cliente para que el resultado sea óptimo. Una vez confirmado el diseño de la cocina, realizamos la señalización y distribución de enchufes, tomas, desagües, salida de humos o cualquier otra instalacion necesaria dentro de su cocina. También podemos entregar un plano de la cocina con todas las medidas, cotas, tomas y posición de enchufes para mayor comodidad de los albañiles. Nuestra señalización evita problemas, confusión y gastos innecesarios para usted.


+

Planos de cocinas

+

Realizamos con Kitchen Master©, el último programa en 3D gráfico render. Nuestros planos permiten visualizar su cocina, la distribución, color de muebles, azulejos o incluso el suelo.


+

Retirada de electrodomésticos y muebles anteriores

+

Retiramos en cada caso los aparatos antiguos sin problema. Además podemos organizarlo para el día antes de entregar los nuevos muebles, para entregarlos en un punto limpio.

+
+
+
+ +
+
+ + +
+

Distribuidores de:


+ Infer Cocinas

+ Hettich +

Con garantía AENOR


+ Garantía AENOR +
+
+ +
+
+
+
+

Horario: Lunes—Viernes: 9:30—13:30 y 16:30—20:00 | Sábados: 9:30—13:30

+
+
+
+
+ +
+
interior full-size photo
+ + + + + + + + + + + diff --git a/src/styles.css b/src/styles.css index 508fafb..f50cae7 100644 --- a/src/styles.css +++ b/src/styles.css @@ -26,13 +26,13 @@ a{ color:#968f85; } a:hover{ - color:#6d8d6b;; + color:#6d8d6b; } input{ outline:none; } strong{ - font-style:italic; + font-style:normal; color:#555; line-height:1.5em; } @@ -48,9 +48,6 @@ figure p{ text-shadow: 1px 1px 3px #333333; letter-spacing:0.1em; opacity: 1; -/* -webkit-transition: opacity 1s linear; - -moz-transition-duration: 1s; - -o-transition-duration: 1s;*/ padding:10px 0; font-size:0.8em; } @@ -153,7 +150,6 @@ nav#slide-nav a{ } nav#slide-nav a:hover{ color:#C0FF6E; - /*text-shadow:0px 0px 1px #555;*/ } nav#slide-nav a.current { @@ -173,10 +169,6 @@ nav#side a{ color:#7DA647; padding:0 5px 10px 0; display:block; - letter-spacing:0.1em; -/* -webkit-transition: opacity 1s linear; - -moz-transition-duration: 1s; - -o-transition-duration: 1s;*/ } nav#side a:hover{ color:#C0FF6E; @@ -187,14 +179,42 @@ nav#side a.current { color:#A0F037; } -#social{ +#social, #address{ float:left; margin-top:20px; + width: 168px; + color: #ddd; } -#social figure{ + +#social p { + font-size: 0.8em; + letter-spacing: 0.1em; + margin-top: 40px; +} + +#social p:first-child{ + margin-top: 0; +} + +#social figure { float:left; margin-right:5px; } + +#address { + margin-top:40px; + font-size: 0.9em; + line-height: 1.3em; +} + +#address p { + margin-bottom: 20px; +} + +#address strong { + line-height: 0em; +} + /* ------------------------------------------------------------------------------------ -- 3) TOP SUB NAVIGATION STYLES FOR INNER PAGES ------------------------------------------------------------------------------------ */ @@ -218,9 +238,6 @@ nav#top a{ display:block; text-shadow:1px 1x 3px #222; letter-spacing:0.1em; -/* -webkit-transition: opacity 1s linear; - -moz-transition-duration: 1s; - -o-transition-duration: 1s;*/ } nav#top a:hover{ color:#C0FF6E; @@ -237,21 +254,18 @@ nav#top a.current { -- HEADER ------------------------------------------------------------------------------------ */ header{ + width: 186px; margin:0;; float:left; - -moz-box-shadow:0px 0px 4px #000; - -webkit-box-shadow:0px 0px 4px #000; - -ms-box-shadow:0px 0px 4px #000; - box-shadow:0px 0px 4px #000; - border-bottom:1px solid #000; - border-right:1px solid #000; - border-left:1px solid #000; - background:rgba(0,0,0,0.8); } #logo{ - margin:30px 0; + padding:30px 0; width: 186px; float:left; + border: 1px solid #000; + border-top: 0px; + background:rgba(0,0,0,0.8); + } #logo h1 a{ text-decoration:none; @@ -270,6 +284,33 @@ header{ display:block; padding-top: 0.4em; } + +#links { + color: #111; + text-align: center; + padding:30px 0; + margin-top: 40px; + float:left; + display: block; + width: 186px; + height: 470px; + border: 0px solid #888; + background:rgba(255,255,255,0.7); +} + +#links p { + font-size: 0.8em; + letter-spacing: 0.1em; + margin-bottom: 0px; + margin-top: 20px; +} + +#links p:first-child { + margin-top: 0px; + margin-bottom: 10px; +} + + /* ------------------------------------------------------------------------------------ -- CONTENT SLIDER STYLES ALL PAGES WITH HEIGHT ------------------------------------------------------------------------------------ */ @@ -288,6 +329,10 @@ header{ height:376px; overflow:hidden; } +#hero-slider .ancha { + height:418px; +} + #hero-slider .panel { width:750px; height:381px; @@ -365,6 +410,7 @@ a.button{ letter-spacing:2px; color:#3D5C15; padding:0 0 0.8em 0; + float:left; } .panel h3{ font-size:1.2em; @@ -382,6 +428,9 @@ a.button{ padding-bottom:10px; } .clear {clear:both} +.enlace-right { + float:right; +} /* ------------------------------------------------------------------------------------ -- HOURS SLIDING PANEL ------------------------------------------------------------------------------------ */ @@ -420,9 +469,6 @@ section#hours{ text-shadow: 1px 1px 3px #333333; letter-spacing:0.1em; opacity: 1; -/* -webkit-transition: opacity 1s linear; - -moz-transition-duration: 1s; - -o-transition-duration: 1s;*/ padding:10px 0; font-size:1em; } @@ -449,18 +495,19 @@ div#main-content{ } #frontpage{ float:left; - height:480px; + /*height:480px;*/ width:660px; background:rgba(0,0,0,0.8); border:1px solid #000; } + #frontpage article{ float:left; margin:27px 60px; - height:420px; + /*height:520px;*/ } #frontpage article h1{ - font-size:4em; + font-size:3em; line-height:1.2em; text-transform:none; font-weight:normal; @@ -469,6 +516,38 @@ div#main-content{ color:#e4ecd9; } +#frontpage article a { + color: #C7C7C7; +} + +#frontpage article a:hover { + color: #efefef !important; +} + +#frontpage figure { + width: 250px; + float: left; +} + +#frontpage figure span { + margin-top: 8px; + display: block; + font-size: 0.8em; + line-height: 1.3em; +} + +#frontpage figure span strong { + font-weight: normal; +} + +#frontpage figure img { + float: none; +} + +#frontpage figure:first-child { + margin-right: 40px; +} + .coloured-1{ color:#C0FF6E; } @@ -487,9 +566,9 @@ div#main-content{ } #frontpage article p{ - font-size:0.95em; + font-size:1em; display:block; - margin-top:2em; + margin:2em 0; line-height:1.4em; color:#c7c7c7; } @@ -523,6 +602,8 @@ div#main-content{ /*display: none;*/ border:1px solid #7DA647; } + + /* ------------------------------------------------------------------------------------ -- INDEX ENDS HERE ------------------------------------------------------------------------------------ */ @@ -992,6 +1073,28 @@ a.grouped_elements{ a.lastimg{ margin-right:0; } + +a.logo_elements{ + width:139px; + height:50px; + border:1px solid #ddd; + padding:8px; + float:left; + background:#fff; + margin-right:20px; + margin-bottom:20px; + -moz-box-shadow:4px 4px 0 #8a9b8c; + -webkit-box-shadow:4px 4px 0 #8a9b8c; + box-shadow:4px 4px 0 #8a9b8c; + line-height:50px; + text-align: center; +} + +a.logo_elements img { + vertical-align: middle; + margin: auto; +} + /* ------------------------------------------------------------------------------------ -- GALLERY ENDS HERE ------------------------------------------------------------------------------------ */ diff --git a/src/tienda-banos-mamparas.html b/src/tienda-banos-mamparas.html new file mode 100644 index 0000000..24f4704 --- /dev/null +++ b/src/tienda-banos-mamparas.html @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + Muebles de baños y mamparas - Alonso y Sal Cocinas en Madrid + + + + +
+
+ +
+
+
+
+ +
+
+
+ +
+ +
+ + + + + +
+
+ +
+
+ +
+
+

Muebles de baño

+Para ver más
Montajes cocina facebook
+ +
+

En nuestra exposición podrá encontrar todos los estilos en muebles de baño así como mamparas, accesorios y complementos esenciales para su espacio.

+ + + + + + +
+
+ + Serie Prima + + CampoAras + Ordoñez Mueble de Baño + + +
+
+ +
+
+

Mamparas de baño

+Para ver más
Montajes cocina facebook
+ +
+

Disponemos de un servicio de fabricación de mamparas de ducha y bañera a medida.

+ + + + + + +
+
+ Ibermampara +
+
+ +
+
+

Accesorios

+Para ver más
Montajes cocina facebook
+ +
+

Sanemamientos, accesorios y complementos, ayudas técnicas para personas mayores y discapacitadas, accesorios para hotel, grifos.

+ + + + + + +
+
+ Roca + Jacob Delafon + Grohe + +
+
+ +
+
+
+
+ + + +
+

Distribuidores de:


+ Infer Cocinas

+ Hettich +

Con garantía AENOR


+ Garantía AENOR +
+
+ +
+
+
+
+

Horario: Lunes—Viernes: 9:30—13:30 y 16:30—20:00 | Sábados: 9:30—13:30

+
+ +
+
+
+
+
interior full-size photo
+ + + + + + + + + + + + + + + + + diff --git a/src/tienda-muebles-cocinas-electrodomesticos.html b/src/tienda-muebles-cocinas-electrodomesticos.html new file mode 100644 index 0000000..2629fa2 --- /dev/null +++ b/src/tienda-muebles-cocinas-electrodomesticos.html @@ -0,0 +1,260 @@ + + + + + + + + + + + + + + + + + + + + + Muebles de cocina, encimeras, electrodomésticos y accesorios - Alonso y Sal Cocinas en Madrid + + + + +
+
+ +
+
+
+
+ +
+
+
+ +
+ +
+ + + + + +
+
+ +
+
+ +
+
+

Muebles de cocina

+Para ver más
Montajes cocina facebook
+ +
+

Su cocina... un espacio único. Ofrecemos un servicio integral de diseño y coordinación.
+ En nuestra exposición podrá encontrar todos los estilos en muebles de cocina así como accesorios, electrodomésticos y complementos esenciales para su espacio.

+ +
+
+
+
cake
+

Cocinas Lacadas

+

Colores y texturas para una amplia gama de colores, la simpleza llevada a la perfección sofisticada.

+
+
+
+ +
+
+
+
cake
+

Cocinas Estratificadas

+

Modernas y elegantes, con un gran acabado al mejor precio.

+
+
+
+ + +
+
+
+
cake
+

Cocinas de Madera

+

La calidez de la madera con diseños clásicos y sencillos.

+
+
+
+ + +
+
+
+
cake
+

Cocinas de Polilaminadas

+

Diferentes formas, marcos, plafones…diversidad de colores con y sin brillo o imitación maderas.

+
+
+
+ +
+
+ +
+
+

Encimeras de cocina

+Para ver más
Montajes cocina facebook
+ +
+

Silestone, granito, compac, porcelanicas, laminados, maderas, acero ... Toda clase de materiales para un acabado perfecto.

+ + + + + +
+
+ Silestone + Compac + Levantina +
+
+ +
+
+

Accesorios de cocina

+Para ver más
Montajes cocina facebook
+ +
+

Cajoneras, muebles extraibles, accesorios interiores... Todo lo necesario para la organización, comodidad y aprovechamiento dentro de su cocina.

+ + + + + +
+
+ +
+
+
+
+ + + +
+

Distribuidores de:


+ Infer Cocinas

+ Hettich +

Con garantía AENOR


+ Garantía AENOR +
+
+ +
+
+
+
+

Horario: Lunes—Viernes: 9:30—13:30 y 16:30—20:00 | Sábados: 9:30—13:30

+
+ +
+
+
+
+
interior full-size photo
+ + + + + + + + + + + + + + + + +