<script> function x(){ document.getElementById('capa').style.backgroundColor = "#ffcc00"; } window.onload = x </script>