var reformas=Math.floor(Math.random() * 2)+1;
var bannos=Math.floor(Math.random() * 2)+1;
var armarios=Math.floor(Math.random() * 1)+1;
var cocinas=Math.floor(Math.random() * 1)+1;


function sobreTD(td){
	document.getElementById(td).className='onTD';
}

function fueraTD(td){
	document.getElementById(td).className='outTD';
}

