/* App */

.login-body {
	background-image: url(../images/login/background.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	}

.center-block {
	margin-left: auto;
	margin-right: auto;
}

.files-contenido {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
}


.files-contenido:hover {
	background: #e3e3e3;
	border-width: 1px;
	border-style: solid;
	border-color: #d6d5d5;
}


/* Desk */
@media only screen and (min-width: 800px) {

.hidden-movil {display: block !important;}
.hidden-desk {display: none !important;}

.login-body {
	background-position: center center;
	}


	
	
}

/* Movil */
@media only screen and (max-width: 800px) {
.hidden-movil {display: none !important;}
.hidden-desk {display: block !important;}
.hidden-data {display: none !important;}
	
.login-body {
	background-position: -250px center;
	}

.login-top {
	margin-top: 15rem!important;
	}
	
.login-margin {
	margin-left: 5px;
	margin-right: 5px;
	}

}



