<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8577833877334325835</id><updated>2011-07-08T12:42:31.823-07:00</updated><category term='CARPINTERIA DE MADERA'/><category term='ESCAYOLAS'/><category term='ALBAÑILES'/><category term='TRABAJOS REALIZADOS'/><category term='SUELOS'/><category term='CARPINTERIA METALICA'/><category term='electricistas'/><category term='FONTANERIA'/><category term='PINTORES'/><category term='COCINAS'/><category term='BAÑOS'/><title type='text'>REFORMAS Y SOLUCIONES PROFESIONALES</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>14</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-3661677836614614546</id><published>2010-07-30T06:08:00.000-07:00</published><updated>2010-07-30T06:09:08.888-07:00</updated><title type='text'></title><content type='html'>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt; &lt;br /&gt;&lt;html&gt; &lt;br /&gt;&lt;head&gt; &lt;br /&gt;&lt;title&gt;mandatory upgrade - interactive DHTML&lt;/title&gt; &lt;br /&gt;&lt;meta name="Author" content="Gerard Ferrandez at http://www.dhteumeuleu.com"&gt; &lt;br /&gt;&lt;meta http-equiv="imagetoolbar" content="no"&gt; &lt;br /&gt;&lt;style type="text/css"&gt; &lt;br /&gt;	html {&lt;br /&gt;		overflow: hidden;&lt;br /&gt;	}&lt;br /&gt;	body {&lt;br /&gt;		margin: 0px;&lt;br /&gt;		padding: 0px;&lt;br /&gt;		background: #111;&lt;br /&gt;		width: 100%;&lt;br /&gt;		height: 100%;&lt;br /&gt;		cursor: default;&lt;br /&gt;	}&lt;br /&gt;	#screen {&lt;br /&gt;		position:absolute;&lt;br /&gt;		left: 0%;&lt;br /&gt;		top: 10%;&lt;br /&gt;		width: 100%;&lt;br /&gt;		height: 80%;&lt;br /&gt;		background: #000;&lt;br /&gt;		overflow: hidden;&lt;br /&gt;	}&lt;br /&gt;	#screen img {&lt;br /&gt;		position: absolute;&lt;br /&gt;		visibility: hidden;&lt;br /&gt;		left: -10000px;&lt;br /&gt;		filter: alpha(opacity=100);&lt;br /&gt;		-ms-interpolation-mode:nearest-neighbor;&lt;br /&gt;	}&lt;br /&gt;	#screen div {&lt;br /&gt;		position: absolute;&lt;br /&gt;		top: -10000px;&lt;br /&gt;		font-family: verdana, arial, helvetica, sans-serif;&lt;br /&gt;		font-weight: bold;&lt;br /&gt;		text-align: center;&lt;br /&gt;		filter: alpha(opacity=100);&lt;br /&gt;		color: #FFF;&lt;br /&gt;	}&lt;br /&gt;	#screen .texturl {&lt;br /&gt;		color: #FF8000;&lt;br /&gt;	}&lt;br /&gt;&lt;/style&gt; &lt;br /&gt; &lt;br /&gt;&lt;script type="text/javascript"&gt; &lt;br /&gt;/*&lt;br /&gt;   ========================================================&lt;br /&gt;        script: image3D engine&lt;br /&gt;        author: Gerard Ferrandez - [Ge1doot]&lt;br /&gt;          date: April 16, 2008&lt;br /&gt;          site: http://www.dhteumeuleu.com&lt;br /&gt;       license: CC-BY-NC - do not remove this notice&lt;br /&gt;   ========================================================  &lt;br /&gt;*/&lt;br /&gt; &lt;br /&gt;var i3D = function() {&lt;br /&gt;	/* ==== private variables and methods ==== */&lt;br /&gt;	var O   = new Array(100);&lt;br /&gt;	var N   = 0;&lt;br /&gt;	var scr = false;&lt;br /&gt;	var xm  = 0;&lt;br /&gt;	var ym  = 0;&lt;br /&gt;	var cx  = 0;&lt;br /&gt;	var cy  = -2000;&lt;br /&gt;	var cz  = 0;&lt;br /&gt;	var zm  = 0;&lt;br /&gt;	var cr  = 0;&lt;br /&gt;	var nx  = 0;&lt;br /&gt;	var ny  = 0;&lt;br /&gt;	var nw  = 0;&lt;br /&gt;	var nh  = 0;&lt;br /&gt;	var cg  = false;&lt;br /&gt;	var mo  = false;&lt;br /&gt;	var path, FL, FS, Z, omob, hlb;&lt;br /&gt;	/* ===== crossbrowsers events ==== */&lt;br /&gt;	function addEvent (o, e, f) {&lt;br /&gt;		var r = false;&lt;br /&gt;		if (window.addEventListener) { o.addEventListener(e, f, false); r = true; } &lt;br /&gt;		else if (window.attachEvent) { r = o.attachEvent('on' + e, f); }&lt;br /&gt;		return r;&lt;br /&gt;	}&lt;br /&gt;	/* ===== append HTML Element ==== */&lt;br /&gt;	function Append (tag, att, css) {&lt;br /&gt;		var object = document.createElement(tag);&lt;br /&gt;		for( var i in att) object[i] = att[i];&lt;br /&gt;		for( var i in css) object.style[i] = css[i];&lt;br /&gt;		this.appendChild(object);&lt;br /&gt;		return object;&lt;br /&gt;	}&lt;br /&gt;	/* ===== window resize ==== */&lt;br /&gt;	function resize () {&lt;br /&gt;		var o = scr;&lt;br /&gt;		for (nx = 0, ny = 0; o != null; o = o.offsetParent) {&lt;br /&gt;			nx += o.offsetLeft;&lt;br /&gt;			ny += o.offsetTop;&lt;br /&gt;		}&lt;br /&gt;		nw = scr.offsetWidth;&lt;br /&gt;		nh = scr.offsetHeight;&lt;br /&gt;	}&lt;br /&gt;	/* ==== cache xbrowser opacity ==== */&lt;br /&gt;	function initOpacity (o) {&lt;br /&gt;		if (o.filters &amp;&amp; o.filters.alpha) {&lt;br /&gt;			o.alpha = o.filters.alpha;&lt;br /&gt;			o.opacity = function (alpha) { this.alpha.opacity = Math.round(alpha); }&lt;br /&gt;		} else {&lt;br /&gt;			o.alpha = o.style;&lt;br /&gt;			o.opacity = function (alpha) { this.alpha.opacity = alpha / 100; }&lt;br /&gt;		}&lt;br /&gt;	}&lt;br /&gt;	/* ==== Image3D Constructor ==== */&lt;br /&gt;	function Image3D (param) {&lt;br /&gt;		var options = param[4] || {};&lt;br /&gt;		/* ---- image Element ---- */&lt;br /&gt;		this.img = scr.append('img', {&lt;br /&gt;				'src' : path + param[0], &lt;br /&gt;				'onclick' : this.click, &lt;br /&gt;				'onmouseover' : this.mover,&lt;br /&gt;				'parent' : this&lt;br /&gt;			}&lt;br /&gt;		);&lt;br /&gt;		this.loaded = false;&lt;br /&gt;		this.X      = param[1];&lt;br /&gt;		this.Y      = -param[2];&lt;br /&gt;		this.Z      = param[3];&lt;br /&gt;		this.SX     = options['zx'] || 1;&lt;br /&gt;		this.SY     = options['zy'] || this.SX;&lt;br /&gt;		this.xb     = 0;&lt;br /&gt;		this.yb     = 0;&lt;br /&gt;		this.zb     = 0;&lt;br /&gt;		this.ab     = 0;&lt;br /&gt;		this.w2D    = 0;&lt;br /&gt;		this.h2D    = 0;&lt;br /&gt;		this.x2D    = 0;&lt;br /&gt;		this.y2D    = 0;&lt;br /&gt;		this.r      = 0;&lt;br /&gt;		/* ---- link ---- */&lt;br /&gt;		this.url = options['url'] || false;&lt;br /&gt;		var txt  = options['txt'] || '';&lt;br /&gt;		if (this.url) {&lt;br /&gt;			txt += '&lt;br&gt;&lt;span class="texturl"&gt;' &lt;br /&gt;				+ this.url.replace('http://','') &lt;br /&gt;				+ '&lt;/span&gt;';&lt;br /&gt;			this.img.style.cursor = 'pointer';&lt;br /&gt;		}&lt;br /&gt;		this.icss = this.img.style;&lt;br /&gt;		initOpacity(this.img);&lt;br /&gt;		/* ---- text element ---- */&lt;br /&gt;		if (txt) {&lt;br /&gt;			this.txt = scr.append('div', {&lt;br /&gt;					'innerHTML' : txt,&lt;br /&gt;					'onclick' : this.click,&lt;br /&gt;					'parent' : this&lt;br /&gt;				},&lt;br /&gt;				{'width' : '1000px'}&lt;br /&gt;			);&lt;br /&gt;			this.tp   = -10000;&lt;br /&gt;			this.tf   = true;&lt;br /&gt;			this.tcss = this.txt.style;&lt;br /&gt;			initOpacity(this.txt);&lt;br /&gt;		}		&lt;br /&gt;		O[N++] = this;&lt;br /&gt;	}&lt;br /&gt;	/* ==== prototype images functions ==== */&lt;br /&gt;	Image3D.prototype = {&lt;br /&gt;		/* ---- hide non moving images ---- */&lt;br /&gt;		hide : function () {&lt;br /&gt;			if (this.visible) {&lt;br /&gt;				this.visible = false;&lt;br /&gt;				this.img.style.width = '0px';&lt;br /&gt;				this.tp = -10000;&lt;br /&gt;			}&lt;br /&gt;		},&lt;br /&gt;		/* ---- hide text ---- */&lt;br /&gt;		txthide : function () {&lt;br /&gt;			if (this.txtvisible) {&lt;br /&gt;				this.txtvisible = false;&lt;br /&gt;				this.txt.style.top = '-10000px';&lt;br /&gt;				this.tp = -10000;&lt;br /&gt;				this.tf = true;&lt;br /&gt;			}&lt;br /&gt;		},&lt;br /&gt;		/* ---- images onmouseover ---- */&lt;br /&gt;		mover : function () {&lt;br /&gt;			var that = this.parent;&lt;br /&gt;			/* ---- hover ---- */&lt;br /&gt;			if (mo != this) {&lt;br /&gt;				if (mo) mo.style.border = "";&lt;br /&gt;				mo = this;&lt;br /&gt;				this.style.border = that.url ? hlb : omob;&lt;br /&gt;			}&lt;br /&gt;			/* ---- start animation text ---- */&lt;br /&gt;			if (that.tf &amp;&amp; Math.abs(zm - cz) &lt; 50) {&lt;br /&gt;				that.tp = 0;&lt;br /&gt;				that.tf = false;&lt;br /&gt;				that.tcss.fontSize = (that.r * nh / FS) + 'px'&lt;br /&gt;			}&lt;br /&gt;			return false;&lt;br /&gt;		},&lt;br /&gt;		/* ---- images onclick ---- */&lt;br /&gt;		click : function() {&lt;br /&gt;			var that = this.parent;&lt;br /&gt;			if (that.url) {&lt;br /&gt;				/* ---- jump to hyperlink ---- */&lt;br /&gt;				window.location.href = that.url;&lt;br /&gt;			}&lt;br /&gt;			/* ---- go to image ---- */&lt;br /&gt;			zm = that.Z + 5;&lt;br /&gt;			cg = true;&lt;br /&gt;			return false;&lt;br /&gt;		},&lt;br /&gt;		/* ==== main rendering function ==== */&lt;br /&gt;		display : function () {&lt;br /&gt;			if (this.loaded) {&lt;br /&gt;				/* ---- 3D coordinates ---- */&lt;br /&gt;				var x = this.X - cx;&lt;br /&gt;				var y = this.Y - cy;&lt;br /&gt;				var z = this.Z - cz;&lt;br /&gt;				/* ---- animate text ---- */				&lt;br /&gt;				if(this.tp &gt; -200) {&lt;br /&gt;					this.txtvisible = true;&lt;br /&gt;					this.tp         -= 2;&lt;br /&gt;					this.tcss.left   = Math.round(this.x2D + this.w2D * .5 - 500) + 'px';&lt;br /&gt;					this.tcss.top    = (this.y2D + this.tp + this.h2D * .5) + 'px';&lt;br /&gt;					this.tcss.zIndex = Math.round(10000 - z);&lt;br /&gt;					this.txt.opacity(200 + this.tp);&lt;br /&gt;				} else this.txthide();&lt;br /&gt;				/* ---- image visible ---- */&lt;br /&gt;				if (z &gt; 0) {&lt;br /&gt;					/* ---- 3D to 2D transform ---- */&lt;br /&gt;					this.r = FL / (FL + (z * Z));&lt;br /&gt;					this.w2D = this.W * this.r * Z * this.SX;&lt;br /&gt;					this.h2D = this.H * this.r * Z * this.SY;&lt;br /&gt;					this.x2D = Math.floor((nw * .5) + (x * this.r * Z) - (this.w2D * .5));&lt;br /&gt;					this.y2D = Math.floor((nh * .5) + (y * this.r * Z) - this.h2D);&lt;br /&gt;					/* ---- image in screen ---- */&lt;br /&gt;					if (this.x2D + this.w2D &gt; 0 &amp;&amp; this.x2D &lt; nw) {&lt;br /&gt;						this.visible = true;&lt;br /&gt;						/* ---- image is moving ---- */&lt;br /&gt;						if (this.x2D != this.xb || this.y2D != this.yb || z != this.zb) {&lt;br /&gt;							this.xb    = this.x2D;&lt;br /&gt;							this.yb    = this.y2D;&lt;br /&gt;							this.zb    = z;&lt;br /&gt;							/* ---- html rendering ---- */&lt;br /&gt;							this.icss.left   = this.x2D + 'px';&lt;br /&gt;							this.icss.top    = this.y2D + 'px';&lt;br /&gt;							this.icss.width  = Math.ceil(this.w2D)  + 'px';&lt;br /&gt;							this.icss.height = Math.ceil(this.h2D)  + 'px';&lt;br /&gt;							this.icss.zIndex = Math.round(10000 - z);&lt;br /&gt;							/* ---- fade in/out ---- */&lt;br /&gt;							var a = Math.max(0, Math.min(100, z));&lt;br /&gt;							if (a != this.ab) {&lt;br /&gt;								this.ab = a;&lt;br /&gt;								this.img.opacity(a);&lt;br /&gt;							}&lt;br /&gt;						}&lt;br /&gt;					} else this.hide();&lt;br /&gt;				} else this.hide();&lt;br /&gt;			} else {&lt;br /&gt;				/* ==== image onload ==== */&lt;br /&gt;				if (this.img.complete &amp;&amp; this.img.width) {&lt;br /&gt;					/* ---- get size image ---- */&lt;br /&gt;					this.W      = this.img.width;&lt;br /&gt;					this.H      = this.img.height;&lt;br /&gt;					this.loaded = true;&lt;br /&gt;					this.img.style.visibility = 'visible';&lt;br /&gt;				}&lt;br /&gt;			}&lt;br /&gt;		}&lt;br /&gt;	}&lt;br /&gt;	/* ==== public methods ==== */&lt;br /&gt;	return {&lt;br /&gt;		/* ---- initialize script ---- */&lt;br /&gt;		init : function (container, imagepath, focalLength, zoom, fontSize, onmouseover_border, hyperlink_border, structure) {&lt;br /&gt;			/* ---- container ---- */&lt;br /&gt;			scr = document.getElementById(container);&lt;br /&gt;			scr.append = Append;&lt;br /&gt;			if (!scr) return false;&lt;br /&gt;			/* ---- init ---- */&lt;br /&gt;			resize();&lt;br /&gt;			path = imagepath;&lt;br /&gt;			FL   = focalLength;&lt;br /&gt;			FS   = fontSize;&lt;br /&gt;			Z    = zoom;&lt;br /&gt;			omob = onmouseover_border;&lt;br /&gt;			hlb  = hyperlink_border;&lt;br /&gt;			xm   = nx - (document.body.offsetWidth) + nw;&lt;br /&gt;			ym   = -ny - nh * .5;&lt;br /&gt;			/* ---- camera xy position ---- */&lt;br /&gt;			addEvent(window.document, 'mousemove', function(e) {&lt;br /&gt;				e = e || window.event;&lt;br /&gt;				xm = nx - (e.clientX * 2) + nw;&lt;br /&gt;				ym = -ny + (e.clientY * 2) - nh * 2;&lt;br /&gt;				return false;&lt;br /&gt;			});&lt;br /&gt;			/* ---- image onclick ---- */&lt;br /&gt;			addEvent(scr, 'click', function() {&lt;br /&gt;				if (!cg) zm = 0;&lt;br /&gt;				cg = false;&lt;br /&gt;				return false;&lt;br /&gt;			});&lt;br /&gt;			/* ---- window resize ---- */&lt;br /&gt;			addEvent(window, 'resize', resize);&lt;br /&gt;			/* ---- mouse wheel - camera z position ---- */&lt;br /&gt;			if (window.addEventListener) scr.addEventListener('DOMMouseScroll', function(e) {&lt;br /&gt;				if (e.preventDefault) e.preventDefault();&lt;br /&gt;				zm += (e.detail * 40);&lt;br /&gt;				return false;&lt;br /&gt;			}, false); &lt;br /&gt;			scr.onmousewheel = function () {&lt;br /&gt;				zm += (-event.wheelDelta);&lt;br /&gt;				return false;&lt;br /&gt;			}&lt;br /&gt;			/* ---- create objects ---- */&lt;br /&gt;			for (var i = 0, n = structure.length; i &lt; n; i++)  {&lt;br /&gt;				var s = structure[i];&lt;br /&gt;				var options = s[4];&lt;br /&gt;				/* ---- repeat ---- */&lt;br /&gt;				var r = options ? options['repeat'] : false;&lt;br /&gt;				if (r) {&lt;br /&gt;					for (var j = 0, m = r[1]; j &lt; m; j++) {&lt;br /&gt;						var ok = new Image3D(s);&lt;br /&gt;						s[r[0]] += r[2];&lt;br /&gt;					}&lt;br /&gt;				}  else var ok = new Image3D(s);&lt;br /&gt;			}&lt;br /&gt;			/* ---- launch script ---- */&lt;br /&gt;			setInterval(i3D.run, 16);&lt;br /&gt;		},&lt;br /&gt;		/* ---- main loop ---- */&lt;br /&gt;		run : function () {&lt;br /&gt;			/* ---- camera ease ---- */&lt;br /&gt;			cx -= Math.round((xm + cx) * .1);&lt;br /&gt;			cy += Math.round((ym - cy) * .1);&lt;br /&gt;			cz += Math.round((zm - cz) * .1);&lt;br /&gt;			/* ---- display loop ---- */&lt;br /&gt;			var i = N;&lt;br /&gt;			while (i--) O[i].display();&lt;br /&gt;		}&lt;br /&gt;	}&lt;br /&gt;}();&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;/* ==== global onload ==== */&lt;br /&gt;onload = function () {&lt;br /&gt;	/* ---- build structure ----&lt;br /&gt;	i3D.init(container, path, focalLength, globalZoom, fontSize, onmouseover_border, hyperlink_border&lt;br /&gt;		[image, x,y,z, {options}], ...&lt;br /&gt;	);&lt;br /&gt;	options { 'zx':zoom x, 'xy': zoom y, 'url':hyperlink, 'txt':text&lt;br /&gt;		'repeat':[axis(1,2,3), number, increment]&lt;br /&gt;	}&lt;br /&gt;	*/&lt;br /&gt;	i3D.init("screen", "../images/", 300, 1, 12, '#666 solid 1px', '#fff dotted 1px', [&lt;br /&gt;		['bim.jpg', 0,20,1020, {'zx':9, 'zy':.5}],&lt;br /&gt;		['r4.gif', -1200,0,1000, {'txt':'duplicated'}],&lt;br /&gt;		['r29.gif', 700,0,1000, {'txt':'mechanomorphism'}],&lt;br /&gt;		['r15a.gif', -1100,0,900, {'txt':'amniocentetic'}],&lt;br /&gt;		['r59.gif', 600,0,500, {'txt':'asphericity'}],&lt;br /&gt;		['r39a.gif', -1000,0,200, {'txt':'onomatopoeia'}],&lt;br /&gt;		['r65.gif', -400,0,150, {'txt':'therianthrope'}],&lt;br /&gt;		['r39c.gif', 400,0,150, {'txt':'arboretum'}],&lt;br /&gt;		['r14.gif', 1200,0,250, {'txt':'heliotrope'}],&lt;br /&gt;		['r13.gif', 0,0,900, {'txt':'', 'url':'http://www.dhteumeuleu.com'}],&lt;br /&gt;		['r74.gif', -400,0,950, {'txt':'santorum'}],&lt;br /&gt;		['r74.gif', 400,0,950, {'txt':'taphephobia'}],&lt;br /&gt;		['r58c.gif', 700,0,800],&lt;br /&gt;		['r58c.gif', 1100,0,800],&lt;br /&gt;		['r46a.gif', 900,220,800, {'txt':'philatelical'}],&lt;br /&gt;		['r58b.gif', 900,-20,740, {'txt':'salmagundi'}],&lt;br /&gt;		['r8.gif', -600,0,800, {'txt':'diverticulectomy'}],&lt;br /&gt;		['r67.gif', -750,0,900, {'zx':0.8, 'txt':'cerebrotonic'}],&lt;br /&gt;		['r69.gif', -900,0,750, {'txt':'compersion'}],&lt;br /&gt;		['r69.gif', -300,0,750, {'txt':'epicaricacy'}],&lt;br /&gt;		['r72.gif', -600,0,600],&lt;br /&gt;		['r72.gif', -620,0,580, {'txt':'endomorphy'}],&lt;br /&gt;		['r22.gif', 0,0,600, {'txt':'rhamphorhynchus'}],&lt;br /&gt;		['r24.gif', 0,0,400, {'txt':'verisimilitudinous'}],&lt;br /&gt;		['r62.gif', 0,700,800, {'repeat':[3, 2, -400]}],&lt;br /&gt;		['r60.jpg', 0,900,1000, {'zx':3, 'zy':1, 'repeat':[3, 3, -400]}],&lt;br /&gt;		['r70.gif', 1100,0,600, {'txt':'lollygagger'}],&lt;br /&gt;		['r5.gif', -1200,300,600, {'txt':'homophilian'}],&lt;br /&gt;		['r6.gif', 1200,300,600, {'txt':'bysectamy'}],&lt;br /&gt;		['http://www.dhteumeuleu.com/images/r54.gif', 0,0,100, {'txt':'iterator'}],&lt;br /&gt;		['r64.gif', 500,300,100],&lt;br /&gt;		['r38.gif', -900,0,350, {'txt':'protease'}],&lt;br /&gt;		['r51.gif', -600,0,400, {'txt':'gallipot'}],&lt;br /&gt;		['r52.gif', -300,0,250, {'txt':'temerarious'}],&lt;br /&gt;		['r50a.gif', -550,0,300, {'txt':'encyclopedia'}],&lt;br /&gt;		['r41.gif', -400,200,1000, {'txt':'paranoid'}],&lt;br /&gt;		['r43.gif', 300,400,1000, {'txt':'emboldened'}],&lt;br /&gt;		['r48.gif', 900,0,300, {'txt':'somnambulist'}],&lt;br /&gt;		['r58b.gif', 900,-20,250, {'txt':'miraculous'}],&lt;br /&gt;		['r63.gif', -1000,0,300, {'txt':'sufficiency'}],&lt;br /&gt;		['r63.gif', 650,0,320, {'txt':'biometric'}],&lt;br /&gt;		['r63.gif', 1000,0,980, {'txt':'baglady'}],&lt;br /&gt;		['Bush2.gif', -300,0,-200, {'repeat':[3, 3, -400]}],&lt;br /&gt;		['Bush2.gif', 300,0,-200, {'repeat':[3, 3, -400]}]&lt;br /&gt;	]);&lt;br /&gt;}&lt;br /&gt;&lt;/script&gt; &lt;br /&gt;&lt;/head&gt; &lt;br /&gt; &lt;br /&gt;&lt;body&gt; &lt;br /&gt; &lt;br /&gt;&lt;div id="screen"&gt;&lt;/div&gt; &lt;br /&gt; &lt;br /&gt;&lt;/body&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-3661677836614614546?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/3661677836614614546/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2010/07/mandatory-upgrade-interactive-dhtml.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/3661677836614614546'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/3661677836614614546'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2010/07/mandatory-upgrade-interactive-dhtml.html' title=''/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-3755595761788877058</id><published>2009-10-12T00:45:00.000-07:00</published><updated>2010-02-11T10:10:13.832-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CARPINTERIA METALICA'/><title type='text'>CARPINTERIA METALICA</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xG9ayMkqzV4/StLfZIob-dI/AAAAAAAAADc/JQGMAFSivb4/s1600-h/ventanas-construir.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 253px;" src="http://4.bp.blogspot.com/_xG9ayMkqzV4/StLfZIob-dI/AAAAAAAAADc/JQGMAFSivb4/s320/ventanas-construir.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5391617326822717906" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Tahoma, Verdana, Arial;font-size:medium;"&gt;&lt;p align="left" class="Estilo7" style="color: rgb(0, 0, 0); margin-top: 5px; padding-bottom: 10px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px; font-family: Tahoma, Verdana, Arial; "&gt;Nuestros trabajos en carpintería de aluminio son de alta calidad.&lt;/p&gt;&lt;p align="left" class="Estilo7" style="color: rgb(0, 0, 0); margin-top: 5px; padding-bottom: 10px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px; font-family: Tahoma, Verdana, Arial; "&gt;· Rotura de puente térmico.&lt;/p&gt;&lt;p align="left" class="Estilo7" style="color: rgb(0, 0, 0); margin-top: 5px; padding-bottom: 10px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px; font-family: Tahoma, Verdana, Arial; "&gt;· Apertura practicable, corredera, oscilo-paralela.&lt;/p&gt;&lt;p align="left" class="Estilo7" style="color: rgb(0, 0, 0); margin-top: 5px; padding-bottom: 10px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px; font-family: Tahoma, Verdana, Arial; "&gt;· Series europeas.&lt;/p&gt;&lt;p align="left" class="Estilo7" style="color: rgb(0, 0, 0); margin-top: 5px; padding-bottom: 10px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px; font-family: Tahoma, Verdana, Arial; "&gt;· Puertas y ventanas de aluminio.&lt;/p&gt;&lt;p align="left" class="Estilo7" style="color: rgb(0, 0, 0); margin-top: 5px; padding-bottom: 10px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px; font-family: Tahoma, Verdana, Arial; "&gt;· Marcos metálicos de aluminio.ect..&lt;/p&gt;&lt;p align="left" class="Estilo7" style="color: rgb(0, 0, 0); margin-top: 5px; padding-bottom: 10px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px; font-family: Tahoma, Verdana, Arial; "&gt;PRESUPUESTOS SIN COMPROMISO&lt;/p&gt;&lt;p align="left" class="Estilo7" style="color: rgb(0, 0, 0); margin-top: 5px; padding-bottom: 10px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px; font-family: Tahoma, Verdana, Arial; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="javascript:location='http://www.wikio.es/sharethis?url='+encodeURIComponent(location)+'&amp;title='+encodeURIComponent(document.title);"&gt;&lt;img src="http://www.wikio.es/shared/images/wikiothis/buttons/wikio_btn_partager_rounded_es.png" style="border: none;" alt="http://www.wikio.es"/&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-3755595761788877058?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/3755595761788877058/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/carpinteria-metalica.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/3755595761788877058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/3755595761788877058'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/carpinteria-metalica.html' title='CARPINTERIA METALICA'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xG9ayMkqzV4/StLfZIob-dI/AAAAAAAAADc/JQGMAFSivb4/s72-c/ventanas-construir.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-3985725815787965090</id><published>2009-10-12T00:42:00.001-07:00</published><updated>2009-10-15T12:26:57.887-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ESCAYOLAS'/><title type='text'>ESCAYOLISTAS</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xG9ayMkqzV4/StLeT33-ZOI/AAAAAAAAADU/Ak9z6TBJyBA/s1600-h/trabajo-1801765077.jpg"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 320px; DISPLAY: block; HEIGHT: 171px; CURSOR: hand" id="BLOGGER_PHOTO_ID_5391616136913511650" border="0" alt="" src="http://2.bp.blogspot.com/_xG9ayMkqzV4/StLeT33-ZOI/AAAAAAAAADU/Ak9z6TBJyBA/s320/trabajo-1801765077.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="font-family:Tahoma, Verdana, Arial;font-size:medium;"&gt;&lt;p style="PADDING-BOTTOM: 10px; MARGIN: 5px 10px 0px; FONT-FAMILY: Tahoma, Verdana, Arial; COLOR: rgb(0,0,0); FONT-SIZE: 12px"&gt;&lt;b&gt;Escayolas.&lt;/b&gt;&lt;/p&gt;&lt;p style="PADDING-BOTTOM: 10px; MARGIN: 5px 10px 0px; FONT-FAMILY: Tahoma, Verdana, Arial; COLOR: rgb(0,0,0); FONT-SIZE: 12px"&gt;&lt;span style="color:#ffffff;"&gt;Todo tipo de trabajos en escayola. Producción industrial y artesanal con las mejores materias primas. Molduras, cornisas, frisos y techos en escayola.&lt;/span&gt;&lt;/p&gt;&lt;p style="PADDING-BOTTOM: 10px; MARGIN: 5px 10px 0px; FONT-FAMILY: Tahoma, Verdana, Arial; COLOR: rgb(0,0,0); FONT-SIZE: 12px"&gt;&lt;span style="color:#ffffff;"&gt;Decoración e interiorismo para vivienda, oficinas y locales y empresas en general.&lt;/span&gt;&lt;/p&gt;&lt;p style="PADDING-BOTTOM: 10px; MARGIN: 5px 10px 0px; FONT-FAMILY: Tahoma, Verdana, Arial; COLOR: rgb(0,0,0); FONT-SIZE: 12px"&gt;&lt;strong&gt;&lt;span style="color:#ffffff;"&gt;TAMBIEN FABRICAMOS TODO TIPO DE PIEZAS DE ENCARGO  BAJO PEDIDO PARA SATISFACER TODAS LAS NECESIDADES DE NUESTROS CLIENTES.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style="PADDING-BOTTOM: 10px; MARGIN: 5px 10px 0px; FONT-FAMILY: Tahoma, Verdana, Arial; COLOR: rgb(0,0,0); FONT-SIZE: 12px"&gt;&lt;span style="color:#ffffff;"&gt;Asesoramento gratuito.&lt;/span&gt;&lt;/p&gt;&lt;p style="PADDING-BOTTOM: 10px; MARGIN: 5px 10px 0px; FONT-FAMILY: Tahoma, Verdana, Arial; COLOR: rgb(0,0,0); FONT-SIZE: 12px"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="color:#ffffff;"&gt;Presupuesto sin compromiso&lt;strong&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="PADDING-BOTTOM: 10px; MARGIN: 5px 10px 0px; FONT-FAMILY: Tahoma, Verdana, Arial; COLOR: rgb(0,0,0); FONT-SIZE: 12px"&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-3985725815787965090?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/3985725815787965090/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/escayolistas.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/3985725815787965090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/3985725815787965090'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/escayolistas.html' title='ESCAYOLISTAS'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xG9ayMkqzV4/StLeT33-ZOI/AAAAAAAAADU/Ak9z6TBJyBA/s72-c/trabajo-1801765077.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-799812224142780412</id><published>2009-10-11T01:51:00.000-07:00</published><updated>2009-10-12T00:52:17.495-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CARPINTERIA DE MADERA'/><title type='text'>CARPINTERIA DE MADERA</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xG9ayMkqzV4/StGdFCkuKmI/AAAAAAAAACk/XqPSJ0Wq0jE/s1600-h/puertas1.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 312px; height: 320px;" src="http://2.bp.blogspot.com/_xG9ayMkqzV4/StGdFCkuKmI/AAAAAAAAACk/XqPSJ0Wq0jE/s320/puertas1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5391262938854992482" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  color: rgb(1, 101, 31); line-height: 15px; font-family:RolandBecker-Light, RolandBecker, Arial, sans-serif;font-size:15px;"&gt;&lt;p  style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  line-height: 1.4em; font-size:1em;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Desde las puertas más económicas con acabados en melamina o prelacados hasta &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;puertas de madera barnizada&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; (roble, cerezo, haya, etc.). &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Y por supuesto puertas lacadas&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; "&gt;&lt;a href="http://www.adacom.es/presupuesto" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-decoration: none; background-color: inherit; "&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Consultenos la oferta de puertas&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; y le asesoraremos sobre las características que ha de tener en cuenta:&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul  style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  line-height: 1.4em; font-size:1em;"&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Sobre el color de los herrajes: dorados o cromados&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Tipos de manillas&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Colocación de condenas para el bloqueo del cierre&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Corte de las molduras: inglete o recto.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span" style=" line-height: normal;  "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Frentes de armario correderos a medida. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span" style=" line-height: normal;  "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Armarios empotrados&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;&lt;span class="Apple-style-span" style=" line-height: normal;  "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;. Tarimas flotantes y parqués &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-799812224142780412?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/799812224142780412/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/puertas.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/799812224142780412'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/799812224142780412'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/puertas.html' title='CARPINTERIA DE MADERA'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xG9ayMkqzV4/StGdFCkuKmI/AAAAAAAAACk/XqPSJ0Wq0jE/s72-c/puertas1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-684582108541250185</id><published>2009-10-11T01:30:00.000-07:00</published><updated>2009-11-11T03:11:24.844-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BAÑOS'/><title type='text'>REFORMAS BAÑOS</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xG9ayMkqzV4/StGYZBIGt5I/AAAAAAAAACc/a5_jTAJzoyM/s1600-h/shannen6_500.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_xG9ayMkqzV4/StGYZBIGt5I/AAAAAAAAACc/a5_jTAJzoyM/s320/shannen6_500.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5391257784505776018" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  color: rgb(1, 101, 31); line-height: 15px; font-family:RolandBecker-Light, RolandBecker, Arial, sans-serif;font-size:15px;"&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;Le ayudamos a optimizar el espacio y&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;le asesoramos&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;en todo lo que Usted requiera: materiales, orientación de sanitarios, incluso cual sería la mejor apertura para la mampara de baño que mejor se adapta al espacio de su baño.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;También &lt;/span&gt;&lt;/span&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;podemos sustituir la bañera de su baño por un plato o una ducha de obra &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;para faciliarle el acceso. &lt;/span&gt;&lt;/span&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;Nuestros Clientes quedan satisfechos&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt; del resultado estético y, por supuesto, de la comodidad que ofrecen estas soluciones a jóvenes y no tan jóvenes…&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 1.4em; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;Además &lt;/span&gt;&lt;/span&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;le orientaremos de las últimas tendencias en las combinaciones de materiales&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt; y en la naturaleza de los mismos, ayudándole a analizar como pueden repercutir en el resultado las diferentes alternativas:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul  style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  line-height: 1.4em; font-size:1em;"&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;Materiales rectificados&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color:#CCCCCC;"&gt;Materiales porcelánicos&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-684582108541250185?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/684582108541250185/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/reformas-banos.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/684582108541250185'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/684582108541250185'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/reformas-banos.html' title='REFORMAS BAÑOS'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xG9ayMkqzV4/StGYZBIGt5I/AAAAAAAAACc/a5_jTAJzoyM/s72-c/shannen6_500.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-5519484318549507659</id><published>2009-10-11T01:12:00.000-07:00</published><updated>2009-10-11T01:35:05.776-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='COCINAS'/><title type='text'>REFORMAS  COCINAS</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_xG9ayMkqzV4/StGT6fZ-m_I/AAAAAAAAABs/O0AvsmPAODg/s1600-h/foto-cocina-de-la-casa-de-gpaltrow-thumb.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 273px; height: 320px;" src="http://3.bp.blogspot.com/_xG9ayMkqzV4/StGT6fZ-m_I/AAAAAAAAABs/O0AvsmPAODg/s320/foto-cocina-de-la-casa-de-gpaltrow-thumb.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5391252862011350002" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  color: rgb(1, 101, 31); line-height: 15px; font-family:RolandBecker-Light, RolandBecker, Arial, sans-serif;font-size:15px;"&gt;&lt;p  style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  line-height: 1.4em; font-size:1em;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Además le asesoramos de las diferentes distribuciones posibles en función de sus necesidades.&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  line-height: 1.4em; font-size:1em;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Podemos ayudarle explicándole los distintos materiales utilizados en la fabricación de las cocinas para que Usted pueda elegir la que mejor se adapte a sus necesidades.&lt;/span&gt;&lt;/p&gt;&lt;p  style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  line-height: 1.4em; font-size:1em;"&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Trabajamos todos los materiales:&lt;/span&gt;&lt;/p&gt;&lt;ul  style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  line-height: 1.4em; font-size:1em;"&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Puertas de formica, pvc, laca, madera&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Encimeras de formica, granito, Silestone (encastrados, escurridores,…)&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Cajones de pvc, de aluminio&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Guías para cajones de rodamientos y con freno para un mayo confort.&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Accesorios especiales: despenseros extraíbles, cubos de reciclado, compartimentado de cajones&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-5519484318549507659?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/5519484318549507659/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/reformas-completas-de-cocinas.html#comment-form' title='2 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/5519484318549507659'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/5519484318549507659'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/reformas-completas-de-cocinas.html' title='REFORMAS  COCINAS'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_xG9ayMkqzV4/StGT6fZ-m_I/AAAAAAAAABs/O0AvsmPAODg/s72-c/foto-cocina-de-la-casa-de-gpaltrow-thumb.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-4321974675956383269</id><published>2009-10-11T01:06:00.000-07:00</published><updated>2009-10-11T01:09:59.073-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SUELOS'/><title type='text'>SUELOS</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_xG9ayMkqzV4/StGS0NOhcjI/AAAAAAAAABk/9kNqdFA_fmE/s1600-h/SUELOS.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 229px;" src="http://1.bp.blogspot.com/_xG9ayMkqzV4/StGS0NOhcjI/AAAAAAAAABk/9kNqdFA_fmE/s320/SUELOS.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5391251654540620338" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  color: rgb(1, 101, 31); line-height: 15px; font-family:RolandBecker-Light, RolandBecker, Arial, sans-serif;font-size:15px;"&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;En REFORMAS &amp;amp; SOLUCIONES  instalamos todos los tipos de suelos para su vivienda &lt;/span&gt;&lt;/p&gt;&lt;ul style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; "&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;b style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: bold; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Suelos de madera&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;: &lt;/span&gt;&lt;ul style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 1em; line-height: 1.4em; "&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Laminados&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Tarimas Flotantes&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Tarimas macizas&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Solados cerámicos&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Moquetas&lt;/span&gt;&lt;/li&gt;&lt;li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.25em; margin-left: 3em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Cemento compactado/Microcementos&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-4321974675956383269?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/4321974675956383269/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/suelos.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/4321974675956383269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/4321974675956383269'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/suelos.html' title='SUELOS'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_xG9ayMkqzV4/StGS0NOhcjI/AAAAAAAAABk/9kNqdFA_fmE/s72-c/SUELOS.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-6766436560171206532</id><published>2009-10-01T09:36:00.000-07:00</published><updated>2009-10-01T09:40:57.637-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='FONTANERIA'/><title type='text'>FONTANERIA</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xG9ayMkqzV4/SsTbhU-4BSI/AAAAAAAAAAs/UyMe5ppru-o/s1600-h/shannen6_500.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://4.bp.blogspot.com/_xG9ayMkqzV4/SsTbhU-4BSI/AAAAAAAAAAs/UyMe5ppru-o/s320/shannen6_500.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5387672419856549154" /&gt;&lt;/a&gt;&lt;br /&gt;Realizamos cualquier tipo de reformas en fontanaría.&lt;div&gt;Suministros de saneamientos y acesorios de baño.&lt;/div&gt;&lt;div&gt;Máxima garantía y profesionalidad.&lt;/div&gt;&lt;div&gt;Griferías, saneamientos, hidromasajes, azulejos ect..&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-6766436560171206532?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/6766436560171206532/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/fontaneria.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/6766436560171206532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/6766436560171206532'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/fontaneria.html' title='FONTANERIA'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xG9ayMkqzV4/SsTbhU-4BSI/AAAAAAAAAAs/UyMe5ppru-o/s72-c/shannen6_500.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-2570899884717804906</id><published>2009-10-01T09:31:00.000-07:00</published><updated>2009-10-01T09:36:22.028-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PINTORES'/><title type='text'>PINTORES, PAPEL PINTADO,</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_xG9ayMkqzV4/SsTaVHBudXI/AAAAAAAAAAk/AX5N90239_E/s1600-h/Estuco+de+cal+bicolor+para+interiores1.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 240px; height: 320px;" src="http://1.bp.blogspot.com/_xG9ayMkqzV4/SsTaVHBudXI/AAAAAAAAAAk/AX5N90239_E/s320/Estuco+de+cal+bicolor+para+interiores1.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5387671110440351090" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style=" font-weight: bold; font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;trabajos profesionales de pintura en general: seriedad, rapidez y limpieza. Fachadas de Chalet, Casas y Pisos Pinturas decorativas y esponjados&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" font-weight: bold; font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; Pinturas plásticas para exteriores e interiores &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" font-weight: bold; font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Veladuras y Rústicas&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" font-weight: bold; font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; Papeles pintados y decorados&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" font-weight: bold; font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; Temples y Gotelet, lisos y texturados&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" font-weight: bold; font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; Molduras y frisos de escayola &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" font-weight: bold; font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Tratamientos a maderas&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" font-weight: bold; font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; Todo tipo de estucos Esmaltes, lacados y barnizados&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style=" font-weight: bold; font-family:'Times New Roman';"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; Pintura epoxi para garajes y suelos de cemento &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-2570899884717804906?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/2570899884717804906/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/trabajos-profesionales-de-pintura-en.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/2570899884717804906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/2570899884717804906'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/trabajos-profesionales-de-pintura-en.html' title='PINTORES, PAPEL PINTADO,'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_xG9ayMkqzV4/SsTaVHBudXI/AAAAAAAAAAk/AX5N90239_E/s72-c/Estuco+de+cal+bicolor+para+interiores1.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-674800477310573262</id><published>2009-10-01T04:02:00.000-07:00</published><updated>2009-10-01T09:27:01.256-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='electricistas'/><title type='text'>ELECTRICISTAS</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xG9ayMkqzV4/SsTYQAxX1uI/AAAAAAAAAAU/MWZdCxkhqeA/s1600-h/10122008053.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_xG9ayMkqzV4/SsTYQAxX1uI/AAAAAAAAAAU/MWZdCxkhqeA/s320/10122008053.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5387668823838545634" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Instalaciones eléctricas completas.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Pisos, Locales, Industria, comercio&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" width="50%" style="width:50.6%;mso-cellspacing:0cm;mso-yfti-tbllook:1184;mso-padding-alt:  0cm 0cm 0cm 0cm"&gt;  &lt;tbody&gt;&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Instalaciones eléctricas.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:1"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Reformas de electricidad. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:2"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Averías eléctricas.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:3"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Apagones.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:4"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Alumbrado de emergencia .&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:5"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Aire Acondicionado.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:6"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;&lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:7"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Tarifa Nocturna &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:8"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Certificados de Instalación.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:9"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Porteros Automáticos. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:10;height:4.0pt"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm;height:4.0pt"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Videoporteros.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:11"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;• Domótica.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;•&lt;span style="mso-spacerun:yes"&gt;    &lt;/span&gt;Iluminacion de decorativa, con Leds, Y Leds RGB&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:12;mso-yfti-lastrow:yes"&gt;   &lt;td width="100%" style="width:100.0%;padding:0cm 0cm 0cm 0cm"&gt;   &lt;p class="MsoNormal" style="margin-bottom:0cm;margin-bottom:.0001pt;line-height:   normal"&gt;&lt;b&gt;&lt;span lang="ES"   style="font-family:&amp;quot;Book Antiqua&amp;quot;,&amp;quot;serif&amp;quot;;   mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;mso-bidi-   mso-fareast-language:ESfont-family:Arial;color:#666666;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-674800477310573262?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/674800477310573262/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/instalaciones-electricas-completas.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/674800477310573262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/674800477310573262'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/instalaciones-electricas-completas.html' title='ELECTRICISTAS'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xG9ayMkqzV4/SsTYQAxX1uI/AAAAAAAAAAU/MWZdCxkhqeA/s72-c/10122008053.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-5618190965263660711</id><published>2009-10-01T03:54:00.000-07:00</published><updated>2009-10-11T01:01:10.201-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ALBAÑILES'/><title type='text'>ALBAÑILERIA</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_xG9ayMkqzV4/SsTYl202zdI/AAAAAAAAAAc/3HpdYwJ9NPM/s1600-h/casa-giorgio-armani-2.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 247px;" src="http://4.bp.blogspot.com/_xG9ayMkqzV4/SsTYl202zdI/AAAAAAAAAAc/3HpdYwJ9NPM/s320/casa-giorgio-armani-2.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5387669199125925330" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="font-family:Verdana;"&gt;Los mejores profesionales del sector, cuidando siempre las necesidades de nuestro cliente.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:Verdana;"&gt;Calidad y profesionalidad.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:Verdana;"&gt;PRESUPUESTOS SIN COMPROMISO.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:Verdana;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-5618190965263660711?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/5618190965263660711/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/albanileria.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/5618190965263660711'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/5618190965263660711'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/albanileria.html' title='ALBAÑILERIA'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_xG9ayMkqzV4/SsTYl202zdI/AAAAAAAAAAc/3HpdYwJ9NPM/s72-c/casa-giorgio-armani-2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-5101367456881427388</id><published>2009-10-01T03:40:00.000-07:00</published><updated>2009-10-01T09:25:12.575-07:00</updated><title type='text'>REFORMAS COMPLETAS  MADRID Y ALREDEDORES</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_xG9ayMkqzV4/SsSHbxLobuI/AAAAAAAAAAM/2xZY9gR_0PM/s1600-h/logo+reformas.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 70px;" src="http://2.bp.blogspot.com/_xG9ayMkqzV4/SsSHbxLobuI/AAAAAAAAAAM/2xZY9gR_0PM/s320/logo+reformas.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5387579965370298082" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p class="MsoNormal"&gt;&lt;i style="mso-bidi-font-style:normal"&gt;&lt;span style="line-height:115%;Comic Sans MS&amp;quot;font-family:&amp;quot;;font-size:14.0pt;"&gt;Realizamos reformas completas en Viviendas, Locales , Comercios u oficinas.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style="mso-bidi-font-style:normal"&gt;&lt;span style="line-height:115%;Comic Sans MS&amp;quot;font-family:&amp;quot;;font-size:14.0pt;"&gt;Trabajamos con los mejores profesionales de todos los sectores.·&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:12.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Albañilería en general·&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:16.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Electricidad·&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:12.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Pintura·&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:18.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Fontanería·&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin; mso-hansi-theme-font:minor-latin;mso-bidi-Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:14.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Pladur·&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:16.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Armarios empotrados, puertas…·&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:12.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Baños completos·&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:14.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Cocinas· completas&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:14.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Antenas&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin; mso-hansi-theme-font:minor-latin;mso-bidi-Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;"&gt;·&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:12.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Aire Acondicionado·&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-size:14.0pt;mso-bidi-line-height:115%;font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font: minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-Times New Roman&amp;quot;; mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:16.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Calefacciones eléctricas/ Emisores Térmicos·&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal" align="center" style="text-align:center"&gt;&lt;strong&gt;&lt;span style="font-size:18.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Tarima&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;flotante&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;"&gt;,&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-size:16.0pt;mso-bidi-line-height:115%;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;;mso-ascii-theme-font:minor-latin;mso-hansi-theme-font: minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;font-size:11.0pt;"&gt;Parqué. Ect..&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-family:&amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-Times New Roman&amp;quot;;mso-bidi-theme-font:minor-bidifont-family:&amp;quot;;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style="mso-bidi-font-style:normal"&gt;&lt;u style="text-underline: double"&gt;&lt;span style="font-size:14.0pt;mso-bidi-line-height: 115%;Comic Sans MS&amp;quot;font-family:&amp;quot;;font-size:11.0pt;"&gt;PRESUPUESTOS SIN COMPROMISO &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style="mso-bidi-font-style:normal"&gt;&lt;span style="font-size:14.0pt;mso-bidi-line-height:115%;Comic Sans MS&amp;quot;font-family:&amp;quot;;font-size:11.0pt;"&gt;Económicos, máxima rapidez y garantía en todos nuestros trabajos&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style="mso-bidi-font-style:normal"&gt;&lt;span style="font-size:14.0pt;mso-bidi-line-height:115%;Comic Sans MS&amp;quot;font-family:&amp;quot;;font-size:11.0pt;"&gt;.Asesoramiento gratuito&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style="mso-bidi-font-style:normal"&gt;&lt;span style="font-size:14.0pt;mso-bidi-line-height:115%;Comic Sans MS&amp;quot;font-family:&amp;quot;;font-size:11.0pt;"&gt;¡ No cobramos visita ¡&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;i style="mso-bidi-font-style:normal"&gt;&lt;span style="font-size:14.0pt;mso-bidi-line-height:115%;Comic Sans MS&amp;quot;;font-variant:small-capsfont-family:&amp;quot;;font-size:11.0pt;"&gt;&lt;span style="mso-spacerun:yes"&gt; &lt;/span&gt;Teléfono de contacto:&lt;span style="mso-spacerun:yes"&gt;     &lt;/span&gt;680 94 93 96 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="Apple-style-span"  style="font-size:6;"&gt;&lt;span class="Apple-style-span" style="font-size: 19px;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-5101367456881427388?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/5101367456881427388/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/reformas-completas-madrid-y-alrededores.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/5101367456881427388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/5101367456881427388'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/10/reformas-completas-madrid-y-alrededores.html' title='REFORMAS COMPLETAS  MADRID Y ALREDEDORES'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_xG9ayMkqzV4/SsSHbxLobuI/AAAAAAAAAAM/2xZY9gR_0PM/s72-c/logo+reformas.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-8343002258465444865</id><published>2009-09-10T09:55:00.000-07:00</published><updated>2009-11-02T09:59:26.265-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='TRABAJOS REALIZADOS'/><title type='text'>TRABAJOS REALIZADOS</title><content type='html'>&lt;div&gt;&lt;embed src="http://widget-2c.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="cy=h5&amp;il=1&amp;channel=3530822107893744428&amp;site=widget-2c.slide.com" style="width:426px;height:320px" name="flashticker" align="middle"/&gt;&lt;div style="width:426px;text-align:left;"&gt;&lt;a href="http://www.slide.com/pivot?cy=h5&amp;at=un&amp;id=3530822107893744428&amp;map=1" target="_blank"&gt;&lt;img src="http://widget-2c.slide.com/p1/3530822107893744428/h5_t054_v000_s0un_f00/images/xslide1.gif" border="0" ismap="ismap" /&gt;&lt;/a&gt; &lt;a href="http://www.slide.com/pivot?cy=h5&amp;at=un&amp;id=3530822107893744428&amp;map=2" target="_blank"&gt;&lt;img src="http://widget-2c.slide.com/p2/3530822107893744428/h5_t054_v000_s0un_f00/images/xslide2.gif" border="0" ismap="ismap" /&gt;&lt;/a&gt; &lt;a href="http://www.slide.com/pivot?cy=h5&amp;at=un&amp;id=3530822107893744428&amp;map=F" target="_blank"&gt;&lt;img src="http://widget-2c.slide.com/p4/3530822107893744428/h5_t054_v000_s0un_f00/images/xslide42.gif" border="0" ismap="ismap" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-8343002258465444865?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/8343002258465444865/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/09/trabajos-realizados.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/8343002258465444865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/8343002258465444865'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2009/09/trabajos-realizados.html' title='TRABAJOS REALIZADOS'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8577833877334325835.post-4893701696249466942</id><published>2009-08-18T09:38:00.000-07:00</published><updated>2010-01-18T09:47:17.127-08:00</updated><title type='text'>CONTACTO</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: monospace; font-size: 12px; line-height: 15px; white-space: pre-wrap; "&gt;&lt;table width="800" align="center" background="http://imgur.com/5oZTf.jpg"&gt;&lt;tbody&gt; &lt;tr&gt;&lt;td&gt;Gracias por ponerse en contacto con nosotros. En breve le enviaremos su sugerencia&lt;/td&gt;&lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;&lt;form method="post" action="http://forms.melodysoft.com"&gt;  &lt;input type="hidden" name="id" value="TUCONSULTA"&gt;  Nombre: &lt;input type="text" name="NOMBRE"&gt; E-Mail: &lt;input type="text" name="E-MAIL"&gt; TELEFONO: &lt;input type="text" name="TELEFONO"&gt; Mensaje: &lt;textarea name="mensaje"&gt;&lt;/textarea&gt;  &lt;form method="post" action="http://forms.melodysoft.com" enctype="multipart/form-data"&gt; &lt;input type="file" name="ARCHIVO"&gt; &lt;input type="file" name="IMAGEN"&gt;  &lt;input type="submit" value="Enviar"&gt; &lt;input type="reset" value="Borrar"&gt; &lt;/form&gt; &lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:monospace;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; line-height: 15px; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8577833877334325835-4893701696249466942?l=reformasysolucionesprofesionales.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://reformasysolucionesprofesionales.blogspot.com/feeds/4893701696249466942/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2010/01/contacto.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/4893701696249466942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8577833877334325835/posts/default/4893701696249466942'/><link rel='alternate' type='text/html' href='http://reformasysolucionesprofesionales.blogspot.com/2010/01/contacto.html' title='CONTACTO'/><author><name>REFORMAS&amp;amp;SOLUCIONES PROFESIONALES</name><uri>http://www.blogger.com/profile/16755688514051025169</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='7' src='http://3.bp.blogspot.com/_xG9ayMkqzV4/SsYZDroIKnI/AAAAAAAAAA8/X3_WxX5Q7t0/S220/logo+reformas.jpg'/></author><thr:total>0</thr:total></entry></feed>
