-
Notifications
You must be signed in to change notification settings - Fork 0
/
venta.html
106 lines (61 loc) · 2.55 KB
/
venta.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!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=utf-8" />
<meta name="description" content="Tours en bicicletas en Concon, Reñaca, Viña del mar, Valparaiso" />
<meta name="keywords" content="Tour, Bike, Bicicletas, Tour en Bicicletas, Viña del Mar,
Valparaíso" />
<title>Bicitours - tours en bicicleta Con-Con - Reñaca - Viña del Mar - Valparaíso</title>
<link rel="stylesheet" type="text/css" href="css/reset.css"/>
<link rel="stylesheet" type="text/css" href="css/960_16_col.css"/>
<link rel="stylesheet" type="text/css" href="css/estilo.css"/>
<link rel="stylesheet" type="text/css" href="css/text.css"/>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36236788-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!--comienzo menu-->
<header id="header_main" class="container_16">
<div id="logo" class="grid_4 push_">
<img src="img/weblogo.png" width="278" height="200" />
</div>
<div id="banner" class="grid_10 push_2">
<img src="img/bannertop.png" width="600" height="200" />
</div>
<div class="clear"></div>
<nav id="menu_main" class="grid_16 menu">
<ul>
<li><a href="index.html">INICIO</a></li>
<li><a href="tours.html">TOURS</a></li>
<li><a href="arriendo.html">ARRIENDO</a></li>
<li><a href="venta.html">VENTA DE BICICLETAS</a></li>
<li><a href="reserva.html">RESERVAS</a></li>
<li><a href="contacto.html">CONTACTO</a></li>
</ul>
</nav>
</header>
<div class="clear"></div>
<section id="contenido_principal" class="container_16 ">
<div class="clear"></div>
</section>
<footer id="pie" class="container_16">
<div id="info" class="grid_8">
<p>+56 9 83332962 / +56 9 94094506 </p> <p>[email protected]</p>
</div>
<div id="logos" class="grid_8">
<img src="img/bici.png" width="100" height="100" />
<img src="img/trip.png" width="100" height="100" />
<img src="img/chile.png" width="100" height="100" />
</div>
</footer>
</body>
</html>