
html{ 
	margin: 0px;
	padding: 0px;
	
}

.boxlogin {
	border-radius: 10px;
	margin: 10px auto;
	width: 320px;
	-webky-border-radius: 4px;
	-mpz-border-radius: 4px;

}

.boxempresa {
	border-radius: 10px;
	margin: 10px auto;
	width: 320px;
	-webky-border-radius: 4px;
	-mpz-border-radius: 4px;	
		
}

input[type="submit"]{
	margin-top: 20px;
	margin-left: 80px;
}
img{
display:block;
margin:auto;
}

body{
  /* The image used */
	background-image: url("../fondo.jpg");
	background-repeat: no-repeat;
	min-height:100%;
	background-size:cover;
	width: 100% ;
	height: 100% ;
	margin: 0 ;
	border: 0 ;
	padding: 0 ;
}

