/*.permitirUbicacion{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #F2F2F2;
}*/
.boxPermitirUbicacion {
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    z-index: 9999;
}
.ocultarPermitirUbicacion{
	display: none;
}

.msgPermitirUbicacion { 
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	color: #0193C3; 
	font-size: 18px; 
	font-weight: 400;			 
	text-align: center; 
	background: #FAFAFA; 	
	overflow: hidden; 
	padding: 15px; 
	border-radius: 35px 0px 35px 0px; 
	-moz-border-radius: 35px 0px 35px 0px; 
	-webkit-border-radius: 35px 0px 35px 0px; 
	border: 1px solid #0193C3;
	box-shadow: 0px 7px 18px rgba(129,218,245);
}
