
 .principal {
	background-color: rgb(255 255 255 / 21%);
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	overflow:auto;
	background-repeat:no-repeat;
	background-attachment: ;
	background-position:center;
	background-size:cover;
	} 
	.principalMenu {
	background-color: rgb(0 0 0 / 11%);
	width: 100%;
	height:100%;
	top:0px;
	left:0px;
	position:absolute;
	overflow:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	} 
	
	.divVentanaLogin {
	width: 400px;
	height: 500px;
	background-color: #ffffffc4;
	box-shadow: 0 0 16px 5px #000000a6;
	/* position: absolute; */
	/* top: 0px; */
	/* left: 0px; */
	border: solid 3px #b5b5b5;
	border-radius: 6px;
	backdrop-filter: blur(3px);
	}
	.divfondoFooter {
	width: 100%;
	height: 230px;
	position: absolute;
	/* top: 0px; */
	bottom: 8px;
	background-repeat:no-repeat;
	background-attachment: ;
	background-position: bottom;
	background-size: contain;
	background-color: #fff;
	/* display: flex; */
	/* justify-content: end; */
	/* align-items: center; */
	}
	.imgfondoFooter1 {
	height: 230px;
	}
	.imgfondoFooter2 {
	width: 100%;
	height: 10px;
	}
	.divPresentacionlogin{
	width:100%;
	height:100%;
   top:0px;
   left:0px;
	background-repeat: no-repeat;
	background-attachment: ;
	background-position: center;
	background-size: cover;
	position: absolute;
}
	
	.PtituloLogin1{
    font-size: 20px;
    color: #262626;
    margin:0px;
    text-align: center;
    font-weight: 600;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin-top: 21px;
    margin-bottom: 20px;
 }
	.PtituloLogin2{
    font-size: 13px;
    color: #000000;
    margin:0px;
    margin-bottom:5px;
    font-weight: 500;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
 }
 .PtituloLogin3{
    font-size: 12px;
    color: #5f5f5f;
    margin:0px;
    font-weight: 500;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
    cursor: pointer;
 }
	
	.inputlogin1 {
    font-size: 12px;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    height: 36px;
    text-align: left;
    padding-left: 8px;
    width: 100%;
    outline: none;
    background-color:#fff;
    border-radius: 3px;
    border: none;
 }
	
	.inputlogin1:focus {
	background-color: #e9f5ff;
	border: solid 2px #2682ff;
	}
	
	.btnlogin1 {
      width: 150px;
      border: none;
      color: #ffffff;
      background-color: #117dd2;
      cursor: pointer;
      border-radius: 4px;
      outline: none;
      margin-top: 31px;
      font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      height: 40px;
      font-size: 12px;
      font-weight: 500;
      border: solid 1px #147acb;
 }
	.btnlogin1:focus
	{
	background-color: #024274;
	color: #fff;
	}
	.btnlogin1:hover
	{
	background-color: #024274;
	color: #fff;
	}
	.divseparadorlogin1{
	width:100px;
	height: 2px;
	background-color: #000000;
	margin-bottom: 30px;
	}
	
		.btnlogin2 {
      width: 100px;
      height: 35px;
      font-size: 12px;
      font-weight: 500;
      color: #9c9c9c;
      background-color: #dbdbdb;
      cursor: pointer;
      border-radius: 2px;
      outline: none;
      font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      border: solid 1px #ccc;
 }
 .btnlogin2:focus
	{
	border-color: #000000;
	color: #000;
	}
	.imglogin1{
	width: 150px;
	border-radius: 10px;
	margin-top: 30px;
	/* border: solid 1px #e4e4e4; */
	padding: 7px;
	/* background-color: #fff; */
	}
	
	
	.divprincipalalert1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff59;
	backdrop-filter: blur(5px);
	z-index: 2;
	}
	.divprincipalalert{
	width: 450px;
	height: 200px;
	background-color: #ffffff;
	box-shadow: 0 0 16px #000000;
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-top: solid 5px #0123da;
	border-bottom: solid 5px #fffd07;
	}
	.PtituloAlert1{
   font-size: 15px;
   color: #ffff00;
   margin: 0px;
   font-weight: 700;
   font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
   background-color: #012dd5;
   height: 40px;
   padding-left: 10px;
   display: flex;
   justify-content: left;
   align-items: center;
   border-bottom: solid 1px #f1f1f1;
 }
 .divseparadoralert1{
	 width: 166px;
	 height: 4px;
	 background-color: #0f6cb7;
	 margin-left: 15px;
	}
 .PtituloAlert2{
   font-size: 12px;
   color: #000000;
   margin: 0px;
   font-weight: 500;
   font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
 }
 .btnAlert1 {
	height: 35px;
	width: 110px;
	background-color: #1565C0;
	cursor: pointer;
	border: none;
	font-size: 12px;
	color: rgb(255 255 255);
	padding: 5px;
	border: solid 1px #1565c0;
	font-weight: 500;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	border-radius: 3px;
	margin-top: 15px;
	}




.divVentanaPrincipal{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #cdcdcd40;
	/* display: none; */
	backdrop-filter: blur(5px);
	z-index: 1;
	}
	.divSubVentana1{
		width:90%;
		height: auto;
		background-color: #ffffff9c;
		border-radius: 0px 0px 10px 10px;
		box-shadow: 0 0 16px #00000091;
		position: relative;
		backdrop-filter: blur(5px);
		padding: 5px;
	}
	.pTituloVentana1{
    font-size: 15px;
    color: #ffffff;
    margin:0px;
    text-align: left;
    font-weight: 500;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 5px;
 }
 .pTituloVentana2{
    font-size: 13px;
    color: #000000;
    margin:0px;
    text-align: left;
    font-weight: 600;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
 }
 .inputTextOs_1 {
	font-size: 12px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	width: 95%;
	border: 1px solid rgb(232 232 232);
	outline: none;
	background-color: rgb(255, 255, 255);
	border-radius: 3px;
	height: 35px;
	color: rgb(0, 0, 0);
	text-align: left;
	padding: 8px;
	}
.inputTextOs_1:focus {
	border: 2px solid #2196F3;
	/* background-color: #e3f2ff; */
	}
	
	.imgCerrarVentanas1{
		width: 20px;
		height: 20px;
		background-color: #F44336;
		padding: 6px;
		border-radius: 30px;
		cursor:pointer;
	}
	
	.btnDatosOs_1 {
	height: 35px;
    width: 110px;
    background-color: #2d2d2d;
    cursor: pointer;
    border: none;
    font-size: 12px;
    color: rgb(252 252 252);
    border-radius: 4px;
    padding: 5px;
    border: solid 1px #2d2d2d;
    font-weight: 500;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	}
	.btnDatosOs_2 {
	    height: 35px;
    width: 110px;
    background-color: #a8a8a8;
    cursor: pointer;
    border: none;
    font-size: 12px;
    color: rgb(94 94 94);
    border-radius: 4px;
    padding: 5px;
    border: solid 1px #8d8d8d;
    font-weight: 500;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	}
	

	.imglogin2{
	height: 25px;
	padding: 5px;
	background-color: #fff;
	border-right: solid 1px #ccc;
	}
	.tableinputlogin{
	background-color: #fff;
	width: 100%;
	border-radius: 3px;
	border: solid 1px #dedede;
	}
	.tabletituloformulario{
	width:100%;
	background-color: #0876ce;
	height: 45px;
	}
	.divForm1{
	width:100%;
	background-color:#fff;
	}
		
	/*
	CSS LOAD
	*/
	.divload{
	position:fixed;
	width: 100%;
	height:100%;
	top:0px;
	left:0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #ffffff85;
	backdrop-filter: blur(7px);
	z-index:10
	}
	.imgload{
	width:30px;
	padding:5px;
	background-color:#fff;
	border-radius:30px;
	margin-bottom: 5px;
	}
	.PtituloLoad{
	 font-size: 11px;
	 color: #000000;
	 margin:0px;
	 text-align: center;
	 font-weight: 400;
	 font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	 width: 90%;
	 padding: 5px;
	 background-color: #fff;
	 border-radius: 13px;
	}

input {
    -webkit-appearance: none;
}