html {
	position: relative;
	min-height: 100%;
	font-size: 12px;
}
body{
	background-color: #cccccc;
}
.login {
	background-image: url("../images/fondo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.footer {
	width: 100%;
	background-color: transparent;
}