/*Con este codigo CSS, le decimos que la “ventana” del <iframe> la lleve al mismo tamaño del navedador (máximo de alto y ancho).*/
html, body, div, iframe { margin:0; padding:0; height:100%; }
iframe { display:block; width:100%; border:none; }
/*termina código*/

.flotante {
        display:scroll;
        position:fixed;
        bottom:-10px;
        right:11px;
        border:0px;
}
img{
  border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  -ms-border-radius:10px;
  -webkit-border-radius:10px;
  width:500px;
  height:155px;
}
