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

.ElementoBoton {
  display: flex;
  align-items: center;
}
.ElementoBoton .ElementoBoton-enlace {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.ElementoBoton .ElementoBoton-icono {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.ElementoBoton.con_icono .ElementoBoton-texto {
  padding: 8px 10px;
}
.ElementoBoton.icono_arriba {
  flex-direction: column;
}
.ElementoBoton.icono_arriba a {
  flex-direction: column;
}
.ElementoBoton.icono_arriba .ElementoBoton-icono {
  padding-bottom: 8px;
}
.ElementoBoton.icono_arriba .ElementoBoton-texto {
  text-align: center;
}
.ElementoBoton.icono_derecha .ElementoBoton-icono {
  order: 2;
  padding-left: 8px;
}
.ElementoBoton.icono_derecha .ElementoBoton-texto {
  order: 1;
}
.ElementoBoton.alinear_izquierda {
  justify-content: left;
}
.ElementoBoton.alinear_izquierda.icono_arriba {
  align-items: start;
}
.ElementoBoton.alinear_derecha {
  justify-content: right;
}
.ElementoBoton.alinear_derecha.icono_arriba {
  align-items: end;
}
.ElementoBoton.alinear_centro {
  justify-content: center;
}
.ElementoBoton.alinear_centro.icono_arriba {
  align-items: center;
}
.ElementoBoton.ancho_completo .ElementoBoton-enlace {
  width: 100%;
}
.ElementoBoton.estilo_boton .ElementoBoton-enlace {
  border: #666 1px solid;
}
.ElementoBoton.estilo_boton .ElementoBoton-texto {
  padding: 8px 10px;
}

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