label{
	margin-bottom: 2px;
	margin-top: 8px;
}
#DivFondoMenu{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #423333;
	opacity:0.8;
	width: 100%;
	height: 500px;
	z-index: 26;
	visibility: hidden;
}
#BtnAbrirMenu{    
  animation: shadowThrob 1.1s infinite;
  animation-direction: alternate;
  -webkit-animation: shadowThrob 1.1s ease-out infinite;
  -webkit-animation-direction: alternate;
}
.DivScroll{
	overflow: auto;
}
#DivMenuPrincipal{
	position: sticky;
	top:0px;
	z-index:25;
	padding: 5px;
	padding-top: 10px; 
	padding-bottom: 5px;
	border-width: 1px;
}
#DivMenu{
	position: fixed;
	left: -110%;
	top: 0px;
	width: 100%;
	max-width: 500px;
	z-index: 25000;
}
#DivBotonCerrar{
	width: 100%;
	position: sticky;
	top: 0px;
	z-index: 300;
}
#BtnCerrarX{
	position: absolute;
	top: 10px;
	right: 15px;

}
@media screen and (min-width: 440px) {
	#BtnCerrarX{
		right: 15%;
	}
}

.ImagenPerfilMenu{
	width: 27px;
	height: auto;
	border-radius: 25px;
	margin-right: 7px;
	margin-left: -4px;
}
#ImgConfig{
	margin-top: -3px;
}
#DivFondoUbicacion{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 900px;
	background-color: rgba(0,0,0,0.8);
	z-index: 24500;

}
#DivUbicacion{
	position: absolute;
	top:100px;
	width: 90%;
	left: 5%;
	background-color: white;
	height: 100px;
	border-radius: 10px;
}
  .autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
  .autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
  .autocomplete-selected { background: #F0F0F0; }
  .autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
  .autocomplete-group { padding: 2px 5px; }
  .autocomplete-group strong { display: block; border-bottom: 1px solid #000; }		
#DivFondoAcciones{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 1500;
	visibility: hidden;
}
#DivCuadroAcciones{
	border-radius: 10px;
	max-height: 700px;
	overflow: auto;
	background-color: white;
	width: 95%;
}