.newsletterarticles{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 25%;
    background-color: #f7f8f8;
    padding: 1px;
    border: solid 1px;
    border-color: #d3d4d5;
    width: 40%;
    height: auto;
}
.newsletterarticles #cerrarnewsletter{
    cursor: pointer;
}
.newsletterarticles .formnewsarticles{
    text-align: center;
    margin-top: -23px;
    margin-bottom: 6px;
}
.newsletterarticles .formnewsarticles .email{
    border:solid 1px;
    border-color: #e1e2e3;
    border-left: solid 8px;
    border-left-color: #55b1b0;
    border-right: solid 4px;
    border-right-color: #e1e2e3;
    width: 50%;
    padding: 0.1rem;
    font-size: 1.2em;
}
.newsletterarticles .formnewsarticles .submit{
    width: auto;
    padding: 2px 10px;
    margin-top: 5px;
    font-size: 1.2em;
    margin-left: -7px;
}
.newsletterarticles .texto{
    margin-top: -30px;
}
.newsletterarticles #logo{
    float:left;
    padding-right: 13px;
    padding-left: 8px;
}
.newsletterarticles h5{
    font-size: 1.1em;

}

@media screen and (max-width: 480px) {
    .newsletterarticles{
        display: none;
    }
}