body {
	background-color:#f3f3f3;
	background: url(../imagenes/ux.png) no-repeat center center fixed;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.img {
  float: left;
}

.logo1{
position: relative;
margin: 1em 0 1em 2em;

}
.menu2{
	position: absolute;
	left: 50px;
	top:-1px;
	margin: 1em 0 1em 2em;
}

.kal{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.15);
    width:350px;
    height: auto;
	padding:3em;
	border-radius:50px;
}
@media screen and (max-width: 70em) {
	.kal {
		width: 50%;
	}

}

@media screen and (max-width: 48em) {
    .kal {
        width: 90%;
        margin: 10px auto;
    }
}



