.objeto-position-bl {
  position: absolute;
  bottom: 0;
  left: 0;

  cursor: pointer;
}

.contenedor-position-main {
  position: relative;
}

.objeto-position-tr {
  position: absolute;
  top: 0;
  right: 0;

  cursor: pointer;
}

.objeto-position-tl {
  position: absolute;
  top: 0;
  left: : 0;

  cursor: pointer;
}


.seleccionable{
  cursor: pointer;
}

.llenaAbajo {
    min-height: 100%;
    height: 100%;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.CodeMirror {
  height: 550px;
}
