@charset "utf-8";
/* CSS Document */

.Iniciar-Sesion {
    width: 100%;
    height: 5000px;
    background-color: rgba(0,0,0,0.8);
	text-align:center;
	flex-wrap:wrap;
	justify-content:center;
	font-family: 'Open Sans', sans-serif;
    color:#FFF;
     vertical-align: middle;
    position: absolute;
  display: none;
	z-index: 664644564564545654464644645465654464;

        
}

.Ingresa-Form {
	
	width: 95%;
}

.Contenedor-Sesion {
    
    width: 350px;
    background-color: rgba(255,255,255,0.5);
    margin-top: 25%;
    margin-left: 37%;
    box-shadow: 1px 1px 1px #000;
    z-index: 664644564564545654464644645465654464;

}

.Imp {
    width: 80%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.Cancelar {
    width: 15px;
    float: right;
    margin-top: -20px;
    cursor: pointer;
    
}






@media (max-width:360px) {
	


.Iniciar-Sesion {
    width: 100%;
    height: 5000px;
    background-color: rgba(0,0,0,0.8);
	text-align:center;
	flex-wrap:wrap;
	justify-content:center;
	font-family: 'Open Sans', sans-serif;
    color:#FFF;
    vertical-align: middle;
    position: absolute;
  display: none;
	z-index: 664644564564545654464644645465654464;

        
}

.Contenedor-Sesion {
    
    width: 250px;
    background-color: rgba(255,255,255,0.5);
    margin-top: 25%;
    margin-left: 15%;
    box-shadow: 1px 1px 1px #000;
    z-index: 664644564564545654464644645465654464;

}

.Imp {
    width: 80%;
    padding-top: 25px;
    padding-bottom: 35px;
}

.Cancelar {
    width: 15px;
    float: right;
    margin-top: -20px;
    cursor: pointer;
    
}

	
	
	
	
	
	
}
