@CHARSET "ISO-8859-1";

body {
	-webkit-touch-callout: none;
	/* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none;
	/* prevent webkit from resizing text to fit */
	-webkit-user-select: none;
	/* prevent copy paste, to allow, change 'none' to 'text' */
	overflow: hidden;
}

.ui-corner-bottom {
	border-radius: 0 0 .6em .6em;
}

.ui-corner-top {
	border-radius: .6em .6em 0 0;
}

.ui-btn-bottom {
	top: initial !important;
	bottom: .4em;
}

.ui-btn-top {
	top: .4em;
}

.centerSencillo{
	margin-left: auto;
	margin-right: auto;
}

.center {
	position: relative;
	width: 100%;
	height: 100%;
}

.center>* {
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Safari */
	transform: translate(-50%, -50%);
	position: relative;
}

.square {
	width: 100%;
	padding-bottom: 100%;
}

.justify {
	text-indent: 50px;
	text-align: justify;
}

/*
		loader
*/
.ui-loader-background {
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	position: absolute;
	z-index: 1005;
}

.ui-loading .ui-loader-background {
	display: block;
}