html, body {
	height: 100%;
	width: 100%
}
body {
	noshadow * {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	nogradient; 
}
@media (min-width: 400px) {
	.padre{
		top:10%;
		position: absolute;
	}
	.mano{
		display: none;
	}
	
}
@media (max-width: 400px) {
	.pie {
		display: none;
	}
}
.ui-page { 
	background:#000000;
}
.ui-caja{
	width: 100%;
	/*height: 350px; */
}
.ui-icon-myicon:after {
    background-image: url("https://www.datagestion.cl/ripleyterreno/iconos/user/bd-blanco.png") !important;
    /* Make your icon fit */
    background-size: 14px 14px !important;
}
.mapa{
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	position: relative
}