Importación inicial

git-svn-id: https://192.168.0.254/svn/Proyectos.Imagen2_Web/trunk@5 056bb6a8-4245-f846-8d49-f6344928e438
This commit is contained in:
David Arranz 2009-03-13 17:12:22 +00:00
parent 8973517a4d
commit b43825e9a1
150 changed files with 2369 additions and 0 deletions

BIN
source/FraSup.swf Normal file

Binary file not shown.

BIN
source/JDImagen2.mp3 Normal file

Binary file not shown.

55
source/Promo.htm Normal file
View File

@ -0,0 +1,55 @@
<html><!-- InstanceBegin template="/Templates/Plant_Info.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Imagen 2 - Tu centro de belleza y salud</title>
<!-- InstanceEndEditable --><meta http-equiv="Content-Type" content="text/html;">
<link href="css/stilos.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="archivs/dom-drag.js"></script>
<script type="text/javascript" src="archivs/ypSimpleScrollC.js"></script>
<script type="text/javascript" src="archivs/scroller.js"></script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
instantiateScroller(0, "scroll0", 0, 5, 580, 312, 150);
}
MM_reloadPage(true);
//-->
</script>
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
</head>
<body style="background-color:#FFFFFF; border-bottom:1px solid #000000; border-right:1px solid #000000; ">
<div id="lyrSup" style="position:absolute; left:0px; top:0px; width:580px; height:20px; z-index:2"><img src="imgs/OndaInf1.gif" width="580" height="20"></div>
<div id="lyrSup" style="position:absolute; left:580px; top:0px; width:25px; height:4px; z-index:2"><img src="imgs/OndaInf2.gif" width="25" height="4"></div>
<div class="root" id="root0">
<div class="scrollContainer" id="scroll0Container">
<div class="scrollContent" id="scroll0Content">
<!--div id="lyrTxt" style="position:absolute; left:0px; top:5px; width:605px; height:312px; z-index:1; overflow: scroll;"-->
<div class="Titulo1"><!-- InstanceBeginEditable name="Reg_Title" -->Promociones<!-- InstanceEndEditable --></div>
<div class="Titulo1Linea"><img src="imgs/FndLine.gif" height="2" width="550"></div>
<div class="txtNml">
<!-- InstanceBeginEditable name="Reg_Info" -->
<div class="txtInfo"><span class="Titulo2"><a name="Promo1" id="Promo1"></a>Mi
abono es ORO </span>
<br/><br/><span class="txtNmlNg">Con tu abono conseguiras magn&iacute;ficos
productos y tratamientos de regalo solo por ser cliente nuestro.
</span></div>
<div class="txtInfo" style="border-top:1px solid #0000ff "><span class="Titulo2"><img src="imgs/Photosilk01.gif" width="100" height="127" align="right"/><a name="Promo1" id="Promo1"></a>FOTODEPILACI&Oacute;N</span>
<br/><br/><span class="txtNmlNg">El estandar en depilaci&oacute;n sin dolor. </span>
<br/><br/>Evaluaci&oacute;n gratuita por personal altamente cualificado (seg&uacute;n normativa de la UE).<br></div>
<div class="txtInfo" style="border-top:1px solid #0000ff "><span class="Titulo2"><img src="imgs/Carnet-26.jpg" width="215" height="78" align="right" alt="Carnet Joven Euro<26"/><a name="carnetjoven26"></a>Carnet
Joven Euro&lt;26 </span>
<br/><br/><span class="txtNmlNg">Descuento:</span>
<br/><br/>10% en todos los servicios t&eacute;cnicos de peluquer&iacute;a
y est&eacute;tica, en producto de tratamiento</div>
<div class="txtInfo" style="border-top:1px solid #0000ff "><strong>Proxima</strong><span class="txtNmlNg"> jornada</span> de puertas abiertas:
Marzo de 2009</div>
<div class="txtVolver"><a href="javascript:history.back()">Volver</a></div>
<!-- InstanceEndEditable --></div>
</div>
</div>
</div>
</body>
<!-- InstanceEnd --></html>

View File

@ -0,0 +1,126 @@
//v1.0
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function AC_AddExtension(src, ext)
{
if (src.indexOf('?') != -1)
return src.replace(/\?/, ext+'?');
else
return src + ext;
}
function AC_Generateobj(objAttrs, params, embedAttrs)
{
var str = '<object ';
for (var i in objAttrs)
str += i + '="' + objAttrs[i] + '" ';
str += '>';
for (var i in params)
str += '<param name="' + i + '" value="' + params[i] + '" /> ';
str += '<embed ';
for (var i in embedAttrs)
str += i + '="' + embedAttrs[i] + '" ';
str += ' ></embed></object>';
document.write(str);
}
function AC_FL_RunContent(){
var ret =
AC_GetArgs
( arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
, "application/x-shockwave-flash"
);
AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}
function AC_SW_RunContent(){
var ret =
AC_GetArgs
( arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"
, null
);
AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}
function AC_GetArgs(args, ext, srcParamName, classid, mimeType){
var ret = new Object();
ret.embedAttrs = new Object();
ret.params = new Object();
ret.objAttrs = new Object();
for (var i=0; i < args.length; i=i+2){
var currArg = args[i].toLowerCase();
switch (currArg){
case "classid":
break;
case "pluginspage":
ret.embedAttrs[args[i]] = args[i+1];
break;
case "src":
case "movie":
args[i+1] = AC_AddExtension(args[i+1], ext);
ret.embedAttrs["src"] = args[i+1];
ret.params[srcParamName] = args[i+1];
break;
case "onafterupdate":
case "onbeforeupdate":
case "onblur":
case "oncellchange":
case "onclick":
case "ondblClick":
case "ondrag":
case "ondragend":
case "ondragenter":
case "ondragleave":
case "ondragover":
case "ondrop":
case "onfinish":
case "onfocus":
case "onhelp":
case "onmousedown":
case "onmouseup":
case "onmouseover":
case "onmousemove":
case "onmouseout":
case "onkeypress":
case "onkeydown":
case "onkeyup":
case "onload":
case "onlosecapture":
case "onpropertychange":
case "onreadystatechange":
case "onrowsdelete":
case "onrowenter":
case "onrowexit":
case "onrowsinserted":
case "onstart":
case "onscroll":
case "onbeforeeditfocus":
case "onactivate":
case "onbeforedeactivate":
case "ondeactivate":
case "type":
case "codebase":
ret.objAttrs[args[i]] = args[i+1];
break;
case "width":
case "height":
case "align":
case "vspace":
case "hspace":
case "class":
case "title":
case "accesskey":
case "name":
case "id":
case "tabindex":
ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
break;
default:
ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
}
}
ret.objAttrs["classid"] = classid;
if (mimeType) ret.embedAttrs["type"] = mimeType;
return ret;
}

View File

@ -0,0 +1,15 @@
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|24 Mar 2003 15:59:22 -0000
vti_extenderversion:SR|5.0.2.6738
vti_cacheddtm:TX|24 Mar 2003 15:59:22 -0000
vti_filesize:IR|260
vti_cachedtitle:SR|<!--#echo var="HTTP_HOST"-->
vti_cachedbodystyle:SR|<BODY bgcolor=#5282B2>
vti_cachedneedsrewrite:BR|false
vti_cachedhasbots:BR|false
vti_cachedhastheme:BR|false
vti_cachedhasborder:BR|false
vti_charset:SR|windows-1252
vti_title:SR|<!--#echo var="HTTP_HOST"-->
vti_lineageid:SR|{540ACCFE-8456-456C-A9A4-60AAE4E3706A}
vti_backlinkinfo:VX|

41
source/_vti_inf.html Normal file
View File

@ -0,0 +1,41 @@
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title> FrontPage Configuration Information </title>
</head>
<body>
<!-- _vti_inf.html version 0.100>
<!--
This file contains important information used by the FrontPage client
(the FrontPage Explorer and FrontPage Editor) to communicate with the
FrontPage server extensions installed on this web server.
The values below are automatically set by FrontPage at installation. Normally, you do not need to modify these values, but in case
you do, the parameters are as follows:
'FPShtmlScriptUrl', 'FPAuthorScriptUrl', and 'FPAdminScriptUrl' specify
the relative urls for the scripts that FrontPage uses for remote
authoring. These values should not be changed.
'FPVersion' identifies the version of the FrontPage Server Extensions
installed, and should not be changed.
--><!-- FrontPage Configuration Information
FPVersion="5.0.2.6738"
FPShtmlScriptUrl="_vti_bin/shtml.dll/_vti_rpc"
FPAuthorScriptUrl="_vti_bin/_vti_aut/author.dll"
FPAdminScriptUrl="_vti_bin/_vti_adm/admin.dll"
TPScriptUrl="_vti_bin/owssvr.dll"
-->
<h1>FrontPage Configuration Information </h1>
<p>In the HTML comments, this page contains configuration
information that the FrontPage Explorer and FrontPage Editor need to
communicate with the FrontPage server extensions installed on
this web server. Do not delete this page.</p>
</body>
</html>

View File

@ -0,0 +1,4 @@
vti_encoding:SR|utf8-nl
RealmName:imagen2.es
PasswordDir:\\\\mafi0001\\iis6_1\\i\\m\\imagen2.es\\html\\_vti_pvt
InheritPermissions:false

View File

@ -0,0 +1 @@
vti_encoding:SR|utf8-nl

1
source/_vti_pvt/bots.cnf Normal file
View File

@ -0,0 +1 @@
vti_encoding:SR|utf8-nl

Binary file not shown.

Binary file not shown.

View File

Binary file not shown.

View File

@ -0,0 +1,19 @@
vti_encoding:SR|utf8-nl
vti_restartmanual:IX|0
vti_featurelist:VX|vti_ACCreateNewUsers vti_ACChangePassword vti_ACNoUserGroup vti_ACCreateNewGroups vti_ACModifyGroups vti_ACIPAddresses vti_ServerIndexServer vti_ServerCollab vti_TimedDocEvents
vti_webservertype:SR|msiis
vti_categories:VR|Travel Expense\\ Report Business Competition Goals/Objectives Ideas Miscellaneous Waiting VIP In\\ Process Planning Schedule
vti_approvalapproved:SR|Approved
vti_approvaldenied:SR|Denied
vti_timecreated:TR|19 Apr 2006 10:12:03 -0000
vti_oldestcompatibleversion:SR|2.0.0.0
vti_defaultcharset:SR|windows-1252
vti_autorecalc:IX|1
vti_disableautoimgsizeexts:SX|.asp
vti_createpostinfo:BX|false
vti_extenderversion:SR|5.0.2.6738
vti_publishmetainfokeys:VR|vti_assignedto vti_approvallevel vti_categories vti_description
vti_textindexood:IR|0
vti_approvallevels:VR|Approved Denied Pending\\ Review
vti_hassearchbot:BR|false
vti_dependenciesood:IR|0

View File

View File

@ -0,0 +1 @@
/

View File

@ -0,0 +1,3 @@
vti_encoding:SR|utf8-nl
ValidEndUsers:false
UseDfltRealm:false

View File

View File

@ -0,0 +1 @@
vti_encoding:SR|utf8-nl

121
source/archivs/dom-drag.js Normal file
View File

@ -0,0 +1,121 @@
/**************************************************
* dom-drag.js
* 09.25.2001
* www.youngpup.net
**************************************************
* 10.28.2001 - fixed minor bug where events
* sometimes fired off the handle, not the root.
**************************************************/
var Drag = {
obj : null,
init : function(o, oRoot, minX, maxX, minY, maxY, bSwapHorzRef, bSwapVertRef, fXMapper, fYMapper)
{
o.onmousedown = Drag.start;
o.hmode = bSwapHorzRef ? false : true ;
o.vmode = bSwapVertRef ? false : true ;
o.root = oRoot && oRoot != null ? oRoot : o ;
if (o.hmode && isNaN(parseInt(o.root.style.left ))) o.root.style.left = "0px";
if (o.vmode && isNaN(parseInt(o.root.style.top ))) o.root.style.top = "0px";
if (!o.hmode && isNaN(parseInt(o.root.style.right ))) o.root.style.right = "0px";
if (!o.vmode && isNaN(parseInt(o.root.style.bottom))) o.root.style.bottom = "0px";
o.minX = typeof minX != 'undefined' ? minX : null;
o.minY = typeof minY != 'undefined' ? minY : null;
o.maxX = typeof maxX != 'undefined' ? maxX : null;
o.maxY = typeof maxY != 'undefined' ? maxY : null;
o.xMapper = fXMapper ? fXMapper : null;
o.yMapper = fYMapper ? fYMapper : null;
o.root.onDragStart = new Function();
o.root.onDragEnd = new Function();
o.root.onDrag = new Function();
},
start : function(e)
{
var o = Drag.obj = this;
e = Drag.fixE(e);
var y = parseInt(o.vmode ? o.root.style.top : o.root.style.bottom);
var x = parseInt(o.hmode ? o.root.style.left : o.root.style.right );
o.root.onDragStart(x, y);
o.lastMouseX = e.clientX;
o.lastMouseY = e.clientY;
if (o.hmode) {
if (o.minX != null) o.minMouseX = e.clientX - x + o.minX;
if (o.maxX != null) o.maxMouseX = o.minMouseX + o.maxX - o.minX;
} else {
if (o.minX != null) o.maxMouseX = -o.minX + e.clientX + x;
if (o.maxX != null) o.minMouseX = -o.maxX + e.clientX + x;
}
if (o.vmode) {
if (o.minY != null) o.minMouseY = e.clientY - y + o.minY;
if (o.maxY != null) o.maxMouseY = o.minMouseY + o.maxY - o.minY;
} else {
if (o.minY != null) o.maxMouseY = -o.minY + e.clientY + y;
if (o.maxY != null) o.minMouseY = -o.maxY + e.clientY + y;
}
document.onmousemove = Drag.drag;
document.onmouseup = Drag.end;
return false;
},
drag : function(e)
{
e = Drag.fixE(e);
var o = Drag.obj;
var ey = e.clientY;
var ex = e.clientX;
var y = parseInt(o.vmode ? o.root.style.top : o.root.style.bottom);
var x = parseInt(o.hmode ? o.root.style.left : o.root.style.right );
var nx, ny;
if (o.minX != null) ex = o.hmode ? Math.max(ex, o.minMouseX) : Math.min(ex, o.maxMouseX);
if (o.maxX != null) ex = o.hmode ? Math.min(ex, o.maxMouseX) : Math.max(ex, o.minMouseX);
if (o.minY != null) ey = o.vmode ? Math.max(ey, o.minMouseY) : Math.min(ey, o.maxMouseY);
if (o.maxY != null) ey = o.vmode ? Math.min(ey, o.maxMouseY) : Math.max(ey, o.minMouseY);
nx = x + ((ex - o.lastMouseX) * (o.hmode ? 1 : -1));
ny = y + ((ey - o.lastMouseY) * (o.vmode ? 1 : -1));
if (o.xMapper) nx = o.xMapper(y)
else if (o.yMapper) ny = o.yMapper(x)
Drag.obj.root.style[o.hmode ? "left" : "right"] = nx + "px";
Drag.obj.root.style[o.vmode ? "top" : "bottom"] = ny + "px";
Drag.obj.lastMouseX = ex;
Drag.obj.lastMouseY = ey;
Drag.obj.root.onDrag(nx, ny);
return false;
},
end : function()
{
document.onmousemove = null;
document.onmouseup = null;
Drag.obj.root.onDragEnd( parseInt(Drag.obj.root.style[Drag.obj.hmode ? "left" : "right"]),
parseInt(Drag.obj.root.style[Drag.obj.vmode ? "top" : "bottom"]));
Drag.obj = null;
},
fixE : function(e)
{
if (typeof e == 'undefined') e = window.event;
if (typeof e.layerX == 'undefined') e.layerX = e.offsetX;
if (typeof e.layerY == 'undefined') e.layerY = e.offsetY;
return e;
}
};

BIN
source/archivs/m1.swf Normal file

Binary file not shown.

View File

@ -0,0 +1,72 @@
// ==============================================================
// HANDLES SCROLLER/S
// Modified from Aaron Boodman http://webapp.youngpup.net/?request=/components/ypSimpleScroll.xml
// mixed ypSimpleScroll with dom-drag script and allowed multiple scrolelrs through array instances
// (c)2004 Sergi Meseguer (http://zigotica.com/), 04/2004:
// ==============================================================
var theHandle = []; var theRoot = []; var theThumb = []; var theScroll = []; var thumbTravel = []; var ratio = [];
function instantiateScroller(count, id, left, top, width, height, speed){
if(document.getElementById) {
theScroll[count] = new ypSimpleScroll(id, left, top, width, height, speed);
}
}
function createDragger(count, handler, root, thumb, minX, maxX, minY, maxY){
var buttons = '<div class="up" id="up'+count+'"><a href="#" onmouseover="theScroll['+count+'].scrollNorth(\''+count+'\')" onmouseout="theScroll['+count+'].endScroll()" onclick="return false;"><img src="imgs/ico_subir.gif" width="15" height="15"></a></div><div class="dn" id="dn'+count+'""><a href="#" onmouseover="theScroll['+count+'].scrollSouth(\''+count+'\')" onmouseout="theScroll['+count+'].endScroll()" onclick="return false;"><img src="imgs/ico_bajar.gif" width="15" height="15"></a></div><div class="thumb" id="'+thumb+'" style="left: 135px; top: 15px;"><img src="imgs/ico_posicion.gif" width="15" height="15"></div>';
document.getElementById(root).innerHTML = buttons + document.getElementById(root).innerHTML;
theRoot[count] = document.getElementById(root);
theThumb[count] = document.getElementById(thumb);
var thisup = document.getElementById("up"+count);
var thisdn = document.getElementById("dn"+count);
theThumb[count].style.left = parseInt(minX+1) + "px";
thisup.style.left = parseInt(minX+1) + "px";
thisdn.style.left = parseInt(minX+1) + "px";
theThumb[count].style.border =0;
theThumb[count].style.top = parseInt(minY) + "px";
thisup.style.top = 0 + "px";
thisdn.style.top = parseInt(minY+maxY) + "px";
//thisdn.style.top = 15 + "px";
theScroll[count].load();
//Drag.init(theHandle[count], theRoot[count]); //not draggable on screen
Drag.init(theThumb[count], null, minX+1, maxX+1, minY, maxY);
// the number of pixels the thumb can travel vertically (max - min)
thumbTravel[count] = theThumb[count].maxY - theThumb[count].minY;
// the ratio between scroller movement and thumbMovement
ratio[count] = theScroll[count].scrollH / thumbTravel[count];
theThumb[count].onDrag = function(x, y) {
theScroll[count].jumpTo(null, Math.round((y - theThumb[count].minY) * ratio[count]));
}
}
// INITIALIZER:
// ==============================================================
// ala Simon Willison http://simon.incutio.com/archive/2004/05/26/addLoadEvent
function addLoadEvent(fn) {
var old = window.onload;
if (typeof window.onload != 'function') {
window.onload = fn;
}
else {
window.onload = function() {
old();
fn();
}
}
}
addLoadEvent(function(){
if(theScroll.length>0) {
for(var i=0;i<theScroll.length;i++){
createDragger(i, "handle"+i, "root"+i, "thumb"+i, theScroll[i].clipW, theScroll[i].clipW, 5, theScroll[i].clipH-30);
}
}
})

View File

@ -0,0 +1,170 @@
/* =======================================================
* ypSimpleScroll
* 3/11/2001
*
* http://www.youngpup.net/
* ======================================================= */
// Modified by Sergi Meseguer (www.zigotica.com) 04/2004
// Now it works with dragger and can use multiple instances in a page
ypSimpleScroll.prototype.scrollNorth = function(count) { this.startScroll(90, count) }
ypSimpleScroll.prototype.scrollSouth = function(count) { this.startScroll(270, count) }
ypSimpleScroll.prototype.scrollWest = function(count) { this.startScroll(180, count) }
ypSimpleScroll.prototype.scrollEast = function(count) { this.startScroll(0, count) }
ypSimpleScroll.prototype.startScroll = function(deg, count) {
if (this.loaded){
if (this.aniTimer) window.clearTimeout(this.aniTimer)
this.overrideScrollAngle(deg)
this.speed = this.origSpeed
this.lastTime = (new Date()).getTime() - this.y.minRes
this.aniTimer = window.setTimeout(this.gRef + ".scroll('"+deg+"','"+count+"')", this.y.minRes)
}
}
ypSimpleScroll.prototype.endScroll = function() {
if (this.loaded){
window.clearTimeout(this.aniTimer)
this.aniTimer = 0;
this.speed = this.origSpeed
}
}
ypSimpleScroll.prototype.overrideScrollAngle = function(deg) {
if (this.loaded){
deg = deg % 360
if (deg % 90 == 0) {
var cos = deg == 0 ? 1 : deg == 180 ? -1 : 0
var sin = deg == 90 ? -1 : deg == 270 ? 1 : 0
}
else {
var angle = deg * Math.PI / 180
var cos = Math.cos(angle)
var sin = Math.sin(angle)
sin = -sin
}
this.fx = cos / (Math.abs(cos) + Math.abs(sin))
this.fy = sin / (Math.abs(cos) + Math.abs(sin))
this.stopH = deg == 90 || deg == 270 ? this.scrollLeft : deg < 90 || deg > 270 ? this.scrollW : 0
this.stopV = deg == 0 || deg == 180 ? this.scrollTop : deg < 180 ? 0 : this.scrollH
}
}
ypSimpleScroll.prototype.overrideScrollSpeed = function(speed) {
if (this.loaded) this.speed = speed
}
ypSimpleScroll.prototype.scrollTo = function(stopH, stopV, aniLen) {
if (this.loaded){
if (stopH != this.scrollLeft || stopV != this.scrollTop) {
if (this.aniTimer) window.clearTimeout(this.aniTimer)
this.lastTime = (new Date()).getTime()
var dx = Math.abs(stopH - this.scrollLeft)
var dy = Math.abs(stopV - this.scrollTop)
var d = Math.sqrt(Math.pow(dx,2) + Math.pow(dy,2))
this.fx = (stopH - this.scrollLeft) / (dx + dy)
this.fy = (stopV - this.scrollTop) / (dx + dy)
this.stopH = stopH
this.stopV = stopV
this.speed = d / aniLen * 1000
window.setTimeout(this.gRef + ".scroll()", this.y.minRes)
}
}
}
ypSimpleScroll.prototype.jumpTo = function(nx, ny) {
if (this.loaded){
nx = Math.min(Math.max(nx, 0), this.scrollW)
ny = Math.min(Math.max(ny, 0), this.scrollH)
this.scrollLeft = nx
this.scrollTop = ny
if (this.y.ns4)this.content.moveTo(-nx, -ny)
else {
this.content.style.left = -nx + "px"
this.content.style.top = -ny + "px"
}
}
}
ypSimpleScroll.minRes = 10
ypSimpleScroll.ie = document.all ? 1 : 0
ypSimpleScroll.ns4 = document.layers ? 1 : 0
ypSimpleScroll.dom = document.getElementById ? 1 : 0
ypSimpleScroll.mac = navigator.platform == "MacPPC"
ypSimpleScroll.mo5 = document.getElementById && !document.all ? 1 : 0
ypSimpleScroll.prototype.scroll = function(deg,count) {
this.aniTimer = window.setTimeout(this.gRef + ".scroll('"+deg+"','"+count+"')", this.y.minRes)
var nt = (new Date()).getTime()
var d = Math.round((nt - this.lastTime) / 1000 * this.speed)
if (d > 0){
var nx = d * this.fx + this.scrollLeft
var ny = d * this.fy + this.scrollTop
var xOut = (nx >= this.scrollLeft && nx >= this.stopH) || (nx <= this.scrollLeft && nx <= this.stopH)
var yOut = (ny >= this.scrollTop && ny >= this.stopV) || (ny <= this.scrollTop && ny <= this.stopV)
if (nt - this.lastTime != 0 &&
((this.fx == 0 && this.fy == 0) ||
(this.fy == 0 && xOut) ||
(this.fx == 0 && yOut) ||
(this.fx != 0 && this.fy != 0 &&
xOut && yOut))) {
this.jumpTo(this.stopH, this.stopV)
this.endScroll()
}
else {
this.jumpTo(nx, ny)
this.lastTime = nt
}
// (zgtc) now we also update dragger position:
if(deg=='270') theThumb[count].style.top = parseInt(((theThumb[count].maxY-theThumb[count].minY)*this.scrollTop/this.stopV)+theThumb[count].minY) + "px"; //ok nomes down
if(deg=='90') theThumb[count].style.top = parseInt(((theThumb[count].maxY-theThumb[count].minY)*this.scrollTop/this.scrollH)+theThumb[count].minY) + "px"; //ok nomes down
}
}
function ypSimpleScroll(id, left, top, width, height, speed) {
var y = this.y = ypSimpleScroll
if (document.layers && !y.ns4) history.go(0)
if (y.ie || y.ns4 || y.dom) {
this.loaded = false
this.id = id
this.origSpeed = speed
this.aniTimer = false
this.op = ""
this.lastTime = 0
this.clipH = height
this.clipW = width
this.scrollTop = 0
this.scrollLeft = 0
this.gRef = "ypSimpleScroll_"+id
eval(this.gRef+"=this")
var d = document
d.write('<style type="text/css">')
d.write('#' + this.id + 'Container { left:' + left + 'px; top:' + top + 'px; width:' + width + 'px; height:' + height + 'px; clip:rect(0 ' + width + ' ' + height + ' 0); overflow:hidden; }')
d.write('#' + this.id + 'Container, #' + this.id + 'Content { position:absolute; }')
d.write('#' + this.id + 'Content { left:' + (-this.scrollLeft) + 'px; top:' + (-this.scrollTop) + 'px; width:' + width + 'px; }')
// (zgtc) fix to overwrite p/div/ul width (would be clipped if wider than scroller in css):
d.write('#' + this.id + 'Container p, #' + this.id + 'Container div {width:' + parseInt(width-10) + 'px; }')
d.write('</style>')
}
}
ypSimpleScroll.prototype.load = function() {
var d, lyrId1, lyrId2
d = document
lyrId1 = this.id + "Container"
lyrId2 = this.id + "Content"
this.container = this.y.dom ? d.getElementById(lyrId1) : this.y.ie ? d.all[lyrId1] : d.layers[lyrId1]
this.content = obj2 = this.y.ns4 ? this.container.layers[lyrId2] : this.y.ie ? d.all[lyrId2] : d.getElementById(lyrId2)
this.docH = Math.max(this.y.ns4 ? this.content.document.height : this.content.offsetHeight, this.clipH)
this.docW = Math.max(this.y.ns4 ? this.content.document.width : this.content.offsetWidth, this.clipW)
this.scrollH = this.docH - this.clipH
this.scrollW = this.docW - this.clipW
this.loaded = true
this.scrollLeft = Math.max(Math.min(this.scrollLeft, this.scrollW),0)
this.scrollTop = Math.max(Math.min(this.scrollTop, this.scrollH),0)
this.jumpTo(this.scrollLeft, this.scrollTop)
}

20
source/black.htm Normal file
View File

@ -0,0 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Imagen 2 - Tu centro de belleza y salud</title>
<style>
body {
background-color: #F2F2F2;
background-image:url(imgs/Fondo.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body>
</body>
</html>

116
source/css/stilos.css Normal file
View File

@ -0,0 +1,116 @@
body {
background-color:#FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
td {
font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#000000;
}
th {
font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#000000; font-weight:bold;
}
.Titulo1{
color:#000033;
margin-top: 30px;
margin-left:10px;
font-size:16px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.Titulo1Linea{
margin-left:15px;
margin-top: 10px;
/* text-align: right;*/
}
.Titulo1B{
color:#66CCFF;
font-size:16px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.Titulo2{
color:#990000;
font-size:14px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.lstImg2 {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 20px;
list-style-image: url(../imgs/icoLista.gif);
line-height: 25px;
list-style-position: outside;
}
.lstInv{ list-style-image: url(../imgs/spacer.gif); margin-top: 5px;
margin-bottom: 5px;}
.txtNml{
margin-left: 20px;
margin-top: 10px;
padding-right:10px;
/* Texto */
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#000000;
}
.txtInfo{ padding-right:10px;}
.txtVolver{text-align:right;padding:10px;}
.imgDcha{ margin-right:15px;}
.txtNmlNg{
font-weight:bold}
a{ text-decoration:none; font-weight:bold; color:#000066;}
a:hover{ text-decoration:underline; font-style:italic;}
/*********************** SCROLLERS ***********************/
.root {
position:relative;
height: 312px;
width: 585px;
/*margin: 0px 0px 0px 0px; */
}
.root p {
/* margin: 10px 10px 5px 10px;*/
}
.thumb {
position: absolute;
height: 9px;
width: 15px;
left: 10px;
}
.up, .dn {
position: absolute;
left: 10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
border: 0;
}
.scrollContainer {
position: absolute;
left: 0px;
top: 0px;
width: 590px;
/* height: 312px; */
/* clip: rect(0 590 312 0); */
overflow: auto;
/* border-top: 1px solid #9E3622;
border-left: 1px solid #9E3622;
border-right: 1px solid #9E3622;
border-bottom: 1px solid #9E3622;
background: #D9D9B0;*/
}
.scrollContent {
position: absolute;
left: 0px;
top: 0px;
width: 590px;
/* height: 312px;*/
}
.scrollContent h4{
margin: 0px;
padding: 0px;
}

57
source/fini.htm Normal file
View File

@ -0,0 +1,57 @@
<html>
<head>
<title>Imagen 2 - Tu centro de belleza y salud</title>
<meta http-equiv="Content-Type" content="text/html;">
<link href="css/stilos.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="605" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img name="Img2_Inf" src="imgs/Img2_Inf.jpg" width="443" height="317" border="0" alt=""></td>
<td colspan="3" valign="top" bgcolor="#000000"><table width="162" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img name="Img2_PromoSup" src="imgs/Img2_PromoSup.jpg" width="162" height="14" border="0" alt=""></td>
</tr>
<tr>
<td colspan="3"><img src="imgs/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td><img src="imgs/spacer.gif" width="7" height="1" border="0" alt=""></td>
<td><img src="imgs/Promo3.jpg" alt="" name="Promo1" width="147" height="72" border="0" usemap="#Promo1Map"></td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3"><img src="imgs/spacer.gif" width="1" height="1"></td>
</tr>
<tr>
<td><img src="imgs/spacer.gif" width="1" height="1"></td>
<td><img src="imgs/Promo1.jpg" alt="" name="Promo2" width="147" height="181" border="0" usemap="#Promo2Map2" href="Promo.htm#Promo2"></td>
<td><img src="imgs/spacer.gif" width="1" height="1"></td>
</tr>
<tr>
<td colspan="3"><img src="imgs/spacer.gif" width="1" height="1"></td>
</tr>
<tr>
<td><img src="imgs/spacer.gif" width="1" height="1"></td>
<td><img src="imgs/Promo2.jpg" alt="Carnet Joven Euro&lt;26" name="Promo2" width="147" height="45" border="0" usemap="#Promo2Map" href="Promo.htm"></td>
<td><img src="imgs/spacer.gif" width="1" height="1"></td>
</tr>
<tr>
<td colspan="3"><img src="imgs/spacer.gif" width="1" height="1"></td>
</tr>
</table></td>
</tr>
</table>
<map name="Promo2Map">
<area shape="rect" coords="71,3,93,44" href="Promo.htm#carnetjoven26" alt="Carnet Joven Euro&lt;26">
<area shape="rect" coords="98,3,141,42" href="Promo.htm#carnetmas26" alt="Carn&eacute; +26">
</map>
<map name="Promo2Map2">
<area shape="rect" coords="9,6,140,176" href="Promo.htm#Promo2" alt="FOTODEPILACI&Oacute;N">
</map>
<map name="Promo1Map">
<area shape="rect" coords="6,5,142,66" href="Promo.htm#Promo1">
</map>
</body>
</html>

18
source/flogo.htm Normal file
View File

@ -0,0 +1,18 @@
<html>
<head>
<title>Imagen 2 - Tu centro de belleza y salud</title>
<meta http-equiv="Content-Type" content="text/html;">
<link href="css/stilos.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" cellpadding="0" cellspacing="0" width="780">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="123">
<param name="movie" value="FraSup.swf">
<param name=quality value=high>
<embed src="FraSup.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="123"></embed>
</object></td>
</tr>
</table>
</body>
</html>

72
source/fmenu.htm Normal file
View File

@ -0,0 +1,72 @@
<html>
<head>
<title>Imagen 2 - Tu centro de belleza y salud</title>
<meta http-equiv="Content-Type" content="text/html;">
<link href="css/stilos.css" rel="stylesheet" type="text/css">
<style>
.tbMenu{
background-image:url(imgs/Img2_MenuFnd.gif);
background-position:bottom left;
background-repeat:no-repeat;
height:317;
}
.tdMenu{height:25px; vertical-align:middle;}
.tdInfo{font-size:13px; font-weight:bold;}
a{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px; font-weight:bold;color:#000033;}
a:hover{font-size:14px; color:#000099; font-style:italic; text-decoration:none; background:none;}
</style>
</head>
<body bgcolor="#ffffff">
<table width="175" border="0" cellpadding="0" cellspacing="0" class="tbMenu">
<tr>
<td><img src="imgs/spacer.gif" width="1" height="1"></td>
<td align="center" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="174">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center" class="tdMenu"><a href="m1.htm" target="finfo">Estilistas
peluqueros </a></td>
</tr>
<tr>
<td align="center" class="tdMenu"><a href="m3.htm" target="finfo">Novias
y Novios </a></td>
</tr>
<tr>
<td align="center" class="tdMenu"><a href="m2.htm" target="finfo">Est&eacute;tica</a></td>
</tr>
<tr>
<td align="center" class="tdMenu"><a href="m4.htm" target="finfo">Balneoterapia</a></td>
</tr>
<tr>
<td align="center" class="tdMenu"><a href="m5.htm" target="finfo">Aparatolog&iacute;a</a></td>
</tr>
<tr>
<td align="center" class="tdMenu"><a href="m6.htm" target="finfo">Osteopat&iacute;a</a></td>
</tr>
<tr>
<td align="center"><img src="imgs/spacer.gif" width="1" height="45"></td>
</tr>
<tr>
<td align="center" class="tdInfo"><a href="m7.htm" target="finfo" style="font-size:12px;">C&oacute;mo llegar </a></td>
</tr>
<tr>
<td align="center"><img src="imgs/spacer.gif" width="1" height="10"></td>
</tr>
<tr>
<td align="center" class="tdInfo">Tfno: 91 776 90 74</td>
</tr>
<tr>
<td align="center"><img src="imgs/spacer.gif" width="1" height="10"></td>
</tr>
<tr>
<td align="center" class="tdInfo">Zona Vic&aacute;lvaro<br>
C/ Los Galeotes 7<br>
28032 Madrid</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>

17
source/home.htm Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Imagen 2 - Tu centro de belleza y salud</title>
</head>
<frameset rows="123,*" frameborder="NO" border="0" framespacing="0">
<frame src="flogo.htm" name="flogo" scrolling="NO" noresize id="flogo">
<frameset cols="175,*" frameborder="NO" border="0" framespacing="0">
<frame src="black.htm" name="fmenu" scrolling="NO" noresize id="fmenu">
<frame src="black.htm" name="finfo" id="finfo" scrolling="NO" noresize>
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>

BIN
source/imgs/Carne+26.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
source/imgs/Carnet-26.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
source/imgs/FndLine.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

BIN
source/imgs/Fondo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 B

BIN
source/imgs/Img2_Comoll.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
source/imgs/Img2_Home.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
source/imgs/Img2_Home_B.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
source/imgs/Img2_Inf.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
source/imgs/Img2_Menu.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
source/imgs/MapaImagen2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
source/imgs/OndaInf.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
source/imgs/OndaInf1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
source/imgs/OndaInf2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

BIN
source/imgs/Photosilk.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
source/imgs/Photosilk01.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
source/imgs/Port01.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
source/imgs/Port02.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
source/imgs/Promo1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
source/imgs/Promo2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
source/imgs/Promo3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

BIN
source/imgs/RNO.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 B

BIN
source/imgs/RtgMusicNo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 B

BIN
source/imgs/RtgMusicSi.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 B

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Fondo.png" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="4361f97 30c 1b8 af 7b 25d 13d 0" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="2d4b354c 30c 1b8 af 7b 25d 13d 0" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="2d4b354c 30c 1b8 af 7b 25d 13d 0" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="3943b57 30c 1b8 0 0 30c 7b 0" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="3f20713c 30c 1b8 0 7b af 13d 0" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="60571568 30c 1b8 0 7b af 13d 0" />
</info>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/MapaImagen2.png" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="7a5839a5 30c 1b8 af 7b 25d 26 0" />
</info>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Photosilk.png" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="4b3cf27f 30c 1b8 271 a5 93 c6 0" />
</info>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/RNO.png" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="5f55ddbd 30c 1b8 302 1 9 8 0" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="5f55ddbd 30c 1b8 302 1 9 8 0" />
</info>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/icoLista.png" />
</info>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Pedicura.png" />
</info>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/m5_1.png" />
</info>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<info>
<infoitem key="fw_source" value="/Imagen2/Proyectos/WS/html/Pruebas/PNGs/Prueba WS Rectangulo.png" />
<infoitem key="fw_slice_info" value="5da7c300 30c 1b8 2e2 2 1e 7 0" />
</info>

BIN
source/imgs/euro26.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
source/imgs/fnd_m3.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
source/imgs/fnd_m54.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
source/imgs/fnd_m54.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
source/imgs/fnd_m6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
source/imgs/icoLista.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 B

BIN
source/imgs/ico_bajar.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

BIN
source/imgs/ico_subir.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 B

BIN
source/imgs/m1_1a.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

BIN
source/imgs/m1_1b.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
source/imgs/m1_c1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
source/imgs/m1_c2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
source/imgs/m1_f1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
source/imgs/m1_f2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
source/imgs/m1_f2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
source/imgs/m22_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
source/imgs/m22_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
source/imgs/m2_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
source/imgs/m2_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
source/imgs/m2_3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
source/imgs/m3_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
source/imgs/m3a_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Some files were not shown because too many files have changed in this diff Show More