-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCobertura.html
executable file
·100 lines (76 loc) · 2.71 KB
/
Cobertura.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
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Cobertura</title>
<link rel="stylesheet" type="text/css" href="css/inicio.css">
<link rel="stylesheet" type="text/css" href="css/covertura.css">
<link rel="stylesheet" type="text/css" href="css/fuentes.css">
</head>
<body>
<!---------------------------------------- Encabezado ------------------------------------------>
<body>
<div id="menu">
<header id="menu-central">
<a href="index.html"><img src="imagen/Logopri.png" id="logo"></a>
<nav id="menu-principal">
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="quienes.somos.html">¿Quienes Somos?</a></li>
<li><a href="servicios.html">Servicios</a></li>
<li><a href="mecanica.html">Mecanica</a></li>
<li><a href="Cobertura.html"><b>Cobertura</b></a></li>
<li><a href="contacto.html">Contacto</a></li>
</ul>
</nav>
</header>
</div>
<!-- ------------------------------------------ Contenido -------------------------------------->
<a href="#ancla"><div id="vasio">
<section id="indice-cent">
<img src="imagen/Coverturapri.png" alt="Servicios" id="banner">
</section>
</div></a>
<div id="contenedor-principal">
<a name="ancla"></a>
<div id="contenedor-principal-cent">
<section id="text-1">
<br><h1>Nuestra Cobertura</h1><br>
</p>Recolección física del material en devoluciones de los autoservicios de la zona metropolitana, y ciudades circunvecinas al Distrito Federal (Toluca, Cuernavaca, Puebla, Pachuca), Bajío (Querétaro, León, Morelia, Aguascalientes, Celaya), Guerrero (Iguala, Chilpancingo y Acapulco) y Veracruz (Pto. de Veracruz y Xalapa). <br> <p><br>
<img src="imagen/covertura.png"><br>
</section>
</div>
</div>
<!-- ------------------------------------ Pie de pagina ---------------------------------------->
<div id="pie-de-pag">
<section id="pie-central">
<div id="ubica">
<img src="imagen/ubica.png" class="pie">
<footer><strong>Visitanos</strong> <br> <br>
Priv. Agua Caliente No. 22 <br>
Col. Pantitlán <br>
C.P. 08100 México, D.F.</footer>
</div>
<div id="call">
<img src="imagen/tel.png" class="pie">
<footer><strong>Telefonos</strong>
<br> <br>
(01-55) 5763-3997 <br>
(01-55) 5716-4814
</footer>
</div>
<div id="e-mail">
<img src="imagen/correo.png" class="pie">
<footer><strong>Correo</strong> <br><br>
</footer>
</div>
<div id="copy">
<img src="imagen/copy.png" class="pie">
<footer><strong> <br> © Lodicer 2014</strong></footer>
</div>
</section>
</div>
</body>
</html>