body, html {
  height: 100%;
}

body {
  background: url(../img/bg.png) repeat fixed;
}

.font-mono {
  font-family: 'Ubuntu Mono', monospace;
}

.esconder {
  display: none;
}

.contenedor-seccion {
  background-color: rgba(229, 255, 243, 0.5);
  border: 1px solid #cdcdcd
}

textarea {
  resize: none;
}

table.table-hover > tbody > tr > td {
  font-family: 'Ubuntu Mono', monospace;
  cursor: pointer;
}

.tabla {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #bcbcbc;
}

.form-check,
.form-check * {
  cursor: pointer;
}