@media only screen and (max-width: 600px) {
    :root{
        --anchoEntrada:90vw;
    }
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
    :root{
        --anchoEntrada:80vw;
    }
}
@media only screen and (min-width: 1001px) {
    :root{
        --anchoEntrada:70vw;
    }
}


.contenidoEntrada{
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px;
    background-color: rgba(8, 30, 59, 0.9);
    box-shadow: 0 1px 1px 0 rgba(240, 176, 0, 0.329), 0 1px 1px 0 rgba(255, 38, 0, 0.671);
}
.contenidoEntrada>*{
    margin: 0px;
    padding: 0px;
    width:100%;
}

.seccionPosts{
    margin-left: auto;
    margin-right: auto;
    min-width: var(--anchoEntrada);
}
.seccionRedes,
.seccionComentarios{
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgb(255, 200, 131, 1);
    border-radius: 10px;
    border-style: solid;
    padding: 3%;
}
.entradaSeccItem{
    margin-left: 1rem;
}

.articuloEntrada{
    margin-left: auto;
    margin-right: auto;
    width: var(--anchoEntrada);
    background: rgb(245, 230, 198);
    background: linear-gradient(180deg, rgba(160, 149, 1, 0.365) 0%, rgba(126, 3, 3, 0.311) 7%, rgba(151, 84, 3, 0) 100%);
    box-shadow: 0 1px 10px 0 rgba(240, 8, 0, 0.493), 0 1px 1px 0 rgba(255, 38, 0, 0.671);
}
.menuEntradas{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: var(--anchoEntrada);
    margin-bottom: 15vh;
}
.imagenEditor{
    width: 100%;
    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";
}
