body,
html {
  min-height: 100%;
}
html {
  background: #ddf7f6 url(../img/bg_login1.jpg) bottom no-repeat;
  background-size: cover;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#contenido {
  height: 100%;
}
#cabecera {
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.2);
  height: 60px;
  padding: 10px;
  padding-right: 20px;
  background: #fff;
}
#cabecera img {
  height: 100%;
}
h1 {
  float: right;
  font-size: 2.4em;
  line-height: 60px;
}
#cuerpo {
  padding: 40px 20px;
}
table {
  max-width: 65%;
}
td {
  font-size: 1.4em;
  padding: 10px;
}
td strong {
  font-weight: bold;
  font-size: 1.2em;
}
.boton {
  background: #333;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}
.boton:hover {
  background: #3280b3;
}
.boton strong {
  color: #fff;
}
.boton small {
  display: block;
  font-size: 0.8em;
}
a {
  color: #666;
  font-size: 0.8em;
}
a:hover {
  color: #333;
}
