function fundo(){
var obj1=document.getElementById('principal');
obj1.className='contraste';
}
