-
Notifications
You must be signed in to change notification settings - Fork 2
/
servicios.html
148 lines (114 loc) · 6.43 KB
/
servicios.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!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" />
<link rel="stylesheet" type="text/css" href="css/estilo.css" />
<!--- esto es uncomentario -->
<title>CeuVe - Artículos Publicitarios | Imprenta Textil</title>
</head>
<body>
<div id="pagina">
<!-- MENU CABECERA ****************************************************************************************** -->
<div id="cabecera_enRojo">
<div id="cabecera">
<div id="logo">
<a class="logo" href="index.html" title="Enlace a la página principal"><img src="imagenes/logoCEUVE.jpg" alt="Logo de CEUVE" /></a>
</div>
<div id="linksSuperiores">
<a class="mapaWeb" href="mapaWeb.html" title="Mapa web de CeuVe"></a>
<a class="contact" href="contacto.html" title="Contacta con CeuVe"></a>
<a class="home" href="index.html" title="Inicio de CeuVe"></a>
</div>
<!-- linksSuperiores -->
<div id="barramenu">
<ul>
<li><a href="index.html" title="Contact">Inicio</a></li>
<li><a href="empresa.html" title="Empresa">Empresa</a></li>
<li>Servicios</li>
<li><a href="contacto.html" title="Contacto">Contacto</a></li>
</ul>
</div>
<!-- barramenu -->
</div>
<!-- cabecera -->
<!-- MENU CABECERA ****************************************************************************************** -->
<!-- IMAGEN CABECERA ****************************************************************************************** -->
<div id="imgCabecera">
<img src="imagenes/imgCamisetas.jpg" alt="Camisetas" />
</div>
<!-- imgCabecera -->
<!-- IMAGEN CABECERA ****************************************************************************************** -->
</div>
<!-- CONTENIDO CUERPO ****************************************************************************************** -->
<div id="contenido">
<div id="migas">
<a href="index.html" title="Inicio">Inicio</a> >> Servicios
</div>
<div id="contenido_der">
<h2> ¿Qué Necesitas? </h2>
<ul>
<li class="masLi">Estampación en ropa laboral</li>
<li class="masLi">Detalles publicitarios</li>
<li class="masLi">Diseños Propios</li>
<li class="masLi">Equipaciones deportivas </li>
</ul>
</p>
<h2><a href="contacto.html" title="Contacto">Contacta con nosotros:</a></h2>
<p>
<center>Tel / Fax. 974 47 00 00 </center>
</p>
<p>
<center> <a href="mailto:[email protected]" title="e-mail de CeuVe">[email protected]</a></center>
</p>
</div>
<!-- contenido_der -->
<div id="contenido_izq">
<a name="estampacion"></a>
<h2> Estampación textil: Serigrafia y Bordado </h2>
<p>La <span class="tituloResaltar1">serigrafia </span> es la opción para perque�os o grandes pedidos. Dibujos sencillos para bolsillos o tama�o espalda a uno o dos colores máximo. Perfecto para cualquier tejido liso y sin costuras</p>
<p>Resultados impresionantes para cualquier dibujo <span class="tituloResaltar1">bordado</span> en cualquier prenda. Pedidos grandes o reducidos y todo tipo de tejido, aunque tenga costuras. Ideal para logos pequeños, textos y dibujos
pequeños. </p>
<a name="detalles"></a>
<h2> Detalles personalizados: Empresa y Celebraciones </h2>
<p>Estampamos tazas, platos, mecheros, etc... Si tiene algun articulo que no sabe si se podrá serigrafiar, no dude en consultarnos. </p>
<a name="disenos"></a>
<h2> Tus propios diseños: Vinilo-Transfer</h2>
<p>Si lo que desea es estampar su propio texto, poner una fotografia y realizar un dise�o original necesita un trasnfer. Ideal para camisetas, gorras, equipaciones deportivas, etc... </p>
</div>
<!-- contenido_izq -->
<br /><br /><br /><br /><br />
</div>
<!-- contenido -->
<!-- CONTENIDO CUERPO ****************************************************************************************** -->
<!-- PIE ****************************************************************************************** -->
<div id="pie">
<div id="pieDer">
<a class="xhtml" href="http://validator.w3.org/check?uri=referer" title="Validate XHTML"></a>
<!--
<p>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
</p> -->
</div>
<div id="pieIzq">
<a class="css" href="#" title="Validate CSS"></a>
</div>
<div id="pieMenu">
<p>
<a href="index.html" title="Inicio">Inicio</a> |
<a href="empresa.html" title="Empresa">Empresa</a> |
<a href="servicios.html" title="Servicios">Servicios</a> |
<a href="contacto.html" title="Contacto">Contacto</a>
</p>
</div>
<div id="infoEmpresa">
<p>Ceuve | Tel/fax: 000 47 00 00| e-mail: [email protected]
<br/> � 2007 Ceuve, S.L. Todos los derechos reservados.</p>
</div>
</div>
<!-- PIE ****************************************************************************************** -->
</div>
<!-- pagina -->
</body>
</html>