body,
html {

	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
	font-family: Arial;
	overflow-x: hidden;
}

.headerLogin {

	padding: 10px;
	display: flex;
	position: fixed;
	width: 100%;

}

.logoLogin {

	width: 40px;
	height: 40px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.contLogin {


	padding: 5px;
	width: 75%;
}

.contBotones {

	display: flex;
	padding: 5px;
	width: 20%;
}

.btnLogin {

	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-left: 3%;
	cursor: pointer;
}


.contInfoLogin {

	width: 100%;
	top: 100px;
	position: absolute;
}

.contInfoL {

	padding: 10px;
	margin: auto;
	width: 20%;
}

.loginText {

	text-align: center;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	/*padding-bottom:10px;*/
}

.loginText img {

	width: 100px;
	height: 100px;
}

.tipoUsuario {

	padding: 10px;
	width: 85%;
	/*margin:auto;*/
}

.contNegro {

	background: #1e1e1e;
	padding: 20px;
	position: relative;

}

.seleccionUsuario {

	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #575757;
	position: relative;
	width: 100%;
	border-radius: 10px;

}

.flechaDerecha {

	position: absolute;
	right: 4%;
	top: 6%;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;
}

.flechaDerecha img {

	width: 50px;
	height: 50px;
}

.flechaIzquierda {

	position: absolute;
	left: 4%;
	top: 6%;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	display: flex;

}

.flechaIzquierda img {

	width: 50px;
	height: 50px;
}


.inputsContainer {

	padding: 10px;

}

.contInputs {

	background: #e1e1e1;
	padding: 10px;
	width: 95%;
	margin: auto;
	margin-top: 15px;
	border-radius: 25px;
}

.contInputs input {
	background: #e1e1e1;
	border: 0;
	width: 95%;
	padding: 5px;
	outline: none;

}

.conAyuda {

	padding: 2px;
	display: flex;
}

.textRegistrate {

	width: 70%;
	color: #7a7a7a;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	padding-left: 10px;
}

.textAyuda {

	color: #7a7a7a;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	padding-right: -50px;
	width: 80%;
}

.conBotonEntrar {

	padding: 25px;
}

.btnEntrar {

	padding: 10px;
	width: 70%;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: auto;
	border-radius: 20px;
	cursor: pointer;
	background: linear-gradient(to bottom, #ec3c29, #a11e0f);
}

.btnEntrar:hover {

	background: linear-gradient(to bottom, #a11e0f, #ec3c29, );
}


.version {

	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

.btnInicioSesionAsistente {
	background: rgb(230, 1, 51);
	padding: 7px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	/* position: relative; */
	left: 92%;
	font-weight: bold;
	right: 10px;
	margin-right: 10px;
}

.btnInicioSesionAsistente:hover {

	background: #ad0808;
}

/****************************************************/
#panelInico {

	background-color: transparent;
	/* background:rgba(0,0,0,0.7); */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;


}

#ventanaInico {

	background: #dddddd;
	border-radius: 5px;
	width: 30%;
	/* max-height:420px; */
	margin: auto;
	margin-top: 20px;
	box-shadow: 0px 2px 5px #222;
	position: relative;
	top: 10%;
	left: 15%;
	/* overflow-y:scroll; */

}

.contEleccion {

	background: #fff;
	border: 0.5px #ccc solid;
	padding: 10px;
	border-radius: 5px;
	padding-bottom: 30px;
}

.cerrarVentana {

	padding: 1px;


}

.cerrarVentana img {

	width: 25px;
	height: 25px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.encabezadoSeleccion2 {

	padding: 15px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 29px;
}

.selecciones {


	display: flex;
	display: aling-block;

}

.imgSeleccionCont {

	width: 100%;
	height: 100px;
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contImaginTexto {

	background: #fff;
	border: 0.5px #ccc solid;
	border-radius: 3px;
	cursor: pointer;
	margin-left: 15px;
	width: 100px;
}

.tipoUsuario {

	padding: 7px;
	text-align: center;
	font-weight: bold;

}

/****************************************************/
#panelLogin {

	background-color: rgba(0, 0, 0, 0.644);
	/* background:rgba(0,0,0,0.7); */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;

}

#ventanaLogin {

	background: #dddddd;
	border-radius: 5px;
	width: 35%;
	margin: auto;
	margin-top: 110px;
	/*box-shadow:0px 2px 5px #222;*/

}

.contEleccion2 {

	background: #222;
	/*border:0.5px #ccc solid;*/
	padding: 10px;
	border-radius: 5px;
	padding-bottom: 30px;
}

.cerrarV {

	background: red;
	position: relative;

}

.cerrarV img {

	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	cursor: pointer;

}

.contenedorInp {

	background: #222;
	color: #fff;
	padding: 10px;
}

.contImagenLogin {

	justify-content: center;
	align-items: center;
	display: flex;
}

.contImagenLogin img {

	width: 70px;
	height: 70px;
}

.contentInputsLogin {

	width: 80%;
	padding: 10px;
	margin: auto;
}

.inputsL {

	width: 95%;
	padding: 7px;
	background: #ffffff;
	border-radius: 5px;
	margin-top: 5%;
}

.inputsL input {

	width: 90%;
	padding: 5px;
	background: #fff;
	border: none;
	outline: none;

}

.contBtnEnviarL {

	background: #8e0e2d;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-weight: 800;
	padding: 10px;
	margin-top: 5%;
	width: 93%;
	cursor: pointer;
}

.contBtnEnviarL:hover {

	background: #1e1e1e;
	border: 0.5px #fff solid;
}

.alerta {

	color: rgb(245, 52, 52);

}