git-svn-id: https://192.168.0.254/svn/Proyectos.Imagen2_Web/trunk@9 056bb6a8-4245-f846-8d49-f6344928e438
49 lines
2.2 KiB
PHP
49 lines
2.2 KiB
PHP
<!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 http-equiv="Content-Language" content="es-ES" />
|
|
<meta name="Keywords" content="<?php include("_meta-keywords.php"); ?>" />
|
|
<meta name="Description" content="<?php include("_meta-description.php"); ?>" />
|
|
<title>Abonos y promociones - <?php include("_head-title.php"); ?></title>
|
|
<link rel="stylesheet" type="text/css" href="estilos.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="contenedor">
|
|
<div class="cabecera"><?php include("_cabecera.php"); ?></div>
|
|
<div class="cuerpo">
|
|
<div class="menu">
|
|
<?php include("_fmenu.php"); ?>
|
|
</div>
|
|
<div class="contenido scroll">
|
|
<h1>Promociones</h1>
|
|
<h2>Mi abono es ORO</h2>
|
|
Con tu abono conseguiras magníficos productos y tratamientos de regalo solo por ser cliente nuestro.<br/>
|
|
<hr/>
|
|
<img src="imgs/Photosilk01.gif" width="100" height="127" align="right" class="derecha"/>
|
|
<h2>FOTODEPILACIÓN</h2>
|
|
<br/>
|
|
El estandar en depilación sin dolor.<br/>
|
|
Evaluación gratuita por personal altamente cualificado (según normativa de la UE).<br/>
|
|
<br/>
|
|
<br/>
|
|
<br/>
|
|
<hr/>
|
|
<img src="imgs/Carnet-26.jpg" width="215" height="78" align="right" alt="Carnet Joven Euro<26" class="derecha"/>
|
|
<a name="carnetjoven26"><h2>Carnet
|
|
Joven Euro<26 </h2></a>
|
|
<span class="txtNmlNg">Descuento:</span> <br/>
|
|
<br/>
|
|
10% en todos los servicios técnicos de peluquería
|
|
y estética, en producto de tratamiento<br/>
|
|
<hr/>
|
|
<strong>Próxima jornada de puertas abiertas:</strong>
|
|
<strong class="titulo2">Marzo de 2009</strong>
|
|
<div class="txtVolver"><a href="javascript:history.back()">Volver</a></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php include("_footer.php"); ?>
|
|
</body>
|
|
</html>
|