function expandir(objeto, tamanyo) {
	document.getElementById(objeto).style.height = tamanyo+'px';
}