function aumentar(ima) {
	ima.width=60;
}

function normal(ima) {
	ima.width=45;
}