//fecha caducidad setup del calendario
Calendar.setup({
		inputField     :    "fechaHastaPleno",
		ifFormat       :    "%d/%m/%Y",
		button         :    "botonFechaHastaPleno",
		align          :    "cR",
		singleClick    :    false,
		weekNumbers    :    false,
		mondayFirst    :    true,
		showsTime      :    true,
		timeFormat     :    "12"
	      })
