function showMedicina()
{
	document.getElementById("medicina_box").style.display = "block";
}