.arribaIzq {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 30%;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
}

.abajoDerecha {
	position: absolute;
	bottom: 0px;
	right: 0px;

	width: 70px;
	text-align: center;
	background-color: #000;
	z-index: 9999;

	color: #fff;
	border-radius: 29px 0px  0px 0px;
}

.arribaDerecha {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70%;
	padding-right: 0%;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
}

.m05{
	margin-top: 5px;
}

.abajoIzquierda {
	position: absolute;
	bottom: 0px;
	left: 0px;

	width: 70px;
	text-align: center;
	background-color:#000;
	z-index: 9999;

	color: #fff;
	border-radius:0px 29px 0px 0px;

}

.secciones {
	background: #D71215;
}

.banda {
	background: rgba(0, 0, 0, 1.00);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 74px;
	overflow: hidden;
	z-index: 999;
}

.bandaBottom{

	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-height: 65px;
	z-index: 999;
	overflow: hidden;
}

.botonMenu{
	left: 0;
	width: 90px;
	float: left;
	top: 0px;
	position: absolute;
	text-align: center;
	background-color: rgba(245,206,58,1.00);

}

.botonCerrar{
	width: 90px;
	float: left;
	right: 0px;
	position: absolute;
	background-color: #8F3F47;
	top: 0px;

}

.ajusteTop{

	margin-top:6%;

}

.soportePantalla{

	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background: rgba(246,246,246,1.00);
	z-index: 99999;


}

.cerrarN{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	color: #526fb5;
}
.inicioApp{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	z-index: 9999;
	color: #526fb5;
}


.cerrarN:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 23px;
	z-index: -1;
	width: 23px;
	background: rgb(255, 255, 255);
	height: 24px;
	border-radius: 50%;
	box-shadow: 2px 2px 11px 0px #0000005e;
}

.inicioApp:before {
	content: "";
	position: absolute;
	top: 8px;
	right: 18px;
	z-index: -1;
	width: 23px;
	background: rgb(255, 255, 255);
	height: 23px;
	border-radius: 50%;
	box-shadow: 2px 2px 11px 0px #0000005e;
}

.inicioApp span:before{
	margin: 0px;
}


.pantalla{


	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;

}

.blanco{

	color: rgba(255,255,255,1.00);


}
.top70{

	top:70px;

}