2009-09-10 14:09:54 +00:00
<!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 >
2009-09-15 10:25:57 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" / >
< meta name = "title" content = "Estudio Miguelo en Rivas, Madrid. Promociones en mobiliario de cocina y ba<62> o, armarios, vestidores, electrodom<6F> sticos..." / >
< meta name = "keywords" content = "promociones, ofertas, liquidaci<63> n, rebajas, cocinas, muebles de cocina, catalogo de cocinas, ba<62> o, reformar ba<62> o, armarios, frente de armario, vestidor, vestidores, techos de aluminio, jard<72> n, accesorios jard<72> n, hogar, decoracion, fotos cocinas, mobiliario, mobiliario cocinas, encimeras" / >
< meta name = "description" content = "Muebles de cocina y ba<62> o, armarios, vestidores, techos de aluminio y jard<72> n." / >
< meta http-equiv = 'Content-Language' content = 'ES' / >
< link rel = "shortcut icon" href = "/favicon.ico" / >
2010-05-31 09:51:05 +00:00
< title > Estudio Miguelo en Rivas, Madrid. Promociones en mobiliario de cocina y bañ o, armarios, vestidores, electrodomé sticos...< / title >
2009-09-10 14:09:54 +00:00
2010-05-31 09:51:05 +00:00
< title > Estudio de diseñ o y decoració n Miguelo.< / title >
2009-09-17 10:43:59 +00:00
< link href = "estilos.css" rel = "stylesheet" type = "text/css" / >
2010-05-31 09:51:05 +00:00
< link rel = "stylesheet" href = "lightbox.css" type = "text/css" media = "screen" / >
< script type = "text/javascript" src = "prototype.js" > < / script >
< script type = "text/javascript" src = "scriptaculous.js?load=effects" > < / script >
< script type = "text/javascript" src = "lightbox.js" > < / script >
2009-09-10 14:32:53 +00:00
< script type = "text/javascript" >
2009-09-10 14:09:54 +00:00
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 >
< / head >
2009-09-10 14:32:53 +00:00
< body >
2009-09-10 14:09:54 +00:00
< div id = "documento" >
< div id = "menu1" >
2009-09-15 10:25:57 +00:00
< a href = "default.htm" > < < < Inicio< / a >
2009-09-10 14:09:54 +00:00
< 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 >
< p > < img src = "images/punto.jpg" / > < a href = "trabajos.html" > Nuestros trabajos< / a > < / p >
< p > < img src = "images/punto.jpg" / > < a href = "contacto.html" > Contacta con< br / > nosotros< / a > < / p >
< / div >
< div id = "cuerpo" >
< p > < / p >
< p > < / p >
< p >
< a href = "promociones-cocinas-nacionales.html" > < 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 >
2010-08-13 09:24:55 +00:00
<!-- <a href="promociones - jardin.html"><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> -->
2010-09-27 18:27:43 +00:00
<!-- <a href="promociones - mesas - sillas.html"><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> -->
2010-05-31 09:51:05 +00:00
< a href = "promociones-electrodomesticos.html" > < img style = "filter:alpha(opacity=70)" onmouseover = "nereidFade(this,100,30,5)" onmouseout = "nereidFade(this,70,50,5)" src = "images/MenuPromo9.jpg" border = 0 / > < / a >
2010-09-27 18:27:43 +00:00
<!-- <a href="images/ventana - MADRID.jpg" rel="lightbox" title="Ventanas"><img style="filter:alpha(opacity=70)" onmouseover="nereidFade(this,100,30,5)" onmouseout="nereidFade(this,70,50,5)" src="images/MenuPromo10.jpg" border=0 /></a> -->
2010-05-31 09:51:05 +00:00
2009-09-10 14:09:54 +00:00
< / 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 >