#iframePreloader { text-align:center; }

iframe {
    margin: 0;
    padding: 0;
    overflow:hidden;
    width: 100%;
    /*height ajustado automáticamente por JS según el height del contenido*/
    height:500px; /*uno inicial*/
}
