Arreglos en código HTML
git-svn-id: https://192.168.0.254/svn/Proyectos.Miguelo_Web/trunk@7 ec840e86-4cc9-48bc-81da-089286ec179e
This commit is contained in:
parent
d04bcdb9cc
commit
072bb5b393
@ -1,91 +0,0 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="Corporativo.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<script>
|
||||
|
||||
nereidFadeObjects = new Object();
|
||||
nereidFadeTimers = new Object();
|
||||
|
||||
/* object - image to be faded (actual object, not name);
|
||||
* destop - destination transparency level (ie 80, for mostly solid)
|
||||
* rate - time in milliseconds between trasparency changes (best under 100)
|
||||
* delta - amount of change each time (ie 5, for 5% change in transparency)
|
||||
*/
|
||||
|
||||
function nereidFade(object, destOp, rate, delta){
|
||||
if (!document.all)
|
||||
return
|
||||
if (object != "[object]"){ //do this so I can take a string too
|
||||
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
|
||||
return;
|
||||
}
|
||||
|
||||
clearTimeout(nereidFadeTimers[object.sourceIndex]);
|
||||
|
||||
diff = destOp-object.filters.alpha.opacity;
|
||||
direction = 1;
|
||||
if (object.filters.alpha.opacity > destOp){
|
||||
direction = -1;
|
||||
}
|
||||
delta=Math.min(direction*diff,delta);
|
||||
object.filters.alpha.opacity+=direction*delta;
|
||||
|
||||
if (object.filters.alpha.opacity != destOp){
|
||||
nereidFadeObjects[object.sourceIndex]=object;
|
||||
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.Estilo2 {color: #CCCCCC}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
<p><img src="images/punto.jpg"/> <a href="AcercaDe.htm">Nuestra empresa</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="Productos.htm">Productos</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="Promociones.htm">Promociones</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="Trabajos.htm">Nuestros trabajos</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="Contacto.htm">Contacta con<br/> nosotros</a></p>
|
||||
</div>
|
||||
|
||||
<div id="cuerpo">
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p>
|
||||
<a href="ArmariosPromo.htm"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuPromo2.jpg" border=0 /></a>
|
||||
<a href="CocinasNAPromo.htm"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuPromo1.jpg" border=0 /></a>
|
||||
<a href="ElectrodomesticosPromo.htm"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuPromo6.jpg" border=0 /></a>
|
||||
<a href="TechosPromo.htm"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuPromo7.jpg" border=0 /></a>
|
||||
<!--a href="CocinasITPromo.htm"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuPromo5.jpg" border=0 /></a-->
|
||||
<a href="CocinasPromoEMV.htm"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuPromo4.jpg" border=0 /></a>
|
||||
<a href="JardinPromo.htm"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuPromo3.jpg" border=0 /></a>
|
||||
<a href="SillasPromo.htm"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuPromo8.jpg" border=0 /></a>
|
||||
<!--a href="Mesas.htm"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuExpo5.jpg" border=0 /></a>
|
||||
</a-->
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
try {
|
||||
var pageTracker = _gat._getTracker("UA-297093-12");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}</script>
|
||||
</body>
|
||||
</html>
|
||||
@ -2,7 +2,6 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -16,10 +15,10 @@ a:link {
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
<p><img src="images/punto.jpg"/> <a href="acerca-de.html">Nuestra empresa</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="productos.html">Productos</a></p>
|
||||
<p><img src="images/punto.jpg"/> <a href="promociones.html">Promociones</a></p>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -13,7 +13,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -26,7 +26,7 @@ a:active {
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu">
|
||||
<p><img src="images/punto.jpg"/> <a href="acerca-de.html">Nuestra empresa</a></p>
|
||||
@ -37,10 +37,10 @@ a:active {
|
||||
</div>
|
||||
<div id="portada">
|
||||
<div id="spot">
|
||||
<A HREF="promociones.html"><img src="images/Banner.jpg" width="660" height="35" border="0" align="absmiddle" /></a>
|
||||
<a href="promociones.html"><img src="images/Banner.jpg" width="660" height="35" border="0" align="absmiddle" /></a>
|
||||
</div>
|
||||
<div id="spot2">
|
||||
<A HREF="video.mpg"><img src="images/loading.gif" width="32" height="32" border="0" align="absmiddle" /></a> SPOT Publicitario.</div>
|
||||
<a href="video.mpg"><img src="images/loading.gif" width="32" height="32" border="0" align="absmiddle" /></a> SPOT Publicitario.</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -17,7 +17,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -37,7 +37,7 @@ pageTracker._trackPageview();
|
||||
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu">
|
||||
<p><img src="images/punto.jpg"/> <a href="acerca-de.html">Nuestra empresa</a></p>
|
||||
@ -48,12 +48,13 @@ pageTracker._trackPageview();
|
||||
</div>
|
||||
<div id="portada">
|
||||
<div id="spot">
|
||||
<A HREF="promociones.html"><img src="images/Banner.jpg" width="660" height="35" border="0" align="absmiddle" /></a>
|
||||
<a href="promociones.html"><img src="images/Banner.jpg" width="660" height="35" border="0" align="absmiddle" /></a>
|
||||
</div>
|
||||
<div id="spot2">
|
||||
<A HREF="video.mpg"><img src="images/loading.gif" width="32" height="32" border="0" align="absmiddle" /></a> SPOT Publicitario.
|
||||
<a href="video.mpg"><img src="images/loading.gif" width="32" height="32" border="0" align="absmiddle" /></a> SPOT Publicitario.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
||||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -17,7 +17,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -17,7 +17,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,12 +2,12 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<script>
|
||||
<script type="text/javascript">
|
||||
|
||||
nereidFadeObjects = new Object();
|
||||
nereidFadeTimers = new Object();
|
||||
@ -50,7 +50,7 @@ return
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
@ -30,14 +30,14 @@
|
||||
</div>
|
||||
<div id="cuerpo">
|
||||
<h1>PROMOCIÓN ENERO 2008 - COCINAS</h1>
|
||||
<p><ul><li>Descuentos en Mobiliario Nacional e Italiano.</li>
|
||||
<ul><li>Descuentos en Mobiliario Nacional e Italiano.</li>
|
||||
<li>Aprovéchate de nuestra calidad a un precio como nunca habías visto.</li>
|
||||
<li>Acoplamos a tu espacio, la comodidad que necesitas para tu día a día.</li>
|
||||
</ul></p>
|
||||
</ul>
|
||||
<center><p>
|
||||
<a href="cocinas/promo/Cocinag1.jpg" rel="lightbox"><img src="cocinas/promo/Cocina1.jpg" width="462" height="240" border="0" /></a>
|
||||
<a href="cocinas/promo/Cocinag1.jpg" rel="lightbox"><img src="cocinas/promo/Cocina1.jpg" width="462" height="240" border="0" /></a></p>
|
||||
<h1>"UNA COCINA PARA MEJORAR TU CALIDAD DE VIDA"</h1>
|
||||
</p></center>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
@ -30,12 +30,12 @@
|
||||
</div>
|
||||
<div id="cuerpo">
|
||||
<h1>PROMOCIÓN ARMARIOS VÁLIDA OCTUBRE Y NOVIEMBRE</h1>
|
||||
</p><center><p>
|
||||
<a href="armarios/promo/Armariog1.jpg" rel="lightbox"><img src="armarios/promo/Armario1.jpg" width="462" height="240" border="0" /></a>
|
||||
<p>* Descuento corresponde a frentes rechapados o lacados, resto de materiales consultar</p>
|
||||
</p><center><p>
|
||||
<center><p>
|
||||
<a href="armarios/promo/Armariog1.jpg" rel="lightbox"><img src="armarios/promo/Armario1.jpg" width="462" height="240" border="0" /></a><br/>
|
||||
* Descuento corresponde a frentes rechapados o lacados, resto de materiales consultar</p>
|
||||
<p>
|
||||
<a href="armarios/promo/Armariog2.jpg" rel="lightbox"><img src="armarios/promo/Armario2.jpg" width="462" height="240" border="0" /></a>
|
||||
<h1></h1>
|
||||
|
||||
</p></center>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
@ -30,14 +30,14 @@
|
||||
</div>
|
||||
<div id="cuerpo">
|
||||
<h1>PROMOCIÓN - COCINAS</h1>
|
||||
<p><ul><li>Descuentos en Mobiliario Italiano.</li>
|
||||
<ul><li>Descuentos en Mobiliario Italiano.</li>
|
||||
<li>Aprovéchate de nuestra calidad a un precio como nunca habías visto.</li>
|
||||
<li>Acoplamos a tu espacio, la comodidad que necesitas para tu día a día.</li>
|
||||
</ul></p>
|
||||
</ul>
|
||||
<center><p>
|
||||
<a href="cocinas/promo/Cocinag4.jpg" rel="lightbox"><img src="cocinas/promo/Cocina4.jpg" width="462" height="240" border="0" /></a>
|
||||
<a href="cocinas/promo/Cocinag4.jpg" rel="lightbox"><img src="cocinas/promo/Cocina4.jpg" width="462" height="240" border="0" /></a></p>
|
||||
<h1>"UNA COCINA PARA MEJORAR TU CALIDAD DE VIDA"</h1>
|
||||
</p></center>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
@ -30,13 +30,13 @@
|
||||
</div>
|
||||
<div id="cuerpo">
|
||||
<h1>PROMOCIÓN - COCINAS NACIONALES</h1>
|
||||
<p><ul> <li>Aprovéchate de nuestra calidad a un precio como nunca habías visto.</li>
|
||||
<ul> <li>Aprovéchate de nuestra calidad a un precio como nunca habías visto.</li>
|
||||
<li>Acoplamos a tu espacio, la comodidad que necesitas para tu día a día.</li>
|
||||
</ul></p>
|
||||
</ul>
|
||||
<center><p>
|
||||
<a href="cocinas/promo/Cocinag1.jpg" rel="lightbox"><img src="cocinas/promo/Cocina1.jpg" width="462" height="240" border="0" /></a>
|
||||
<a href="cocinas/promo/Cocinag1.jpg" rel="lightbox"><img src="cocinas/promo/Cocina1.jpg" width="462" height="240" border="0" /></a></p>
|
||||
<h1>"UNA COCINA PARA MEJORAR TU CALIDAD DE VIDA"</h1>
|
||||
</p></center>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
@ -30,10 +30,10 @@
|
||||
</div>
|
||||
<div id="cuerpo">
|
||||
<h1>OCTUBRE, MES DEL ELECTRODOMÉSTICO</h1>
|
||||
<p><ul><li>LAS FACILIDADES DE LAS NUEVAS TECNOLOGÍAS A MEJOR PRECIO.</li>
|
||||
</ul></p><center><p>
|
||||
<a href="electrodomesticos/promo/electrodomesticog1.jpg" rel="lightbox"><img src="electrodomesticos/promo/electrodomestico1.jpg" width="462" height="240" border="0" /></a>
|
||||
<p>* Oferta válida para modelos concretos</p>
|
||||
<ul><li>LAS FACILIDADES DE LAS NUEVAS TECNOLOGÍAS A MEJOR PRECIO.</li>
|
||||
</ul><center><p>
|
||||
<a href="electrodomesticos/promo/electrodomesticog1.jpg" rel="lightbox"><img src="electrodomesticos/promo/electrodomestico1.jpg" width="462" height="240" border="0" /></a><br/>
|
||||
* Oferta válida para modelos concretos</p>
|
||||
</p></center>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
@ -30,13 +30,13 @@
|
||||
</div>
|
||||
<div id="cuerpo">
|
||||
<h1>PROMOCIÓN - JARDÍN</h1>
|
||||
<p><ul><li>Materiales en fibra de vidrio completamente resistentes al frío, al calor, a la humedad. Despreocúpate de tu mueble de jardín y disfruta de tu tiempo libre.</li>
|
||||
<li>Visita nuestra exposición, tenemos lo que te gusta.</li></ul></p>
|
||||
<ul><li>Materiales en fibra de vidrio completamente resistentes al frío, al calor, a la humedad. Despreocúpate de tu mueble de jardín y disfruta de tu tiempo libre.</li>
|
||||
<li>Visita nuestra exposición, tenemos lo que te gusta.</li></ul>
|
||||
|
||||
<center><p>
|
||||
<a href="jardin/promo/Jarding1.jpg" rel="lightbox"><img src="jardin/promo/Jardin1.jpg" width="385" height="200" border="0" /></a>
|
||||
<a href="jardin/promo/Jarding1.jpg" rel="lightbox"><img src="jardin/promo/Jardin1.jpg" width="385" height="200" border="0" /></a></p>
|
||||
<h1>"TENEMOS UN 40 % DE DESCUENTO EN LAS LIQUIDACIONES DE EXPOSICIÓN"</h1>
|
||||
</p></center>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
@ -33,11 +33,11 @@
|
||||
|
||||
<!--PROMOCION 2-->
|
||||
<h1>Mesa Máxima</h1>
|
||||
<p><ul><li>Mesa Máxima. Encimera De Melamina (Naranja, Haya, Cerezo y Blanco).</li>
|
||||
<ul><li>Mesa Máxima. Encimera De Melamina (Naranja, Haya, Cerezo y Blanco).</li>
|
||||
<li>Extensiones de Melamina del color de la encimera.</li>
|
||||
</ul></p>
|
||||
</ul>
|
||||
<center><p>
|
||||
<a href="mesas/promo/Mesag2.jpg" rel="lightbox"><img src="mesas/promo/Mesa2.jpg" width="462" height="240" border="0" /></a>
|
||||
<a href="mesas/promo/Mesag2.jpg" rel="lightbox"><img src="mesas/promo/Mesa2.jpg" width="462" height="240" border="0" /></a></p></center>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
@ -65,11 +65,11 @@
|
||||
|
||||
<!--PROMOCION 1-->
|
||||
<h1>Mesa Máxima Cristal</h1>
|
||||
<p><ul><li>Mesa Máxima Cristal. Encimera De Cristal (Blanco, Gris, Verde, Naranja, Rojo).</li>
|
||||
<ul><li>Mesa Máxima Cristal. Encimera De Cristal (Blanco, Gris, Verde, Naranja, Rojo).</li>
|
||||
<li>Extensiones de Melamina, Color Plata.</li>
|
||||
</ul></p>
|
||||
</ul>
|
||||
<center><p>
|
||||
<a href="mesas/promo/Mesag1.jpg" rel="lightbox"><img src="mesas/promo/Mesa1.jpg" width="462" height="240" border="0" /></a>
|
||||
<a href="mesas/promo/Mesag1.jpg" rel="lightbox"><img src="mesas/promo/Mesa1.jpg" width="462" height="240" border="0" /></a></p></center>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
@ -97,11 +97,11 @@
|
||||
|
||||
<!--PROMOCION 3-->
|
||||
<h1>Mesa Máxima cristal</h1>
|
||||
<p><ul><li>Estructura Plata Mate.</li>
|
||||
<ul><li>Estructura Plata Mate.</li>
|
||||
<li>Cristal Brillo (Gris, Blanco, Pistacho, Rojo y Naranja).</li>
|
||||
</ul></p>
|
||||
</ul>
|
||||
<center><p>
|
||||
<a href="mesas/promo/Mesag3.jpg" rel="lightbox"><img src="mesas/promo/Mesa3.jpg" width="462" height="240" border="0" /></a>
|
||||
<a href="mesas/promo/Mesag3.jpg" rel="lightbox"><img src="mesas/promo/Mesa3.jpg" width="462" height="240" border="0" /></a></p></center>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
@ -30,13 +30,13 @@
|
||||
</div>
|
||||
<div id="cuerpo">
|
||||
<h1>PROMOCIÓN - TECHOS ALUMINIO</h1>
|
||||
<p><ul><li>Descuentos en techos de aluminio.</li>
|
||||
<ul><li>Descuentos en techos de aluminio.</li>
|
||||
<li>Con la compra de su cocina llévese nuestro exclusivo techo de aluminio de regalo*</li>
|
||||
<li>Iluminación no incluída.</li>
|
||||
</ul></p><center><p>
|
||||
<a href="techos/promo/techog1.jpg" rel="lightbox"><img src="techos/promo/techo1.jpg" width="462" height="240" border="0" /></a>
|
||||
</ul><center><p>
|
||||
<a href="techos/promo/techog1.jpg" rel="lightbox"><img src="techos/promo/techo1.jpg" width="462" height="240" border="0" /></a></p>
|
||||
<h1>* Se regala el material pero se cobrará la instalación</h1>
|
||||
</p></center>
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
@ -2,12 +2,12 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<script>
|
||||
<script type="text/javascript">
|
||||
|
||||
nereidFadeObjects = new Object();
|
||||
nereidFadeTimers = new Object();
|
||||
@ -50,7 +50,7 @@ return
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,12 +2,12 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="corporativo.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<script>
|
||||
<script type="text/javascript">
|
||||
|
||||
nereidFadeObjects = new Object();
|
||||
nereidFadeTimers = new Object();
|
||||
@ -50,7 +50,7 @@ return
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="../../Corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="../../default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="../../Corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="../../default.htm"><<< Inicio</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<meta http-equiv="imagetoolbar" content="no">
|
||||
|
||||
|
||||
<title>Estudio de diseño y decoración Miguelo.</title>
|
||||
<link href="../../Corporativo.css" rel="stylesheet" type="text/css" />
|
||||
@ -18,7 +18,7 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body scroll="no">
|
||||
<body>
|
||||
<div id="documento">
|
||||
<div id="menu1">
|
||||
<a href="../../default.htm"><<< Inicio</a>
|
||||
|
||||
Reference in New Issue
Block a user