.newsletterarticles{
	position: fixed;
    bottom: 0%;
    right: 0%;
    background-color: #f7f8f8;
    padding: 10px;
    border: solid 1px;
    border-color: #d3d4d5;
    width: auto;
    height: auto;
}
.newsletterarticles #cerrarnewsletter{
	cursor: pointer;
}
.newsletterarticles .formnewsarticles{
	text-align: center;
	padding: 10px 0px;
}
.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: 95%;
    padding: 0.1rem;
    font-size: 1em;
}
.newsletterarticles .formnewsarticles .submit{
	width: auto;
    padding: 2px 10px;
    margin-top: 5px;
    font-size: 1.2em;
    margin-left: -7px;
}
.newsletterarticles .texto{
    text-align: left;
    padding: 10px 0px;
}
.newsletterarticles #logo{
    float:left;
    padding-right: 13px;
    padding-left: 8px;
}
.newsletterarticles #cerrarnewsletter{
    float: right;
}
.newsletterarticles #logo{
    float:left;
}
@media screen and (max-width: 480px) {
    .newsletterarticles{
        display: none;
    }
}
@media screen and (max-width: 640px) {
	.newsletterarticles{
		display: none;
	}
}
@media screen and (max-width: 320px) {
    .newsletterarticles{
        display: none;
    }
}