/* Funciones JavaScript para el Sistema */

function irPagPrincipal() {
	location.href = "/";
}
