html, body {
	height: 100%;
	width: 100%;
}

body {
    background-image: url(imagenes/textura.jpg);
    background-size: cover;
    background-repeat: repeat;
	background-position: top left;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
    overflow: hidden;
}

.container {
    overflow: auto;
}

button {
    position: fixed;
    bottom: 20px;
    right: 25px;
    padding: 10px 20px;
    background-color: #0d865f;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 2.0);
}

footer {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

footer p {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #2e2b2b;
}
