* {
  border: 0;
  margin: 0;
  padding: 0;
}

#global_div {
	width: 90vw;
	min-width: max-content;
	max-width: 1280px;
    margin: 0 auto;
    background-color: #f2f5ef;
    -webkit-box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 30%);
    padding-top: 10px;
}
#content_div {
  position: relative;
}
#header_div {
  padding: 25px 5px;
}

#footer_div {
	color: #999999;
	text-align: center;
	line-height: 30px;
}

#options {
  position: relative;
    height: 70px;
    color: #003399;
    padding: 10px 10px 0 10px;
    background: linear-gradient( 
180deg
 , rgb(230 230 230) 0%, rgb(241 241 241) 100% );
    border-radius: 14px 14px 0 0;
    margin: 10px 11px 0;
    box-shadow: 0px 0px 4px darkgrey;
}
#optionsExt {
  padding: 0 10px 30px 10px;
  display: none;
}
.Docs {
  width: 100%;
  padding: 0 10px 0px 10px;
  display: none;
}
select#concepto {
    width: 260px !important;
}
.menuAdmin {
  /* background: url(../images/menu.gif) no-repeat; */
  background: rgb(207, 207, 207);
  background: linear-gradient(
    180deg,
    rgb(230 230 230) 0%,
    rgb(241 241 241) 49%,
    rgb(218 218 218) 51%,
    rgb(236 236 236) 100%
  );
  height: 13px;
  color: #ff9900;
  padding: 13px 10px;
  font-size: 12px;
  display: flex;
  border-radius: 8px;
  margin: 3px 11px;
  box-shadow: 0px 0px 4px darkgrey;
}
.menu {
  /*background: url(../images/menu.gif) no-repeat;*/
  background: rgb(207, 207, 207);
  background: linear-gradient(
    180deg,
    rgb(230 230 230) 0%,
    rgb(241 241 241) 49%,
    rgb(218 218 218) 51%,
    rgb(236 236 236) 100%
  );
  /* width: 942px; */
  height: 13px;
  color: #ff9900;
  padding: 13px 10px;
  font-size: 12px;
  display: flex;
  border-radius: 8px;
  margin: 3px 11px;
  box-shadow: 0px 0px 4px darkgrey;
}

.menuItem {
  color: #ff9900;
  padding-right: 9px;
  display: inline-flex;
  /* float: left; */
  /* flex-grow: 1; */
}
.menu .menuItem a::before {
  content: '>';
    color: orange;
    display: inline-flex;
    width: 7px;
    border: dashed 1px #567e9e;
    margin-right: 4px;
    line-height: 6px;
    text-align: center;
    font-size: 9px;
}
.menu .menuItem a img {
  display: none;
}
.table {
  color: #333333;
    padding: 0 10px;
}
.table table:first-child tr:first-child{
  background-color: #333333;

}
.alert {
  background-color: #ffe7bc;
  padding: 10px;
  margin-bottom: 10px;
  max-height: 120px;
  overflow-y: auto;
}
.alert h3 {
  margin-bottom: 10px;
  font-size: 12px;
  color: #b57400;
}
div.column {
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 5px;
}

div.column a img {
  position: relative;
  top: 4px;
}
