 .A_contenedor_1
	{
     position:fixed;
        width:100%;
        height:100%;
        top:0px;
        left:0px;
	    background-color:rgba(0, 0, 0, 0.65);
         display:none;
       } 
	   .A_contenedor_2{
  width: 35%;
    margin-top: 20%;
    min-height: 150px;
    background: #ffffff;
    border-radius: 2px;
    border: solid 2px #2a2b2b;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.6);
      	
       }
	      .A_contenedor_3
	{
        width:100%;
        height:50px;
	    text-align:center;
		font-weight:bold;
	
       }
      .A_contenedor_4
	{
 
        width:100%;
        height:100%;
		background-color:#0671e9;
	    text-align:center;
       }
	    .A_contenedor_5 {
		width:100%;
		height:40px;
		display:none;
	} 
	.A_contenedor_6 {
	text-align: left;
    align-items: center;
    line-height: normal;
	margin-left: auto; margin-right: auto;
   display: grid;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorfondoemergente);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    z-index: 1050;
    /* display: block; */
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 17px;
	}
	.A_contenedor_7 {
		width:300px;
	
	    bottom: 0;
    position: fixed;
    left: 65%;
    margin-bottom: 2%;	 
		background-color:inherit;

	}	
	
	   .A_label_1
		 {
         font-family: Arial;
    font-size: 16px;
    color: #504f4f;
         }
		 	  .A_label_2
		 {
         
         font-size:14px;
         color:#504f4f;
		font-weight:bold;
         }
		 	  .A_label_3
		 {
             font-family:Arial;
         font-size:40px;
         color:#fff;
       margin-bottom:20%;
         }
		   .A_label_4
		 {
		
         font-family:Arial;
         font-size:20px;
         color:#fff;

         }
		    .A_label_5
		 {
		
         font-family:Arial;
         font-size:15px;
         color:#fff;

         }
	.loader_sub_menu {

	  width:100%;
	  height:3px;
	  top:0px;
	  left:0px;
	  position:fixed;
	  background-color:inherit;
	 
  }  
  .loader_sub_menu_cargando {
	
	  width:10%;
	  height:3.5px;
	 
	  background-color:#0671e9;
	   -webkit-animation: loader_sub_menu_cargando_1 1.4s infinite ;
  animation: loader_sub_menu_cargando_1 1.4s infinite ;
  }
  
  @-webkit-keyframes loader_sub_menu_cargando_1 {
  0% {
     margin-left:1%;
  }
 
  100% {
     margin-left:100%;
	  
  }
}
@keyframes loader_sub_menu_cargando_1 {
   0% {
      margin-left:1%;
  }
   
  100% {
    margin-left:100%;
	  
  }
}
	   .input_cargar_mas {
		   width:40px;
		   height:40px;
		   border-radius:40px;
		   border:none;
		   outline:none;
	   }   
	   .input_button_mas {
		   width:95%;
		   height:40px;
		  
		   border:none;
		   outline:none;
		background-color: #1579ea;
    color: #ffffff;
		   font-weight:bold;
		   margin-bottom:3px;
	   cursor:pointer;
	   margin-top: 7px;
	   }
	   .input_progresso {
		 font-family:Arial;
         font-size:20px;
         color:#000;
		 outline:none;
		 background-color:rgba(0,0,0,0.0);
		 text-align:center;
		 width:50px;
		 border:1px solid red;
		 height:50px;
	   border-radius:50px;
	    margin-top:20px;
			
		 
	}
	.input_progress {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    color: #000000;
    outline: none;
    text-align: left;
    margin-left: 3%;
    width: 100%;
    border: none;
    height: 35px;
    background-color: inherit;
    font-weight: 700;

}
	.input_ok {
		
		border: none;
    outline: none;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    -webkit-box-shadow: 1px 1px 7px #0000001f;
    box-shadow: 1px 1px 7px #0000001f;
    background: var(--color_info);
    border-radius: 50%;
    outline: none;
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    align-items: center;
    display: grid;
  
  
}
.input_ok:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 8px;
    width: 30px;
    height: 30px;
    background: url(../icono/check-mark.png) no-repeat;
    background-size: 15px;

}

.input_ok_clave {
		
		border: none;
    outline: none;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    -webkit-box-shadow: 1px 1px 7px #0000001f;
    box-shadow: 1px 1px 7px #0000001f;
    background: var(--color_confir_acceso);
    border-radius: 50%;
    outline: none;
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    align-items: center;
    display: grid;
  
  
}
.input_ok_clave:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 8px;
    width: 30px;
    height: 30px;
    background: url(../icono/check-mark.png) no-repeat;
    background-size: 15px;

}

	.input_cancel {

border: none;
    outline: none;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    -webkit-box-shadow: 1px 1px 7px #0000001f;
    box-shadow: 1px 1px 7px #0000001f;
    background: var(--colorbotoncancelar);
    border-radius: 50%;
    outline: none;
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    align-items: center;
    display: grid;


}

.input_cancel:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 8px;
    width: 30px;
    height: 30px;
    background: url(../icono/cancelar.png) no-repeat;
    background-size: 15px;

}

	.input_TEXT {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    padding-top: 15px;
    color: #000000;
    outline: none;
    text-align: left;
    width: 100%;
    margin-left: 5%;
    border: none;
    height: 35px;
    background-color: inherit;
    font-weight: bold;
	}

.input_TEXT_info{
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    padding-top: 15px;
    color: #000000;
    outline: none;
    text-align: left;
    width: 100%;
    margin-left: 2%;
    border: none;
    height: 35px;
    background-color: inherit;
    font-weight: bold;
	}


.input_TEXT_info:before {
    content: "";
    position: absolute;
    margin-top: 1px;
    width: 40px;
    height: 40px;
    background: url(../icono/notice-info.png) no-repeat;
    background-size: 29px;

}

	
	.input_confirt {
        
       font-size: 12px;
    color: #ffffff;
    outline: none;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    width: 90px;
    border: none;
    height: 35px;
    margin-top: 13px;
    background-color: #2196F3;
	cursor:pointer;
	}
	
	.input_confirt:hover {
		box-shadow:0 0 5px #000
	}
	.cont_emergente_alert_largo{
		width:100%;
		height:150px;
		background-color: transparent;
		margin-left: auto; margin-right: auto;
	}	     
		
	.table_emergente_alert{
		width:100%;height:100%; border-top-left-radius: 8px;border-top-right-radius: 8px;
	}.td_table_emergente_alert{
		    width: 100%;
    background-color: var(--color_emergente_cabezera);
    height: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	}	 
	
	
	   
	    @media only screen and  (max-width: 1023px) {
			
			.A_contenedor_2
	{
  width:40%;
margin-top:60%;  	
       }
	
    .A_contenedor_6 {
	text-align: left;
    align-items: center;
    line-height: normal;
	
   display: grid;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorfondoemergente);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    z-index: 1050;
    /* display: block; */
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 17px;
		
	}
			
		}
@media only screen and (max-width:1024px) and (min-width:768px ){
.A_contenedor_2{
  width:67%;
  margin-top:25%;  	
  }
	
		 }		
@media only screen and (max-width:768px) and (min-width:648px ){

 .A_contenedor_2{
        width:70%;
        margin-top:40%;  	
       }
		 }
	
 @media only screen and (max-width:648px) and (min-width: 560px){
 .A_contenedor_2{
width:75%;
margin-top:40%;  	
       }
		 }		
@media only screen and (max-width:560px) and (min-width: 200px){
     .A_contenedor_2{
       width:80%;
       margin-top:60%;  	
       }
	 }
@media only screen and (max-width:320px){
.A_contenedor_7 {
    width:90%;
    border:0px;
    padding: 5px;
    background-color:inherit;
    left:2%;
	}
			
		}
		  	 
			 
			 