function cambia(ide,hover)
{
	document.getElementById(ide).className=hover;
}
function hover()
{
	document.getElementById('imag').src='images/maquetacion/sobre-h.png';
}
function nohover()
{
	document.getElementById('imag').src='images/maquetacion/sobre.png';
}
