﻿/* Esto NO es codigo libre; autor Carlos Sierra C | parte de structure frontend framework DR 2014 -2025 */

body.noscroll {
  position: fixed;
  overflow-y: overflow;
  width: 100%;
}

#overlay {
  position:fixed;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000000;
  opacity:0.5;
  filter:alpha(opacity=90);
  display:none;
  z-index: 4900 !important;
}

#modal {
  position:absolute;
  background-color: white;
  box-sizing: border-box;
  margin: 0;
  padding: 0px;
  display: none;
  z-index: 5000 !important;
}

#modal > iframe {
  border:1px solid #e1e1e1;

}

#content {
  background:#fff;
  padding:0px;
  overflow: hidden;
}

#close {
  position:absolute;
  background: url('img/cr24.png');
  color: white;
  width:24px;
  height:24px;
  display:block;
  text-indent:;
  top:4px;
  right:4px;
  display: none;
}

