-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalojamiento.html
More file actions
84 lines (78 loc) · 4.11 KB
/
alojamiento.html
File metadata and controls
84 lines (78 loc) · 4.11 KB
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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Symposium</title>
<link href="https://fonts.googleapis.com/css?family=Barlow" rel="stylesheet">
<link href="css/mainDesign.css" rel="stylesheet" type="text/css">
</head>
<body>
<nav class="menuContainer">
<a href="index.html"><img id="logoMenu" src="images/Logotipo-menu.png"></a>
<ul id="menu">
<li><a href="index.html">Inicio</a></li>
<li><a href="comites.html">Comités</a></li>
<li><a href="circulares.html">Circulares</a></li>
<li><a href="inscripcion.html">Incripción</a></li>
<li><a href="alojamiento.html">Alojamiento</a></li>
<li><a href="turismo.html">Turismo</a></li>
<li><a href="contacto.html">Contacto</a></li>
</ul>
</nav>
<div class="container" style="padding-top: 7%">
<div class="about" style="min-height: 75vh">
<div class="unaColumna">
<div class="article">
<h1 class="tituloArticulo">Alojamiento</h1>
<div class="section">
<p>La organización ha acordado una pre-reserva en los siguientes hoteles, situados en el centro de Almería. Desde estos hoteles habrá un servicio de transporte hasta la universidad.</p>
<br>
<div class="column-left" style="padding-right:7%" align="right">
<br><br><br>
<strong>Gran Hotel Almería 4*</strong>
<br><br><br><br><br><br><br><br><br>
<strong>Hotel Costasol 3* Superior</strong>
</div>
<div class="column-right">
<br>
<div class="column-left">
<img src="images/gh.jpg" width="200" height="125" alt=""/></a>
<br><br>
<img src="images/hotel_costasol.jpg" width="200" height="125" alt=""/></a>
</div>
<div class="column-right">
<img src="images/hab_gh.jpg" width="200" height="125" alt=""/></a>
<br><br>
<img src="images/hab_costasol.jpg" width="200" height="125" alt=""/></a>
</div>
</div>
</div>
</div>
</div>
<div class="juntarColumn">
<h1 class="tituloEnum">Hoteles</h1>
<br>
<p>Para realizar la reserva, es necesario rellenar el boletín de alojamiento y enviarlo Viajes El Corte Inglés, S.A - División de Empresas de Almería. Descargar boletín de alojamiento</p>
<p>Correo Electrónico : congresosalmeria@viajeseci.es</p>
<br><br>
<h1 class="tituloEnum">Albergue</h1>
<br>
<p>Además existe la posibilidad de alojarse en el Albergue Inturjoven Almería, en habitaciones dobles compartidas o individuales. Para realizar reserva en el Albergue por favor descargue, rellene y envie uno de los formularios siguientes</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<a href="http://cms.ual.es/UAL/universidad/centros/cienciasexperimentales/index.htm"><img src="images/Logo_UAL_CCEE.png" width="80" height="59" alt=""/></a>
<a href="http://www.ual.es/"><img src="images/Ual.png" width="157" height="57" alt=""/></a>
<a href="http://www.cajamar.es/"><img src="images/cajamar.png" width="200" height="40" alt=""/> </a>
<a href="http://www.geqor.es/"><img src="images/Logo_RSEQ.png" width="83" height="59" alt=""/></a>
<a href="http://www.juntadeandalucia.es/"><img src="images/Junta_Andalucia.png" width="83" height="59" alt=""/></a>
</footer>
</div>
</body>
</html>