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

.ContenidoSAGA h1, .ContenidoSAGA h2, .ContenidoSAGA h3, .ContenidoSAGA h4, .ContenidoSAGA h5, .ContenidoSAGA h6 {
  margin: 0;
}
.ContenidoSAGA .cabeceraFormatter {
  padding-bottom: 16px;
  border-bottom: #9e160d 3px solid;
  margin-bottom: 24px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido {
  margin-bottom: 32px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .tituloBloqueContenido {
  margin-bottom: 16px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorTextoBloqueContenido .imagenBloqueContenido,
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorImagenBloqueContenido .imagenBloqueContenido {
  max-width: 100%;
  position: relative;
}
@media (max-width: 599px) {
  .ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorTextoBloqueContenido .imagenBloqueContenido,
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorImagenBloqueContenido .imagenBloqueContenido {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorTextoBloqueContenido .imagenBloqueContenido img,
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorImagenBloqueContenido .imagenBloqueContenido img {
  width: 100%;
  height: auto;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorTextoBloqueContenido .imagenBloqueContenido .pieImagenContenido,
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorImagenBloqueContenido .imagenBloqueContenido .pieImagenContenido {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #9e160d;
  color: #FFF;
  padding: 4px 12px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorTextoBloqueContenido .imagenBloqueContenido.tamanio_pequenio,
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorImagenBloqueContenido .imagenBloqueContenido.tamanio_pequenio {
  width: 250px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorTextoBloqueContenido .imagenBloqueContenido.tamanio_mediano,
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorImagenBloqueContenido .imagenBloqueContenido.tamanio_mediano {
  width: 480px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorTextoBloqueContenido .imagenBloqueContenido.tamanio_grande,
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorImagenBloqueContenido .imagenBloqueContenido.tamanio_grande {
  width: 100%;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorTextoBloqueContenido .textoBloqueContenido blockquote,
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorImagenBloqueContenido .textoBloqueContenido blockquote {
  position: relative;
  border: #ccc 1px solid;
  padding: 32px;
  background: #eee;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorTextoBloqueContenido .textoBloqueContenido blockquote:after,
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorImagenBloqueContenido .textoBloqueContenido blockquote:after {
  background: url("../images/quote.png") no-repeat center center;
  background-size: contain;
  height: 53px;
  width: 52px;
  position: absolute;
  left: -16px;
  top: -23px;
  content: "quote";
  font-size: 0px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorTextoBloqueContenido .textoBloqueContenido blockquote p,
.ContenidoSAGA .contenidoFormatter .bloqueContenido .contenedorImagenBloqueContenido .textoBloqueContenido blockquote p {
  margin: 0;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .PlegadoBloqueContenido {
  display: none;
  height: 20px;
  width: 20px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  float: right;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .PlegadoBloqueContenido .textoDesplegado {
  font-size: 0;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .PlegadoBloqueContenido .textoPlegado {
  font-size: 0;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .PlegadoBloqueContenido .PlegadoIcono {
  font-size: 0;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .PlegadoBloqueContenido .PlegadoIcono .PlegadoIcono_1 {
  position: absolute;
  background-color: transparent;
  top: 8px;
  left: 0;
  width: 12px;
  height: 3px;
  display: block;
  transform: rotate(45deg);
  float: right;
  border-radius: 2px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .PlegadoBloqueContenido .PlegadoIcono .PlegadoIcono_1:after {
  content: "";
  background-color: #9e160d;
  width: 12px;
  height: 3px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .PlegadoBloqueContenido .PlegadoIcono .PlegadoIcono_2 {
  position: absolute;
  background-color: transparent;
  top: 8px;
  left: 7px;
  width: 12px;
  height: 3px;
  display: block;
  transform: rotate(-45deg);
  float: right;
  border-radius: 2px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido .PlegadoBloqueContenido .PlegadoIcono .PlegadoIcono_2:after {
  content: "";
  background-color: #9e160d;
  width: 12px;
  height: 3px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_izquierda .contenedorTextoBloqueContenido .imagenBloqueContenido,
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_izquierda .contenedorImagenBloqueContenido .imagenBloqueContenido {
  float: left;
  margin: 0 24px 24px 0;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_izquierda .contenedorTextoBloqueContenido .textoBloqueContenido,
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_izquierda .contenedorImagenBloqueContenido .textoBloqueContenido {
  display: inline;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_izquierda .contenedorTextoBloqueContenido .imagenBloqueContenido {
  float: left;
  margin: 0 24px 24px 0;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_izquierda .contenedorTextoBloqueContenido .textoBloqueContenido {
  display: inline;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_derecha .contenedorTextoBloqueContenido .imagenBloqueContenido {
  float: right;
  margin: 0 0 24px 24px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_derecha .contenedorTextoBloqueContenido .textoBloqueContenido {
  display: inline;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_centro_full .contenedorTextoBloqueContenido .imagenBloqueContenido {
  float: left;
  margin: 0;
  width: 100%;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_centro_full .contenedorTextoBloqueContenido .textoBloqueContenido {
  clear: left;
  padding-top: 24px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen_centro .contenedorTextoBloqueContenido .imagenBloqueContenido {
  margin: 0 auto 24px auto;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.estilo_oscuro .contenedorTextoBloqueContenido {
  color: #000;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.estilo_claro .contenedorTextoBloqueContenido {
  color: #FFF;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido:after {
  content: "after";
  clear: both;
  font-size: 0;
  display: table;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple.video_pequenio .ElementoVideo {
  width: 250px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple.video_mediano .ElementoVideo {
  width: 480px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple.video_grande .ElementoVideo {
  width: 100%;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple.video_derecha .ElementoVideo {
  float: right;
  margin: 0 0 24px 24px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple.video_derecha .textoBloqueContenido {
  display: inline;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple.video_izquierda .ElementoVideo {
  float: left;
  margin: 0 24px 24px 0;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple.video_izquierda .textoBloqueContenido {
  display: inline;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple.video_centro_full .ElementoVideo {
  float: left;
  margin: 0;
  width: 100%;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple.video_centro_full .textoBloqueContenido {
  clear: left;
  padding-top: 24px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple .ElementoVideo .video-contenedor .video {
  max-width: 100%;
  width: 100%;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.TextoSimple .ElementoVideo .video-contenedor .video .video-enlace {
  cursor: pointer;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen .contenedorImagenBloqueContenido {
  display: flex;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen.imagen_izquierda .contenedorImagenBloqueContenido {
  justify-content: start;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen.imagen_derecha .contenedorImagenBloqueContenido {
  justify-content: end;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen.imagen_centro .contenedorImagenBloqueContenido {
  justify-content: center;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen.tamanio_grande .imagenBloqueContenido {
  width: 100%;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen.tamanio_pequenio .imagenBloqueContenido {
  width: 250px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.imagen.tamanio_mediano .imagenBloqueContenido {
  width: 480px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.ElementoVideo .contenedorVideoBloqueContenido {
  display: flex;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.ElementoVideo .contenedorVideoBloqueContenido .video-contenedor {
  cursor: pointer;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.ElementoVideo.video_izquierda .contenedorVideoBloqueContenido {
  justify-content: start;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.ElementoVideo.video_derecha .contenedorVideoBloqueContenido {
  justify-content: end;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.ElementoVideo.video_centro .contenedorVideoBloqueContenido {
  justify-content: center;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.ElementoVideo.video_grande .video-contenedor {
  width: 100%;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.ElementoVideo.video_grande .video-contenedor .video {
  width: 100%;
  max-width: 100%;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.ElementoVideo.video_pequenio .video-contenedor {
  width: 250px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.ElementoVideo.video_mediano .video-contenedor {
  width: 480px;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.plegable {
  position: relative;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.plegable.plegado .textoDesplegado {
  display: none;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.plegable.plegado > * {
  display: none;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.plegable.desplegado .textoPlegado {
  display: none;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.plegable.desplegado .PlegadoBloqueContenido .PlegadoIcono .PlegadoIcono_1:after {
  transform-origin: center center;
  transform: rotate(-85deg);
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.plegable.desplegado .PlegadoBloqueContenido .PlegadoIcono .PlegadoIcono_2:after {
  transform-origin: center center;
  transform: rotate(85deg);
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.plegable .PlegadoBloqueContenido {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.ContenidoSAGA .contenidoFormatter .bloqueContenido.plegable .tituloBloqueContenido {
  display: block;
}

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