body {
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  color: #101010;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #18679f;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a.temenulink {
  text-decoration: none;
}
a.temenulink:hover {
  background-color: transparent;
}
a.button {
  display: inline-block;
  padding: 2px 8px 2px 8px;
  color: #101030;
  background-color: #7ace3c;
  border-radius: 4px;
  border: 1px solid #599928;
  vertical-align: middle;
}
a.button:hover {
  background-color: #86ee3b;
  text-decoration: none;
}
a.button img,
a.button span {
  vertical-align: middle;
}
a.buttonAction {
  background-color: #f1f1f1;
  margin: 1em 0 1em 1em;
  padding: 0.3em 1em 0.3em 1em;
}
a.buttonAction:hover {
  background-color: #fded0a;
}
input[type="submit"]:hover {
  background-color: #86ee3b;
  outline: none;
}
.monospace {
  font-family: "Fira Code", Consolas, Menlo, monospace;
}
.bold {
  font-weight: bold;
}
.error {
  color: red;
}
.TEdim {
  color: #a0a0a0;
}
.textomicrob {
  font-size: 8px;
  line-height: 10px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0 3px 0 3px;
}
section.header {
  width: 100%;
  background-color: #dddddd;
}
section.header.editHeader {
  background-color: #f1f1f1;
}
section.header div.headerTitle h2 {
  margin: 0;
  padding: 0.5em 0 0 0.5em;
}
section.header div.headerTitle p {
  margin: 0;
  padding: 0 0 0.5em 2em;
}
div.statusBar {
  padding: 0.5em;
  background-color: #cccccc;
}
table.statusBar {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
}
table.statusBar tbody tr td {
  vertical-align: top;
  position: relative;
}
table.statusBar tbody tr td.sortMode {
  white-space: nowrap;
  width: 170px;
}
table.statusBar tbody tr td.pages div.pageBriefing {
  height: 2.1em;
}
table.statusBar tbody tr td.pages div.pageList {
  cursor: default;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.statusBar tbody tr td.pages div.pageList a,
table.statusBar tbody tr td.pages div.pageList span {
  display: inline-block;
  border-radius: 1px;
  padding: 1px 4px 1px 4px;
  text-align: center;
  margin: 0 0 2px 0;
  font-size: 0.9em;
}
table.statusBar tbody tr td.pages div.pageList a {
  background-color: #e1e1e1;
  color: #575757;
}
table.statusBar tbody tr td.pages div.pageList a:hover {
  background-color: #ffffff;
  text-decoration: none;
}
table.statusBar tbody tr td.pages div.pageList span {
  background-color: #fded0a;
}
table.statusBar tbody tr td a.newEntity {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
table.statusBar tbody tr td img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 0.5em;
}
table.list {
  width: 100%;
  border-collapse: collapse;
}
table.list thead th {
  padding: 0;
  background-color: #d7d7d7;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #cccccc;
  cursor: default;
}
table.list thead th > span {
  display: block;
  padding: 4px 6px 4px 6px;
  line-height: 0.9em;
  vertical-align: middle;
}
table.list thead th a {
  display: block;
  padding: 4px 6px 4px 6px;
  color: #101010;
  line-height: 0.9em;
}
table.list thead th a span {
  vertical-align: middle;
}
table.list thead th a:hover {
  text-decoration: none;
}
table.list thead th:hover {
  background-color: #ffffff;
}
table.list thead th.selected {
  background-color: #fded0a;
}
table.list thead th.selected a {
  color: #000000;
}
table.list thead th.sortDisabled:hover {
  background-color: #d7d7d7;
}
table.list thead th.listActions {
  font-weight: normal;
}
table.list tbody {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.list tbody tr:nth-child(even) {
  background-color: #d5d5d5;
  background-color: #fbfbfb;
}
table.list tbody tr:nth-child(odd) {
  background-color: #dfdfdf;
  background-color: #f3f3f3;
}
table.list tbody tr:hover {
  background-color: #e8e8e8;
  background-color: #fff9cc;
}
table.list tbody tr.lastEdit td {
  background-color: rgba(255, 213, 220, 0.5);
  background-color: rgba(186, 251, 185, 0.5);
}
table.list tbody tr.selected td {
  background-color: rgba(251, 217, 115, 0.3);
}
table.list tbody tr td {
  padding: 4px 6px 4px 6px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  font-size: 0.8em;
  cursor: default;
}
table.list tbody tr td.listIsId {
  text-align: right;
  background-color: rgba(243, 243, 194, 0.5);
  color: #10671f;
  white-space: nowrap;
}
table.list tbody tr td.isNumRow {
  text-align: right;
  background-color: #d7d7d7;
  color: #8b8b8b;
  white-space: nowrap;
  cursor: default;
}
table.list tbody tr td.isSelectBox {
  text-align: center;
}
table.list tbody tr td.listSpaceWrap {
  white-space: nowrap;
}
table.list tbody tr td.linecommands {
  background-color: #d7d7d7;
}
table.list tbody tr td.linecommands a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 14px;
  white-space: nowrap;
}
table.list tbody tr td.linecommands a:hover {
  text-decoration: none;
  opacity: 0.7;
}
table.list tbody tr.notActive td:not(.linecommands):not(.isNumRow) {
  color: #bdbdbd;
}
table.list tbody tr.notActive td:not(.linecommands):not(.isNumRow) a {
  color: #bdbdbd;
}
table.list tbody tr.notActive td:not(.linecommands):not(.isNumRow) img {
  opacity: 0.7;
  filter: saturate(0);
}
/* Edición de entidad */
table.edit {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
table.edit tbody tr:nth-child(even) {
  background-color: #efefef;
}
table.edit tbody tr:nth-child(odd) {
  background-color: #e6e6e6;
}
table.edit tbody tr td {
  padding: 8px 6px 8px 6px;
  vertical-align: top;
  text-align: left;
}
table.edit tbody tr td.edit_label {
  vertical-align: middle;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: default;
}
table.edit tbody tr td.edit_field {
  width: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.edit tbody tr td.edit_info {
  background-color: rgba(255, 255, 255, 0.2);
}
table.edit tbody tr td input,
table.edit tbody tr td select {
  padding: 4px 4px 4px 4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.edit tbody tr td span.editIsId {
  padding: 0 1em 0 1em;
  background-color: rgba(243, 243, 194, 0.5);
  color: #10671f;
  white-space: nowrap;
  border-radius: 3px;
}
div.editBotonesAtras {
  text-align: right;
}
table.filtros {
  border-collapse: collapse;
  width: 100%;
}
table.filtros tbody tr {
  background-color: #eeeeee;
}
table.filtros tbody tr:hover {
  background-color: #F8F8F8;
}
table.filtros tbody tr td {
  padding: 4px 1em 4px 1em;
}
table.filtros tbody tr td.activatorArea {
  border-left: 8px solid transparent;
  white-space: nowrap;
}
table.filtros tbody tr td.activatorArea label {
  margin-left: 0.5em;
  font-weight: normal;
}
table.filtros tbody tr td.activatorArea label:hover {
  font-weight: bold;
}
table.filtros tbody tr td.valueArea {
  width: 100%;
}
table.filtros tbody tr td.valueArea input {
  opacity: 0.3;
  padding: 4px 2px 4px 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
table.filtros tbody tr td.valueArea input:hover {
  opacity: 1;
}
table.filtros tbody tr td.valueArea select {
  opacity: 0.3;
  padding: 4px 2px 4px 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
table.filtros tbody tr td.valueArea select.filterModeSelector {
  margin-right: 1em;
}
table.filtros tbody tr td.valueArea select:not(.filterModeSelector):hover {
  opacity: 1;
}
table.filtros tbody tr td.notArea {
  white-space: nowrap;
  cursor: default;
}
table.filtros tbody tr td.notArea input,
table.filtros tbody tr td.notArea label {
  opacity: 0.3;
}
table.filtros tbody tr td.notArea input:hover,
table.filtros tbody tr td.notArea label:hover {
  opacity: 1;
}
table.filtros tbody tr.selected td.activatorArea {
  border-left: 8px solid #83FC98;
}
table.filtros tbody tr.selected td.activatorArea label {
  font-weight: bold;
}
table.filtros tbody tr.selected td.valueArea input {
  opacity: 1;
}
table.filtros tbody tr.selected td.valueArea select {
  opacity: 1;
}
table.filtros tbody tr.selected td.notArea input,
table.filtros tbody tr.selected td.notArea label {
  opacity: 1;
}
table.filtros tbody tr.botones td span {
  cursor: default;
  opacity: 0.5;
}
.expedColorBar {
  width: 100%;
  height: 18px;
}
.tabtab {
  border: thin ridge #999999;
  background-color: #dddddd;
  font-size: 1.1em;
  width: 100%;
  border-collapse: collapse;
}
.tabrow2 {
  background-color: #F1F1F1;
}
.tabrow1 {
  background-color: #E6E6E6;
}
.tabrowcab {
  border: thin outset #006666;
}
.tabceldacab {
  color: #1C1C1C;
  border: thin outset;
  text-align: center;
  background-color: #C8C8C8;
}
.formcbpeq {
  font-size: 9px;
}
.panelmodeloa {
  background-color: #DCE7E7;
  text-align: left;
  vertical-align: top;
  border: thin dotted #FF9900;
  margin-left: 30px;
  margin-right: 10%;
  padding: 5px;
}
.tepanel {
  background-color: #DCE7E7;
  text-align: left;
  vertical-align: top;
  border: thin dotted #FF9900;
  margin-left: 30px;
  margin-right: 10%;
  padding: 5px;
}
.separacionexport {
  font-weight: bold;
  background-color: #9CB0C5;
  border: thin solid #333333;
  text-align: left;
  padding: 2px;
  margin: 1px;
}
.tepanelInfo {
  font-size: 9px;
  background-color: #FDFBDB;
  border: thin solid #8294A6;
  text-align: left;
  vertical-align: top;
  margin: 10px 10px 10px 30px;
  padding: 5px;
}
.tePrintRow {
  background-color: #ffffff;
}
.tePrintTD {
  border-bottom: solid 1px #000000;
  font-size: 9px;
}
.teFiltros {
  display: inline;
}
.tePanelCollapse,
.tePanelCBXCollapse,
.tePanelCollapseInfoF {
  margin: 0 0 0 0;
  border: 1px solid #D7D7D7;
}
.tePanelCollapse.tePanelCollapseInfoF,
.tePanelCBXCollapse.tePanelCollapseInfoF,
.tePanelCollapseInfoF.tePanelCollapseInfoF {
  margin: 4px;
}
.tePanelCollapse.tePanelCBXCollapse input[type="submit"],
.tePanelCBXCollapse.tePanelCBXCollapse input[type="submit"],
.tePanelCollapseInfoF.tePanelCBXCollapse input[type="submit"] {
  margin-right: 1em;
}
.tePanelCollapse table,
.tePanelCBXCollapse table,
.tePanelCollapseInfoF table {
  width: 100%;
  border-collapse: collapse;
}
.tePanelCollapse .tePanelCollapseManivela,
.tePanelCBXCollapse .tePanelCollapseManivela,
.tePanelCollapseInfoF .tePanelCollapseManivela {
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  background-color: #d6e9d9;
  color: #101010;
  cursor: pointer;
}
.tePanelCollapse .tePanelCollapseManivelaOver,
.tePanelCBXCollapse .tePanelCollapseManivelaOver,
.tePanelCollapseInfoF .tePanelCollapseManivelaOver {
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  background-color: #F4BB64;
  color: #101010;
  cursor: pointer;
}
.tePanelCollapse .tePanelCollapseTitulo,
.tePanelCBXCollapse .tePanelCollapseTitulo,
.tePanelCollapseInfoF .tePanelCollapseTitulo {
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  background-color: #D7D7D7;
  color: #000000;
  padding-left: 4px;
}
.tePanelCollapse .tePanelCollapseContenidos,
.tePanelCBXCollapse .tePanelCollapseContenidos,
.tePanelCollapseInfoF .tePanelCollapseContenidos {
  display: inline;
}
.tePanelCollapse .tePanelCollapseContenidoF,
.tePanelCBXCollapse .tePanelCollapseContenidoF,
.tePanelCollapseInfoF .tePanelCollapseContenidoF {
  padding: 4px;
}
.teListaSecundaria {
  font-size: 9px;
  /*line-height: 12px;*/
  background-color: #F3F3F3;
}
/*---------------------------------*/
div#teFooter {
  text-align: center;
  border-top: 1px dotted #505050;
  font-size: 10px;
  background-color: #f5f5f5;
}
div#teCounters {
  background-color: #f5f5f5;
}
div#teCounters p {
  margin: 0;
  text-align: center;
  font-size: 10px;
}
div#teCounters pre {
  font-size: 12px;
  margin: 0 16px 8px 16px;
  padding: 8px;
  border: 1px dotted #505050;
  background-color: #f0f0f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* EDITOR */
input.txtPreview {
  font-size: 11px;
}
/* Portada default */
div.panelFront {
  margin: 16px 24px 16px 20px;
  background-color: #d6e9d9;
  border-radius: 8px;
}
div.panelFront > table td {
  vertical-align: top;
}
div.panelFront > table td h2 {
  font-weight: normal;
  margin: 4px 0 4px 8px;
  font-size: 18px;
  color: #6075a8;
  cursor: default;
}
div.panelFront > table td ul li a {
  display: block;
}
div.panelDump {
  padding: 4px;
  background-color: #e6e6e6;
  margin: 2px 24px 2px 20px;
  border-radius: 8px;
}
div.panelDump h2 {
  font-weight: normal;
  font-size: 18px;
  color: #6075a8;
  margin: 4px 0 4px 8px;
  cursor: default;
}
div.panelDump section {
  margin: 4px 0 4px 8px;
}
div.panelDump ul {
  margin: 4px 0 4px 0;
}
div.panelDump a:hover {
  background-color: #bec6eb;
}
