#sugerencias, #sugerenciaslugarnaci, #sugerenciasubigeo {
      border: 1px solid #555555;
      max-width: 380px;
      display: none;
      position: absolute;
      background: #ecffec;
      z-index: 10;
	  font-size: 25px;
	  font-weight: bold;
}

.elitem, .item2, .item3  {
      padding: 5px;
      cursor: pointer;
}

.elitem:hover {
      background-color: #ffff99;
}

.item2:hover {
      background-color: #ffff99;
}

.item3:hover {
      background-color: #ffff99;
}

.divbordeado{
	background-color: #6591be; 
	color: #ffffff;
	border: 1px solid #8a8a8a;
	border-radius: 10px;
	padding: 10px; 
	width: 100%;
	margin: 25px auto;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: bold; 
	font-size: 21px;
}