/* CSS Document */
@import url(general.css); {
}
div#contenido{

}
div#contenido table{
  position:absolute;
  left:135px;
  top:400px;
  width:500px;
  border:3px solid darkblue;
  padding:3px;
  background-color: rgb(225,225,225);
}
div#contenido table tr{
  
}
div#contenido table td{
  text-align:center;
  font-family: tahoma;
  font-size:11px;
  font-weight:bold;
  padding:3px;
  background-color:orange;
}
div#bogota{
  position:absolute;
  top:1145px;
  left:510px;
}
div#medellin{
  position:absolute;
  top:1100px;
  left:510px;

}
div#medellin a, #bogota a{
  background-image:url(images/blue.gif);
  background-repeat: no-repeat;
  background-position: left top;
  font-family:tahoma;
  font-weight:bold;
  font-size:13px;
  padding-left:30px;
  display:block;
  width:100px;
  height:20px;
  text-decoration:none;
  color:darkblue;
}
div#medellin a:hover, #bogota a:hover{
  color:red;
  text-decoration:underline;
}

