@charset "iso-8859-1";
/* CSS Document */
#resultados {
	position:absolute;
	background:#ffffff;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
  font-family: Arial;
  margin:0px;
  padding:0px;
}

#menu ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

#menu li {
  display: block;
  padding: 3px;
  background-color: #000000;
  border-bottom: 1px solid #eee;
  text-align:left;
}

#menu a:link, #menu a:visited {
  color: #f00;
  text-decoration: none;
}

#menu a:hover {
  background-color: #369;
  color: #fff;
  cursor:pointer;
}



