@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	}

img {
    width: 100%;
    height: auto;
	max-width:100%;
	
}

.div-fora {
	width: 100%;
	height: 100vh;
	top: 0px;
    overflow:hidden;
	}


