@media only screen and (max-width: 719px) {

  .entry { font-size: 18px; }

}

body { font-weight: 400; }



@media only screen and (max-width: 719px) {

  .anunciotopo { 
  
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  
  }

}

@media only screen and (min-width: 720px) {

  .anunciotopo { 
  
  display: block;
  float: left;
  padding-right: 15px;
  padding-bottom: 2px;
  
  }

}



.content-mobile {
display: none;
}


@media only screen and (max-width: 719px) {

  .content-mobile { 
  
  display: inline;
  
  }

}