/* 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;
}

.ElementoImagen {
  position: relative;
}
.ElementoImagen .ElementoImagen-enlace,
.ElementoImagen .ElementoImagen-contenedor {
  position: relative;
}
.ElementoImagen.con_sombra img {
  filter: drop-shadow(10px 12px 10px #333);
}
.ElementoImagen.alinear_centro {
  display: flex;
  justify-content: center;
}
.ElementoImagen.alinear_izquierda {
  display: flex;
  justify-content: start;
}
.ElementoImagen.alinear_derecha {
  display: flex;
  justify-content: end;
}
.ElementoImagen.ancho_completo img,
.ElementoImagen.ancho_completo .ElementoImagen-enlace {
  width: 100%;
}
.ElementoImagen img {
  max-width: 100%;
  height: auto;
}
.ElementoImagen .PieImagen {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #EEE;
  padding: 4px 8px;
}
.ElementoImagen.es_detalle {
  display: block;
}
.ElementoImagen.es_detalle .ElementoImagen-contenedor {
  position: relative;
  width: 100%;
}
.ElementoImagen.es_detalle .ElementoImagen-descripcion {
  width: 100%;
  margin-top: 16px;
}

/*# sourceMappingURL=estilos-ElementoImagen.css.map */
