@charset "utf-8";
/* CSS Document */
header {text-align: center;}

body {font-family: "Times New Roman", Georgia, Serif; background-color: #ACC;}

nav {height: 100px;}

li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;  
}

nav a {
  font-family: "Times New Roman", Georgia, Serif;
  list-style-type: none;
  color: #000;
  text-decoration: none;
  font-size: 1em;
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: black;
  background-color: #EAEAEA;
  margin: 0px;
  padding: 2px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: black;
  border-right-color: black;
  border-left-color: black;
}
a:hover {
  color: #FFF;
  background-color: #666;
  border-right-width: 5px;
  border-right-style: solid;
  border-right-color: #36F;
}
#mitad {
  background-color: red;
  color: red;
  font-family: sans-serif;
  font-weight: bold;
  width: 150px;
  padding: 10px;
}
#tex {
  color:red;
  padding-top: 5px;
  background-color: white;
  width: 150px;
}    
#map {
  display: block;
  margin: 0;
  padding: 0;
  height: 250px;
  width: 250px;
  top: 100;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 255, 0, 0.5);
}
article, section {font-family: Arial, Helvetica, sans-serif ; font-size: 1.1em; color: blue;} 
                         