@charset "utf-8";
/* CSS Document */
#imagenprincipal {
    display: block;
    width: calc(100% - (var(--separacionsecciones) * 2));
    margin: var(--separacionsecciones);
}
#conenedorfechayredes {
    display: flex;
    justify-content: space-between;  
    align-items: center
}
#contenedordescripcion {
    font-size: 1.5em;
    padding: var(--separacionsubsecciones) 0px;
}
#contenedorcompartir {
    display: flex;    
}
#contenedorcompartir a {
    height: 2.5rem;
}
#contenedorcompartir a:not(:first-of-type) {
    margin-left: .5rem;
}
#contenedorcompartir img {
    height: 100%;
    width: auto;
    display: block;
}
#pienoticia {
    display: flex;
    justify-content: center;
    margin-top: var(--separacionsecciones);
    height: 2.5rem;
}
#pienoticia img {
    height: 100%;
    width: auto;
}

#pienoticia a:first-of-type img {
    transform: rotateZ(-90deg);
}
#pienoticia a:last-of-type img {
    transform: rotateZ(90deg);
}
#pienoticia a:not(:first-of-type) {
    margin-left: 1rem;
}