body {
  padding-left: 11em;
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: black;
  /*background-color: #e87e33;*/
  background-color: grey;
  margin: 0 auto;
}
ul.navbar {
  list-style-type: none;
  padding: 10px;
  margin: 0;
  width: 200px;
  height: 100%;
 /* left: 100px;*/
}
h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }
ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border: 0.2em solid black }
#barra ul {
  margin: 0;
  padding: 0; 
  list-style-type: none;
  list-style-image: none;
  text-decoration: none ;
  position: relative;
  text-align: center;
  top: 10px;
}
#barra li {
  display: inline;
  background: white;
  margin: 0.5em;
  padding: 0.3em;
  width: 200px;
  top: 10px;
  text-align: center;
  border: 0.2em solid black }
#barra{
  position: relative;
  -moz-border-radius: 1em;
  border-radius: 1em;
  border: 5px solid black;
  top: 20px;
  width: 660px;
  height: 40px;
  background-color: black;
}
ul.navbar a {
  text-decoration: none }
a:link {
  color: blue }
a:visited {
  color: purple }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }
#centro {
-moz-border-radius: 1em;
border-radius: 1em;
position: absolute;
border: 2px solid white;
width: 800px;
top: 40%;
}
#map1 {
-moz-border-radius: 1em;
border-radius: 1em;
position: absolute;
border: 8px solid white;
width: 600px;
height: 400px;
top: 25%;
/*left: 25%;*/
padding: 10px;
margin: 20px;
}
#poi {
-moz-border-radius: 1em;
border-radius: 1em;
position: absolute;
border: 8px solid white;
width: 400px;
height: 100px;
top: 750px;
/*left: 25%;*/
padding: 10px;
margin: 20px;
overflow: auto;
}
#direcciones {
-moz-border-radius: 1em;
border-radius: 1em;
position: relative;
border: 2px solid white;
width: 800px;
top: 8%;
}
#nav{
position: relative;
-moz-border-radius: 1em;
border-radius: 1em;
/*left: 50px;*/
width: 300px;
}
#texto{
position: absolute;
-moz-border-radius: 1em;
padding: 10px;
border-radius: 1em;
left: 400px;
top: 50px;
width: 300px;
background: white ;
color: black;
}
#yo{
position: relative;
-moz-border-radius: 1em;
border-radius: 1em;
top: 10px;
left: 75%;
color:green;
background: black;
width: auto;
}

