/* generals */
body[id^='screen-']{
  position: relative;
  /*height: 100%;
  width: 100%;
  position: absolute;*/
}

[class*='asset-']{
  position: absolute;
  height: auto;
}

.text-box--container {
  margin: auto;
}

/* zones */
[class^='interzone--']{
  position: relative;
  display: table-row;
  width: 100%;
}

[class^='main-zone--']{
  position: relative;
  display: table-cell;
  width: 100%;
}

/* ventanas emergentes */
[id*='modal-asset-']{
  background-color: rgba(255,255,255,0.4);
}

.modal-content {
  background-color: #FFF;
  color: #000;
  overflow: hidden;
}

/* tooltips */
.ot-content {
  color: #000;
}
