{% extends "layout.html" %}

{% block content %}
  <div class="row">
    <div class="col-xs-12">
      <h1><strong>Lodging:</strong></h1>
      <p>Rooms have been reserved at the
        <a href="https://www.intercityhoteis.com.br/en/hoteis/montevideu/hotel-intercity-montevideo/sobre/" target="_external">
          Intercity Montevideo
        </a> hotel
        <div class="map-responsive">
          <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3271.616381915736!2d-56.16325672170411!3d-34.916075368615274!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x959f819f8574ca93%3A0xc7b49804a0598fec!2sHotel+Intercity+Premium+Montevid%C3%A9u!5e0!3m2!1ses!2suy!4v1512510114017" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
        </div>
    </div>
  </div>
  <hr>
  <div class="row">
    <div class="col-xs-12">
       <div class="media">
        <div class="media-left media-top">
          <img src="img/intercityhotel.jpg" class="media-object" style="width:200px">
        </div>
        <div class="media-body">
          <h4 class="media-heading" style="color: rgb(75, 170, 190);">Intercity Hotel Facade</h4>
          <p> Ibiray 2398, Montevideo</p>
        </div>
      </div>
    </div>
   </div>
   <br>

   <div class="row">
      <div class="col-xs-12">
        <h1><strong>Arrival Information:</strong></h1>
          <p><a href="http://www.aeropuertodecarrasco.com.uy/home/en/" target="_external">Carrasco International Airport</a> is one hour grom the center of Montevideo</p>
          <h3>ByBus</h3>
          <p>Se necistan tomar 2 omnibus. 1 linea interdepartamental hasta terminal 3 cruces y luego linea urbana hasta el Hotel.</p>
          <ul>
            <li>Tomar el Copsa o Cot con destino Montevideo</li>
            <li>Bajar en terminal 3 cruces</li>
            <li>Tomar lineas 300,199</li>
          </ul>

          <h3>Taxi</h3>
          <p>
            El aeropuerto mismo está lleno de taxis, salen una plata.
          </p>
          <h3>Uber</h3>
          <p>The safest method to get to the Hotel, it cost approx. $750 (25 dollars)</p>

      </div>
    </div>

    <br>
    <div class="row">
      <div class="col-xs-12">
        <h1><strong>Venue:</strong></h1>
	        <div class="map-responsive">
            <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3271.5742234352!2d-56.16905248474392!3d-34.91713308037947!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x959f81a27b71199f%3A0x4ece30db435561f!2sEdificio+Polifuncional+%22Jose+Luis+Massera%22%2C+Senda+Nelson+Landoni+631%2C+11200+Montevideo!5e0!3m2!1ses!2suy!4v1504130822964" width="600px" height="450px"  style="border:0" allowfullscreen>
            </iframe>
          </div>
        <hr/>
      </div>
    </div>

    <div class="row">
      <div class="col-xs-12">
       <div class="media">
        <div class="media-left media-top">
          <img src="img/aulario.jpg" class="media-object" style="width:200px">
        </div>
        <div class="media-body">
          <h4 class="media-heading" style="color: rgb(75, 170, 190);">Edificio Polifuncional "José Luis Massera"</h4>
          <p> Senda Nelson Landoni 631, Montevideo</p>
        </div>
      </div>
    </div>
   </div>
   <hr>
{% endblock %}