/* /////////////////////////// Clases Generales ////////////////////////////////// */





/* /////////////////////////// Estilos Principal ////////////////////////////////// */
#logo_img{
	max-width: 350px; 
	max-height: 350px;
}

#resetPASS{
	 font-size:80%; 
	 text-align: left;
}

#ocultarCredenciales {

    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 300px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    text-align: center;
    display: none;

}

#loading{
	width: 100%; 
	color: #5093c5; 
	font-size: 20pt; 
	position: absolute; 
	top: 40%; 
	left: 0px; 
	text-align: center;
}

#loadingIMG {
	width: 100%; 
	color: #5093c5; 
	font-size: 20pt; 
	position: absolute; 
	top: calc(40% + 10px); 
	left: 0px; 
	text-align: center;
}

#IMGloading {
	width: 270px; 
	margin: -30px auto;
}

#imagenesFORM {
	display: none;
}