-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path01-ubicacion.html
executable file
·72 lines (66 loc) · 1.51 KB
/
01-ubicacion.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!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>
<title>01 ubicacion</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- ImageReady Styles (01 ubicacion.psd) -->
<style type="text/css">
<!--
#Tabla_01 {
position:absolute;
left:0px;
top:0px;
width:1024px;
height:1000px;
}
#top_ {
position:absolute;
left:0px;
top:0px;
width:1024px;
height:167px;
}
#central_ {
position:absolute;
left:0px;
top:167px;
width:1024px;
height:258px;
}
#id01-ubicacion-03_ {
position:absolute;
left:0px;
top:425px;
width:1024px;
height:1px;
}
#contenedor_ {
position:absolute;
left:0px;
top:426px;
width:1024px;
height:574px;
}
-->
</style>
<!-- End ImageReady Styles -->
</head>
<body style="background-color:#FFFFFF;">
<!-- ImageReady Slices (01 ubicacion.psd) -->
<div id="Tabla_01">
<div id="top_">
<img id="top" src="images/top.gif" width="1024" height="167" alt="" />
</div>
<div id="central_">
<img id="central" src="images/central.gif" width="1024" height="258" alt="" />
</div>
<div id="id01-ubicacion-03_">
<img id="id01_ubicacion_03" src="images/01-ubicacion_03.gif" width="1024" height="1" alt="" />
</div>
<div id="contenedor_">
<img id="contenedor" src="images/contenedor.gif" width="1024" height="574" alt="" />
</div>
</div>
<!-- End ImageReady Slices -->
</body>
</html>