<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESOLUCIONES --------------------------- */
/* ---------------------------------------- */
.mensajeSAGA {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 16px;
  justify-content: center;
  text-align: center;
}
.mensajeSAGA.inMemoryOnly, .mensajeSAGA.edited {
  background: #666;
  border: #333 1px solid;
  color: #FFF;
}
.mensajeSAGA.error {
  background: #FCC;
  border: #933 1px solid;
  color: #333;
}
.mensajeSAGA .linea1 {
  font-size: 1.6vw;
  font-weight: bold;
}
.mensajeSAGA .linea2 {
  font-size: 1.1vw;
  margin-top: 8px;
}

.InfoEdited {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 10;
}
.InfoEdited .InfoEditedIcon {
  width: 32px;
  height: 32px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #369;
  color: #FFF;
}
.InfoEdited .InfoEditedTexto {
  width: 0;
  position: absolute;
  top: 0;
  left: 32px;
  background: #FFF;
  color: #333;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  font-family: sans-serif;
}
.InfoEdited .InfoEditedTexto .InfoEditedTexto-linea2 {
  margin-top: 8px;
}
.InfoEdited:hover .InfoEditedTexto {
  width: 300px;
  padding: 16px;
}

.ContenidoSAGA {
  position: relative;
}

.FormatterGenerico {
  display: flex;
}
.FormatterGenerico .FormatterGenerico-enlace {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
  z-index: 9;
}
.FormatterGenerico .FormatterGenerico-imagen {
  width: 35%;
  height: auto;
}
.FormatterGenerico .FormatterGenerico-imagen img {
  width: 100%;
  height: auto;
}
.FormatterGenerico .FormatterGenerico-contenido {
  display: flex;
  flex-direction: column;
  width: 65%;
  padding-left: 16px;
}
.FormatterGenerico .FormatterGenerico-contenido .FormatterGenerico-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.FormatterGenerico .FormatterGenerico-contenido .FormatterGenerico-meta &gt; div {
  display: flex;
  white-space: nowrap;
}
.FormatterGenerico .FormatterGenerico-contenido .FormatterGenerico-meta &gt; div:after {
  content: "after";
  font-size: 0;
  display: block;
  background: #333;
  width: 1px;
  height: 100%;
  margin: 0 8px;
}
.FormatterGenerico .FormatterGenerico-contenido .FormatterGenerico-meta &gt; div:last-child:after {
  content: none;
}
.FormatterGenerico .FormatterGenerico-contenido .FormatterGenerico-titulo {
  font: bold 22px SansSerif, Arial;
  margin-bottom: 8px;
}
.FormatterGenerico[data-tipo-formatter=box] {
  flex-direction: column;
}
.FormatterGenerico[data-tipo-formatter=box] .FormatterGenerico-enlace {
  flex-direction: column;
}
.FormatterGenerico[data-tipo-formatter=box] .FormatterGenerico-imagen,
.FormatterGenerico[data-tipo-formatter=box] .FormatterGenerico-contenido {
  width: 100%;
}
.FormatterGenerico[data-tipo-formatter=box] .FormatterGenerico-contenido {
  padding-left: 0;
}
.FormatterGenerico[data-tipo-formatter=box] .FormatterGenerico-contenido .FormatterGenerico-titulo {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.FormatterGenerico[data-tipo-formatter=aside] .FormatterGenerico-contenido .FormatterGenerico-titulo {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.FormatterGenerico.sin_imagen .FormatterGenerico-contenido {
  width: 100%;
  padding-left: 0;
}

/*# sourceMappingURL=estilos-FormatterGenerico.css.map */
</pre></body></html>