function cerrarDesplegable() {
	document.getElementById('BuenosDeseosChico').style.display='inline';																							
	document.getElementById('wrapper_BuenosDeseos').style.display='none';						
}