@media only screen and (max-width: 400px) {
    :root {
      --login-ancho-popup:  100%;
    }
  }
  @media only screen and (min-width: 401px) and (max-width: 700px) {
    :root {
      --login-ancho-popup:  80%;
    }
  }
  @media only screen and (min-width: 701px) and (max-width: 1200px) {
    :root {
      --login-ancho-popup:  60%;
    }
  }
  @media only screen and (min-width: 1201px) {
    :root {
      --login-ancho-popup:  50%;
    }
}
.editorEntradas{
    display:grid;
    background-color: rgba(231, 231, 231,0.9);
    color: rgba(0, 0, 0, 1.0);
    grid-gap: 1rem;
    padding: 1rem;
    min-height: 7rem;
    border-color: rgb(255, 200, 131, 1);
    border-radius: 10px;
    border-style: solid;
}
.editorTituloEntrada{
    display:grid;
    background-color: rgba(231, 231, 231, 0.8);
    color: rgba(0, 0, 0, 1.0);
    grid-gap: 1rem;
    padding: 1rem;
    border-color: rgb(255, 200, 131, 1);
    border-radius: 10px;
    border-style: solid;
}
.seccionContrasenaRegistro{
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkNuevaContrasenaRegistro{
    width: 100%;
}
.lblNuevaContrasenaRegistro{
    width: 100%;
    font-size: smaller;
}
.imagenEditor{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.imagenPostNormal{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.imagenPostMeme{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.izquierda{
    text-align: "left";
}
 
.derecha{
    text-align: "right";
}
 
.centrado{
    text-align: "center";
}
 
.justificado{
    text-align: "justify";
}
 
.bold{
    font: "bold";
}
  
.italic{
    font-style: "italic";
}

.Arial{
    font-family: "Arial";
}
.ArialBlack{
    font-family: "Arial Black";
}
.Bookman{
    font-family: "Bookman";
}
.Candara{
    font-family: "Candara";
}
.ComicSansMS{
    font-family: "Comic Sans MS";
}
.Courier{
    font-family: "Courier";
}
.CourierNew{
    font-family: "Courier New";
}
.Garamond{
    font-family: "Garamond";
}
.Georgia{
    font-family: "Georgia";
}
.Impact{
    font-family: "Pimpact";
}
.TimesNewRoman{
    font-family: "Times New Roman";
}
.Roboto{
    font-family: "Roboto";
}
.Palatino{
    font-family: "Palatino";
}
.Verdana{
    font-family: "Verdana";
}
