- Limpieza de ficheros git-svn-id: https://192.168.0.254/svn/Proyectos.Imagen2_Web/trunk@8 056bb6a8-4245-f846-8d49-f6344928e438
51 lines
2.8 KiB
PHP
51 lines
2.8 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><?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>Cómo llegar</h1>
|
|
<img src="imgs/MapaImagen2.jpg" width="400" height="261" border="0" usemap="#Map" align="left" style="margin-right:20px;"/>
|
|
<map name="Map" id="Map">
|
|
<area shape="rect" coords="342,99,366,118" href="#" alt="METRO: San Cipriano">
|
|
<area shape="rect" coords="55,59,79,74" href="#" alt="METRO: Vicálvaro">
|
|
<area shape="rect" coords="30,81,49,97" href="#" alt="METRO: Vicálvaro">
|
|
<area shape="rect" coords="228,145,246,163" href="#" alt="Correos">
|
|
<area shape="rect" coords="222,215,242,235" href="#" alt="Junta Municipal Distrito Vicalvaro">
|
|
<area shape="rect" coords="205,176,221,195" href="#" alt="Imagen2 - Tu centro de salud y belleza">
|
|
<area shape="rect" coords="1,2,52,80" href="#" alt="Universidad Rey Juan Carlos">
|
|
</map>
|
|
En el casco histórico<br/>
|
|
de Vicálvaro. <br/>
|
|
<br/>
|
|
<strong>Autobuses</strong><br/>
|
|
106, 130 y 4 <br/>
|
|
<br/>
|
|
<strong>Metro</strong><br/>
|
|
- San Cipriano<br/>
|
|
- Vicálvaro <br/>
|
|
<br/>
|
|
cómo llegar según:<br/>
|
|
<a href="http://callejero.paginasamarillas.es/flash/mapa.asp?ciudad=MADRID&x=3218&y=6010&l1=28032, MADRID, Tfno. 91 776 90 74&l2=Imagen 2 - Tu centro de Belleza y Salud. Calle Galeotes, 7&t_act=&radio=1000&Ops=Vacio&idCalle=2717&idioma=spa&site=callejero" target="_blank"><img src="imgs/LogoCallejero.gif" alt="" width="105" height="27" border="0" /></a> <br/>
|
|
<br/>
|
|
<img src="imgs/LogoAsocComerc.jpg" alt="" style="margin-left: 5px;"></div>
|
|
<div class="txtVolver"><a href="javascript:history.back()">Volver</a></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php include("_footer.php"); ?>
|
|
</body>
|
|
</html>
|