.tabla {
  padding: 2px;
  -moz-column-count: 2;
  -moz-column-gap: 1px;
  -webkit-column-count: 2;
  -webkit-column-gap: 1px;
  column-count: 2;
  column-gap: 1px;
}

.etiqueta {
  float: left;
  background: #e2e2e2;
  font-weight: 700;
  margin: 0 auto;
  width: 40%;
  padding: 6px;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}

.texto {
  float: right;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  width: 60%;
  padding: 6px;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

.foto {
  background: #fff;
  color: #ddd;
  font-size: 30px;
  margin: 0 auto;
  width: 120px;
  height: 140px;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
}

span.foto {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: normal;
}

div.blueTable {
  background-color: #ffffff;
  width: 100%;
  text-align: left;
}

.divTable.blueTable .divTableCell,
.divTable.blueTable .divTableCell1,
.divTable.blueTable .divTableHead {
  border: 1px solid #aaaaaa;
  padding: 4px 7px;
}

.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}

.blueTable .tableFootStyle {
  font-size: 14px;
}

.blueTable .tableFootStyle .links {
  text-align: right;
}

.blueTable .tableFootStyle .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 5px;
}

.blueTable.outerTableFooter {
  border-top: none;
}

.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}

/* DivTable.com */
.divTable {
  display: table;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  display: table-cell;
}

.divTableHeading {
  display: table-header-group;
}

.divTableFoot {
  display: table-footer-group;
}

.divTableBody {
  display: table-row-group;
}

.divTableCell1 {
  background: #aaaaaa;
  font-weight: 700;
  color: #ffffff;
}

.titulo {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 15px;
}

div.tablaMaterias {
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.divTable.tablaMaterias .divTableCell,
.divTable.tablaMaterias .divTableHead {
  border: 1px solid #aaaaaa;
  padding: 4px 7px;
}

.divTable.tablaMaterias .divTableBody .divTableCell {
  font-size: 12px;
}

.divTable.tablaMaterias .divTableRow:nth-child(even) {
  background: #f9f9f9;
}

.divTable.tablaMaterias .divTableHeading {
  background: #cfcfcf;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  background: -webkit-linear-gradient(top,
      #dbdbdb 0%,
      #d3d3d3 66%,
      #cfcfcf 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #cfcfcf 100%);
  border-bottom: 2px solid #444444;
}

.divTable.tablaMaterias .divTableHeading .divTableHead {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.tablaMaterias .tableFootStyle {
  font-size: 14px;
}

.tablaMaterias .tableFootStyle .links {
  text-align: right;
}

.tablaMaterias .tableFootStyle .links a {
  display: inline-block;
  background: #1c6ea4;
  color: #ffffff;
  padding: 2px 8px;
  border-radius: 5px;
}

.tablaMaterias.outerTableFooter {
  border-top: none;
}

.tablaMaterias.outerTableFooter .tableFootStyle {
  padding: 3px 5px;
}

h4 {
  font-family: inherit;
}

.links {
  text-align: center;
}

.num {
  width: 5%;
}

.desc {
  width: 70%;
}

.det1 {
  width: 15%;
}

.det2 {
  width: 10%;
}

.desc50 {
  width: 50%;
}

.desc40 {
  width: 40%;
}

.desc20 {
  width: 20%;
}

a.list-group-item {
  background-color: #f6fdff;
  color: #000000;
}

.noleido {
  background-color: #f6fdff;
}

.guia {
  text-align: center;
  font-size: 15px;
}

a.attach:link {
  text-decoration: none;
  color: blue;
}

a.attach:visited {
  color: blue;
}

a.attach:hover {
  color: blue;
  font-weight: bold;
}

a.attach:active {
  color: blue;
  font-weight: bold;
}

.alicen {
  text-align: center;
}

.mini {
  font-size: 11px;
}

.hide-close .ui-dialog-titlebar-close {
  display: none;
}

.dp-highlight .ui-state-default {
  background: #484;
  color: #fff;
}

.ui-datepicker.ui-datepicker-multi {
  width: 100% !important;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: none;
}

#datepicker {
  height: 300px;
  overflow-x: scroll;
}

.ui-widget {
  font-size: 100%;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.subtitulo {
  font-weight: bolder;
}

.bd-example {
  padding: 1.5rem;
  margin-right: 0;
  margin-left: 0;
  border-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: relative;
  margin: 1rem -0.75rem 0;
  border: solid #dee2e6;
}

.biometrico {
  font-size: 90%;
}

.etiqueta-control {
  font-weight: bold;
}

.ui-widget-overlay {
  opacity: .5;
}

.numero {
  text-align: right;
}

.centrar {
  text-align: center;
}

.alerta {
  padding: 15px;
}

.datos {
  margin-bottom: 8px;
  margin-top: 8px;
}