.anuncio1{
position: absolute;
top: 0;
bottom: auto;
left: auto;
background: black;
right: 0;
border: 4px solid #000;
color:red;
}
.anuncio2{
position: absolute;
top:auto;
bottom:0;
border: 4px solid #000;
}
