.documentos {
  border-bottom: 1px solid #ddd;
  float: left;
  margin-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
.documentos:first-child {
  border: 0;
}
.documentos .icono a {
  display: block;
  height: 58px;
  width: 46px;
  margin: auto;
}
.documentos .nombre {
  display: block;
  word-break: break-word;
}
.documentos .infoDocumentos .fecha {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
.documentos .pdf > a {
  background: url(../../../../../mod/Documentos/img/pdf.png) center no-repeat !important;
}
.documentos .doc > a {
  background: url(../../../../../mod/Documentos/img/doc.png) center no-repeat !important;
}
.documentos .rar > a {
  background: url(../../../../../mod/Documentos/img/rar.png) center no-repeat !important;
}
.documentos .zip > a {
  background: url(../../../../../mod/Documentos/img/zip.png) center no-repeat !important;
}
.documentos .xls > a {
  background: url(../../../../../mod/Documentos/img/xls.png) center no-repeat !important;
}
.documentos .ppt > a {
  background: url(../../../../../mod/Documentos/img/ppt.png) center no-repeat !important;
}
.documentos .default > a {
  background: url(../../../../../mod/Documentos/img/default.png) center no-repeat !important;
}

.contentPubTema {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #ffffff;
  width: 371px;
  margin-bottom: 6px;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  margin-top: 6px;
  border-radius: 5px;
  overflow: hidden;
}
.contentPubTema .contentImage {
  padding-top: 20px;
}
.contentPubTema .contentImage .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #002cb7;
  width: 55px;
  height: 55px;
  padding: 8px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
}
.contentPubTema .contentImage .date .day {
  font-size: 16px;
}
.contentPubTema .contentImage .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.contentPubTema .contentImage img {
  display: block;
  width: 120%;
  max-height: 175px;
  overflow: hidden;
  margin-top: -30px;
}
.contentPubTema .post-content {
  background: #ffffff;
  padding: 18px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.contentPubTema .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}
.contentPubTema .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.contentPubTema .post-content .desc-cat-doc {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  max-height: 145px;
  overflow-y: hidden;
  text-align: justify;
}
.contentPubTema .post-content .desc-cat-doc2 {
  color: #666666;
  font-size: 14px;
  max-height: 320px;
  overflow-y: hidden;
  text-align: justify;
}
.column {
  padding: 0 10px 8px 10px;
  column-width: 320px;
}

.post-meta {
  margin: 8px 15px 0;
  color: #999999;
  display: block;
  border-top: 1px solid #f2f2f2;
  line-height: 1.8;
  font-size: 14px;
  padding: 5px;
}

span.date {
  float: right;
}

.highlight {
  background-color: yellow;
  font-weight: bold;
}

#image-gallery {
  background: rgba(0, 0, 0, 0.7);
}

.modal-footer {
  border: 0;
  color: #fff;
}

.modal-content .modal-header {
  border-bottom: 0;
  padding: 0 15px;
}

.modal-footer {
  border: 0;
  color: #fff;
}

.modal-content {
  box-shadow: none;
  background: transparent;
  border: 0;
}

.modal-content .modal-header {
  border-bottom: 0;
  padding: 0 15px;
}

.divSearch > * {
  margin: 0 5px 0 5px;
}

.PalabrasRelevantes {
  color: #e02b36;
  cursor: help;
}

.ModalGuion {
  margin-top: 0.5rem;
  padding: 0.8rem;
  border: solid rgba(0, 0, 0, 0.275) 1px;
  position: fixed;
  bottom: 43px;
  width: 50%;
  left: 45%;
  background-color: #f5f5f5;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 300;
  max-height: 50%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
}

.divBtnClose {
  flex-direction: row-reverse;
  width: 100%;
  order: 1;
}

.divBtnClose > button {
  position: fixed;
}

.divContent {
  margin-top: 40px;
  order: 2;
}
