/* CSS Document */
#escritorio{
	background-image: url(../../framework/media/images/session/tecnologia.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.botonIngreso{
	width:60px;
}


	
	
