body {
	margin: 0;
	padding: 0;
}

.android-view{
	display: none;
}
.android-view-activa{
	display: block;
	position: absolute;

	top: 0px; left: 0px;
	background: #000;
	color: #fff;
	width: 100vw;
	height: 100vh;
	z-index: 999999999999999999999999999999999999999999;
	opacity: .5;
}

.div-contenedor-Andorid-Ocultar{
	display: none;
	width: 10vw;
	height: 10vh;
	background: red;

}
.oculto{
	display: none;
	width: 100vw;

}
.mostrar{
	display: block;
	width: 100vw;
	z-index: 999999999999999999999999999999999999999999;
	position: absolute;
}

.mostrarI {
	display: block;

	z-index: 9999999999999999999999999999999999999999999;
	position: absolute;
	background-color: red;
}
.fondoI {
	display: flex;
	width: 100vw;
	height: 100vh;
	background: #000;
	opacity: 0.5;
	z-index: 99999999999999999999999999999999999999999991;
	position: absolute;
}
.fondoIa {
	opacity: 1;
	z-index: 99999999999999999999999999999999999999999992;
	position: absolute;
	width: 100vw;

}



.texto-rojo {
	color: red;
}


.texto-blanco{
	color: #fff;
}
.texto-azul{
	color: blue;
.texto-centrado{
}





}
.btncerrar2{
	font-style: italic;
	text-decoration: underline;
	text-align: right; 
	color: #fff;
}

#contenedorA button{
	border-radius: 25px;
	color: #000;
	text-align: center;
	background-color: #fff;
	border-color: #2b8f89 ;
}
.barra-contenedor {
	background: #449691;
	color: #fff;
}

#elBoton3 {
	background-color: tomato;
	display: inline-flex;
	transform: translate(0%,-80%);
}
.parrafo {
	padding: 2vw;
	display: inline-block;
	width: 56vw;
}
.titulo-btn{
	width: 100%;
	font-size: 1em;
	margin: 0;
	padding: 0;
}


#elBoton2 {
	display: inline-flex;
	text-align: center;
	color: #449691;
}
#elBoton2 {
	width: 25vw;
	transform: translate(0%,-80%);
}


.titulo {
	font-size: 1.5em;

}
.rotacion{
	transform: rotate(180deg);
	float: right;
	height: 75px;
}